|
Tramway SDK v0.1.1
|
#include <render.h>
Public Attributes | |
| union { | |
| API::GLMaterial * gl | |
| API::D3DMaterial * d3d | |
| API::SWMaterial * sw | |
| void * generic | |
| }; | |
| union { ... } tram::Render::material_t::@81 |
| API::D3DMaterial* tram::Render::material_t::d3d |
| void* tram::Render::material_t::generic |
| API::GLMaterial* tram::Render::material_t::gl |
| API::SWMaterial* tram::Render::material_t::sw |