removing vulkan references from mac builds

This commit is contained in:
Dynamitos
2026-03-16 16:52:43 +01:00
parent 9109baad18
commit 54106e6fef
16 changed files with 50 additions and 52 deletions
@@ -53,6 +53,7 @@ RayTracingPass::RayTracingPass(Gfx::PGraphics graphics, PScene scene) : RenderPa
.stageFlags = Gfx::SE_SHADER_STAGE_RAYGEN_BIT_KHR,
.offset = 0,
.size = sizeof(SampleParams),
.name = "pSamps",
});
graphics->getShaderCompiler()->registerRenderPass("RayTracing", Gfx::PassConfig{
.baseLayout = pipelineLayout,