|
utility 2026.1.9
A comprehensive C++ utilities library tailored for the development of modern desktop and extended reality (XR) applications.
|
This is the complete list of members for utility::graphic::Texture, including all inherited members.
| _height | utility::graphic::Texture | protected |
| _pixels | utility::graphic::Texture | protected |
| _type | utility::graphic::Texture | protected |
| _width | utility::graphic::Texture | protected |
| height() const | utility::graphic::Texture | inline |
| pixels() const noexcept | utility::graphic::Texture | inline |
| pixels() noexcept | utility::graphic::Texture | inline |
| Texture(uint32_t width, uint32_t height, TextureType type=TextureType::Albedo) | utility::graphic::Texture | |
| TextureType enum name | utility::graphic::Texture | |
| type() const noexcept | utility::graphic::Texture | inline |
| width() const | utility::graphic::Texture | inline |
| ~Texture()=default | utility::graphic::Texture |