More ray tracing changes

This commit is contained in:
Dynamitos
2024-07-10 21:07:10 +02:00
parent acf8dde8fc
commit a9089bd997
46 changed files with 801 additions and 277 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ class Shader {
Shader(PGraphics graphics, VkShaderStageFlags stage);
virtual ~Shader();
void create(ShaderCreateInfo createInfo);
void create(const ShaderCreateInfo& createInfo);
constexpr VkShaderModule getModuleHandle() const { return module; }
constexpr const char* getEntryPointName() const {