networking i guess

This commit is contained in:
2026-02-28 21:07:44 +02:00
parent e83f7cd448
commit 03c560c2b7
68 changed files with 1348 additions and 121 deletions

View File

@@ -37,6 +37,12 @@ enum EShaderStage: uint32_t
SHADER_STAGE_MISS,
SHADER_STAGE_CALLABLE,
SHADER_STAGE_RAYGEN_SOFTWARE,
SHADER_STAGE_ANY_HIT_SOFTWARE,
SHADER_STAGE_CLOSEST_HIT_SOFTWARE,
SHADER_STAGE_MISS_SOFTWARE,
SHADER_STAGE_CALLABLE_SOFTWARE,
SHADER_STAGE_TASK,
SHADER_STAGE_MESH,