Skip to content

Commit 8226fbb

Browse files
author
kevyuu
committed
Add comment to the doc for ray tracing pipeline requiring raygen shader
1 parent 2716eca commit 8226fbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/nbl/video/IGPURayTracingPipeline.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ class IGPURayTracingPipeline : public IGPUPipeline<asset::IRayTracingPipeline<c
108108
}
109109
}
110110

111+
// https://registry.khronos.org/vulkan/specs/latest/man/html/VkRayTracingPipelineCreateInfoKHR.html#VUID-VkRayTracingPipelineCreateInfoKHR-stage-03425
111112
if (!shaderGroups.raygen.shader) return {};
112113

113114
return retval;

0 commit comments

Comments
 (0)