Skip to content

Commit

Permalink
Support cubemaps in one more place
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Sep 20, 2024
1 parent d426ef2 commit 12374bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/integrations/kope.c
Original file line number Diff line number Diff line change
Expand Up @@ -661,6 +661,7 @@ void kope_export(char *directory, api_kind api) {
fprintf(output, "\tkope_g5_buffer *%s;\n", get_name(get_global(d.global)->name));
break;
case DEFINITION_TEX2D:
case DEFINITION_TEXCUBE:
fprintf(output, "\tkope_g5_texture *%s;\n", get_name(get_global(d.global)->name));
break;
case DEFINITION_SAMPLER:
Expand Down

0 comments on commit 12374bf

Please sign in to comment.