diff --git a/Sources/integrations/kope.c b/Sources/integrations/kope.c index 18ba643..13ee847 100644 --- a/Sources/integrations/kope.c +++ b/Sources/integrations/kope.c @@ -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: