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 f59830c commit 0276545Copy full SHA for 0276545
spirv_reflect.h
@@ -395,7 +395,6 @@ typedef struct SpvReflectTypeDescription {
395
const char* struct_member_name;
396
397
// The storage class (SpvStorageClass) if the type, and -1 if it does not have a storage class.
398
- // Note that SpvSt
399
int storage_class;
400
SpvReflectTypeFlags type_flags;
401
SpvReflectDecorationFlags decoration_flags;
@@ -432,6 +431,8 @@ typedef struct SpvReflectInterfaceVariable {
432
431
SpvStorageClass storage_class;
433
const char* semantic;
434
+
435
+ // The builtin id if the variable is a builtin, and -1 otherwise.
436
int built_in;
437
SpvReflectNumericTraits numeric;
438
SpvReflectArrayTraits array;
0 commit comments