|
libGumball 0.0.1
C23-Based, libGimbal-powered UI Library
|
Go to the source code of this file.
Macros | |
Type System | |
Type UUID and cast operators | |
| #define | GUM_TEXTURE_TYPE |
| #define | GUM_TEXTURE(self) |
| #define | GUM_TEXTURE_CLASS(klass) |
| #define | GUM_TEXTURE_CLASSOF(self) |
Functions | |
| GblBox GUM_Vector2 | GUM_Texture_size (GBL_SELF) |
| void * | GUM_Texture_getTexture (GBL_SELF) |
GUM_Texture data structure and hierarchy graph
GUM_Texture is the backend-agnostic type that represents a texture
| GblBox GUM_Vector2 GUM_Texture_size | ( | GBL_SELF | ) |
Returns the size of the texture as a GUM_Vector2.
| void * GUM_Texture_getTexture | ( | GBL_SELF | ) |
Returns a void pointer to the underlying backend specific texture.