Skip to content

textures: fix texture size on uninitialized textures#103

Merged
WinterMute merged 1 commit intodevkitPro:masterfrom
mardy:fix-texture-size
Mar 24, 2025
Merged

textures: fix texture size on uninitialized textures#103
WinterMute merged 1 commit intodevkitPro:masterfrom
mardy:fix-texture-size

Conversation

@mardy
Copy link
Collaborator

@mardy mardy commented Feb 5, 2025

GX_TexObjGetAll() returns a size of 1024x1024 if called on a 0-initialized object, due to how texture size is internally stored.

Workaround this issue by explicitly setting width and height to 0 if we see that the texel pointer is NULL.

GX_TexObjGetAll() returns a size of 1024x1024 if called on a
0-initialized object, due to how texture size is internally stored.

Workaround this issue by explicitly setting width and height to 0 if we
see that the texel pointer is NULL.
@WinterMute WinterMute merged commit 68f46ad into devkitPro:master Mar 24, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants