Skip to content

Commit 0276545

Browse files
committed
Fix comments.
1 parent f59830c commit 0276545

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spirv_reflect.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,6 @@ typedef struct SpvReflectTypeDescription {
395395
const char* struct_member_name;
396396

397397
// The storage class (SpvStorageClass) if the type, and -1 if it does not have a storage class.
398-
// Note that SpvSt
399398
int storage_class;
400399
SpvReflectTypeFlags type_flags;
401400
SpvReflectDecorationFlags decoration_flags;
@@ -432,6 +431,8 @@ typedef struct SpvReflectInterfaceVariable {
432431
SpvStorageClass storage_class;
433432
const char* semantic;
434433
SpvReflectDecorationFlags decoration_flags;
434+
435+
// The builtin id if the variable is a builtin, and -1 otherwise.
435436
int built_in;
436437
SpvReflectNumericTraits numeric;
437438
SpvReflectArrayTraits array;

0 commit comments

Comments
 (0)