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 |
| point | size |
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 texture::get_access(), and info().
| uint32_t texture::info::format |
Definition at line 71 of file texture.hpp.
Referenced by texture::get_format(), and info().
| point texture::info::size |
Definition at line 73 of file texture.hpp.
Referenced by texture::get_raw_size(), and info().