Skip to content

Commit

Permalink
Maybe fix compilation for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Feb 1, 2025
1 parent dd86caa commit 018a6af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/backends/hlsl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1189,7 +1189,7 @@ static void hlsl_export_vertex(char *directory, api_kind d3d, function *main) {

write_functions(hlsl, &offset, SHADER_STAGE_VERTEX, main, NULL, 0);

char *output = NULL;
uint8_t *output = NULL;
size_t output_size = 0;
int result = 1;
switch (d3d) {
Expand Down

0 comments on commit 018a6af

Please sign in to comment.