mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-21 04:49:14 +12:00
Switch out math_util.hpp
This commit is contained in:
parent
952e2a06f9
commit
73a18e3609
5 changed files with 72 additions and 77 deletions
|
@ -14,7 +14,7 @@ struct Texture {
|
|||
u32 location;
|
||||
u32 config; // Magnification/minification filter, wrapping configs, etc
|
||||
PICA::TextureFmt format;
|
||||
Math::uvec2 size;
|
||||
OpenGL::uvec2 size;
|
||||
bool valid;
|
||||
|
||||
// Range of VRAM taken up by buffer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue