group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
Asset::Texture Struct Reference

#include <Asset.hpp>

Public Attributes

stbi_uc * tex_raw = nullptr
SDL_GPUTexture * tex = nullptr
int width = 0
int height = 0
int channels = 0

Member Data Documentation

◆ channels

int Asset::Texture::channels = 0

◆ height

int Asset::Texture::height = 0

◆ tex

SDL_GPUTexture* Asset::Texture::tex = nullptr

◆ tex_raw

stbi_uc* Asset::Texture::tex_raw = nullptr

◆ width

int Asset::Texture::width = 0

The documentation for this struct was generated from the following file: