Test paletted stuff
Some checks failed
Build Dusk / run-tests (push) Failing after 26s
Build Dusk / build-linux (push) Failing after 25s
Build Dusk / build-psp (push) Failing after 18s
Build Dusk / build-gamecube (push) Failing after 18s
Build Dusk / build-wii (push) Failing after 18s

This commit is contained in:
2026-03-26 14:48:20 -05:00
parent 98947dea26
commit 407620387d
10 changed files with 138 additions and 33 deletions

View File

@@ -20,6 +20,10 @@ typedef struct {
textureformatgl_t format;
int32_t width;
int32_t height;
union {
palette_t *palette;
};
} texturegl_t;
/**