|
group2 0.1.0
CSE 125 Group 2
|
#include <Asset.hpp>
Public Attributes | |
| stbi_uc * | tex_raw = nullptr |
| SDL_GPUTexture * | tex = nullptr |
| int | width = 0 |
| int | height = 0 |
| int | channels = 0 |
| int Asset::Texture::channels = 0 |
| int Asset::Texture::height = 0 |
| SDL_GPUTexture* Asset::Texture::tex = nullptr |
| stbi_uc* Asset::Texture::tex_raw = nullptr |
| int Asset::Texture::width = 0 |