Skip to content

Commit

Permalink
Put in the SPIR-V vendor id (see KhronosGroup/SPIRV-Headers#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Aug 14, 2024
1 parent 4d0d7ad commit 650f390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/backends/spirv.c
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ static void write_version_number(instructions_buffer *instructions) {
}

static void write_generator_magic_number(instructions_buffer *instructions) {
instructions->instructions[instructions->offset++] = 0; // TODO: Register a number at https://github.com/KhronosGroup/SPIRV-Headers
instructions->instructions[instructions->offset++] = 44;
}

static uint32_t next_index = 1;
Expand Down

0 comments on commit 650f390

Please sign in to comment.