Some ray tracing changes

This commit is contained in:
Dynamitos
2024-07-08 13:46:49 +02:00
parent fd8dc5ed0f
commit acf8dde8fc
21 changed files with 108051 additions and 71 deletions
+2
View File
@@ -5,7 +5,9 @@ struct MeshData {
AABB bounding;
uint32 numMeshlets = 0;
uint32 meshletOffset = 0;
// offset into the global index buffer
uint32 firstIndex = 0;
// number of indices in the global index buffer
uint32 numIndices = 0;
};
struct InstanceData {