More Ray tracing changes

This commit is contained in:
Dynamitos
2024-06-09 10:44:24 +02:00
parent 31e66192f1
commit f18bf8acbe
28 changed files with 817 additions and 662 deletions
@@ -22,6 +22,8 @@ target_sources(Engine
PipelineCache.cpp
Queue.h
Queue.cpp
RayTracing.h
RayTracing.cpp
RenderPass.h
RenderPass.cpp
Resources.h
@@ -47,6 +49,7 @@ target_sources(Engine
Pipeline.h
PipelineCache.h
Queue.h
RayTracing.h
RenderPass.h
Resources.h
Shader.h