Skip to content

Commit

Permalink
Update spirv_reflect.h
Browse files Browse the repository at this point in the history
Co-authored-by: Spencer Fricke <[email protected]>
  • Loading branch information
s-perron and spencer-lunarg authored Nov 11, 2024
1 parent 0276545 commit 2b7cb91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spirv_reflect.h
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ typedef struct SpvReflectInterfaceVariable {
const char* semantic;
SpvReflectDecorationFlags decoration_flags;

// 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.
int built_in;
SpvReflectNumericTraits numeric;
SpvReflectArrayTraits array;
Expand Down

0 comments on commit 2b7cb91

Please sign in to comment.