warning 41012 when using Compilation API #6011
Labels
goal:quality & productivity
Quality issues and issues that impact our productivity coding day to day inside slang
kind:bug
something doesn't work like it should
Milestone
Hi, I have a compute shader using
spvRayQueryKHR
. I got this when compiling:warning 41012: entry point 'main' uses additional capabilities that are not part of the specified profile 'spirv_1_6'. The profile setting is automatically updated to include these capabilities: 'spvRayQueryKHR'
This is my entry point:
This is my compilation session construction:
I think I specified the extra capabilities correctly? Not sure what else is missing.
The text was updated successfully, but these errors were encountered: