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
+1 -1
View File
@@ -16,7 +16,7 @@ class BottomLevelAS : public Gfx::BottomLevelAS {
PGraphics graphics;
VkAccelerationStructureKHR handle;
OBufferAllocation buffer;
PMaterialInstance material;
};
DEFINE_REF(BottomLevelAS)
class TopLevelAS : public Gfx::TopLevelAS {