Small wrapper that queries metadata about the provided texture. More...
#include <texture.hpp>
Public Member Functions | |
info (SDL_Texture *t) | |
Public Attributes | |
uint32_t | format |
int | access |
int | w |
int | h |
Small wrapper that queries metadata about the provided texture.
Definition at line 67 of file texture.hpp.
|
explicit |
int texture::info::access |
Definition at line 72 of file texture.hpp.
Referenced by info().
uint32_t texture::info::format |
Definition at line 71 of file texture.hpp.
Referenced by info().
int texture::info::h |
Definition at line 74 of file texture.hpp.
Referenced by info().
int texture::info::w |
Definition at line 73 of file texture.hpp.
Referenced by info().