Tramway SDK
Public Attributes | List of all members
tram::Render::texturehandle_t Struct Reference

#include <render.h>

Public Attributes

union {
   uint32_t   gl_texture_handle
 
   IDirect3DTexture9 *   d3d_texture_handle
 
   API::SWTexture *   sw_texture
 
   void *   generic
 
}; 
 

Member Data Documentation

◆ 

union { ... } tram::Render::texturehandle_t::@61

◆ d3d_texture_handle

IDirect3DTexture9* tram::Render::texturehandle_t::d3d_texture_handle

◆ generic

void* tram::Render::texturehandle_t::generic

◆ gl_texture_handle

uint32_t tram::Render::texturehandle_t::gl_texture_handle

◆ sw_texture

API::SWTexture* tram::Render::texturehandle_t::sw_texture

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