Skip to content

Commit

Permalink
Reactivated hardware raytracing
Browse files Browse the repository at this point in the history
  • Loading branch information
tippesi committed Jan 8, 2024
1 parent 9893770 commit 0ff88ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/graphics/GraphicsDevice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -983,7 +983,7 @@ namespace Atlas {
featureBuilder.Append(rtPipelineFeature);
featureBuilder.Append(rayQueryFeature);

support.hardwareRayTracing = false;
support.hardwareRayTracing = true;
}

if (supportedExtensions.contains(VK_KHR_SHADER_NON_SEMANTIC_INFO_EXTENSION_NAME)) {
Expand Down

0 comments on commit 0ff88ba

Please sign in to comment.