We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0276545 commit 2b7cb91Copy full SHA for 2b7cb91
spirv_reflect.h
@@ -432,7 +432,7 @@ typedef struct SpvReflectInterfaceVariable {
432
const char* semantic;
433
SpvReflectDecorationFlags decoration_flags;
434
435
- // The builtin id if the variable is a builtin, and -1 otherwise.
+ // The builtin id (SpvBuiltIn) if the variable is a builtin, and -1 otherwise.
436
int built_in;
437
SpvReflectNumericTraits numeric;
438
SpvReflectArrayTraits array;
0 commit comments