RT Shading works

This commit is contained in:
Dynamitos
2024-07-16 15:32:51 +02:00
parent f943407b26
commit 60e74f87b8
14 changed files with 60 additions and 51 deletions
+1
View File
@@ -101,6 +101,7 @@ class RayTracingPipeline : public Gfx::RayTracingPipeline {
uint64 missStride;
OBufferAllocation callable;
uint64 callableStride;
friend class RenderCommand;
};
DEFINE_REF(RayTracingPipeline)
} // namespace Vulkan