Skip to content

Commit

Permalink
Make clang happy
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Oct 16, 2023
1 parent 8f20e58 commit 2b1d3a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/backends/spirv.c
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,7 @@ static uint32_t write_op_variable_with_initializer(instructions_buffer *instruct
operands[2] = (uint32_t)storage;
operands[3] = initializer;
write_instruction(instructions, WORD_COUNT(operands), SPIRV_OPCODE_VARIABLE, operands);
return result;
}

static struct {
Expand Down

0 comments on commit 2b1d3a4

Please sign in to comment.