Steppable 0.0.1
A CAS project written from scratch in C++
Loading...
Searching...
No Matches
ImGui_ImplDX9_Data Struct Reference

Public Member Functions

 ImGui_ImplDX9_Data ()
 

Public Attributes

LPDIRECT3DDEVICE9 pd3dDevice
 
LPDIRECT3DVERTEXBUFFER9 pVB
 
LPDIRECT3DINDEXBUFFER9 pIB
 
LPDIRECT3DTEXTURE9 FontTexture
 
int VertexBufferSize
 
int IndexBufferSize
 

Constructor & Destructor Documentation

◆ ImGui_ImplDX9_Data()

ImGui_ImplDX9_Data::ImGui_ImplDX9_Data ( )
inline

Member Data Documentation

◆ FontTexture

LPDIRECT3DTEXTURE9 ImGui_ImplDX9_Data::FontTexture

◆ IndexBufferSize

int ImGui_ImplDX9_Data::IndexBufferSize

◆ pd3dDevice

LPDIRECT3DDEVICE9 ImGui_ImplDX9_Data::pd3dDevice

◆ pIB

LPDIRECT3DINDEXBUFFER9 ImGui_ImplDX9_Data::pIB

◆ pVB

LPDIRECT3DVERTEXBUFFER9 ImGui_ImplDX9_Data::pVB

◆ VertexBufferSize

int ImGui_ImplDX9_Data::VertexBufferSize

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