Tramway SDK
|
#include <render.h>
Public Attributes | |
union { | |
uint32_t gl_texture_handle | |
IDirect3DTexture9 * d3d_texture_handle | |
API::SWTexture * sw_texture | |
void * generic | |
}; | |
union { ... } tram::Render::texturehandle_t::@61 |
IDirect3DTexture9* tram::Render::texturehandle_t::d3d_texture_handle |
void* tram::Render::texturehandle_t::generic |
uint32_t tram::Render::texturehandle_t::gl_texture_handle |
API::SWTexture* tram::Render::texturehandle_t::sw_texture |