shader adjustments

This commit is contained in:
2026-03-15 22:37:08 +01:00
parent cd0f6d038f
commit 9109baad18
10 changed files with 172 additions and 105 deletions
+1 -1
View File
@@ -819,7 +819,7 @@ void Graphics::pickPhysicalDevice() {
shaderFloatControls = true;
}
}
rayTracingEnabled = false && rayTracingPipelineSupport && accelerationStructureSupport && hostOperationsSupport && deviceAddressSupport &&
rayTracingEnabled = rayTracingPipelineSupport && accelerationStructureSupport && hostOperationsSupport && deviceAddressSupport &&
descriptorIndexingSupport && spirv14Support && shaderFloatControls;
}