glslang icon indicating copy to clipboard operation
glslang copied to clipboard

Feature request: Reflection API call to return instance name of interface block

Open chaoticbob opened this issue 10 years ago • 1 comments

Currently, the reflection API returns the interface name for an interface block at a given index. Having a function that returns the instance name of an interface block (according to Vulkan rules) would be extremely helpful for tools that need query the shader information at run time. Thanks.

chaoticbob avatar Feb 02 '16 03:02 chaoticbob

@chaoticbob is this still needed or is the equivalent functionality available through spirv-reflect?

arcady-lunarg avatar Jul 13 '23 20:07 arcady-lunarg