Skip to content

Commit 2b7cb91

Browse files
Update spirv_reflect.h
Co-authored-by: Spencer Fricke <[email protected]>
1 parent 0276545 commit 2b7cb91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spirv_reflect.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ typedef struct SpvReflectInterfaceVariable {
432432
const char* semantic;
433433
SpvReflectDecorationFlags decoration_flags;
434434

435-
// The builtin id if the variable is a builtin, and -1 otherwise.
435+
// The builtin id (SpvBuiltIn) if the variable is a builtin, and -1 otherwise.
436436
int built_in;
437437
SpvReflectNumericTraits numeric;
438438
SpvReflectArrayTraits array;

0 commit comments

Comments
 (0)