Stage inputs not marked as used using isParameterLocationUsed #5756
Labels
goal:quality & productivity
Quality issues and issues that impact our productivity coding day to day inside slang
Milestone
Hi,
I want to detect if a stage input parameter (varying in) is used by a given stage.
I tried to use
slang::IMetadata::isParameterLocationUsed
but it always returns false.I haven't found any other way of obtaining this information, so this case is maybe not handled yet.
Here is a full example code :
Slang shader
The text was updated successfully, but these errors were encountered: