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

#include <imgui.h>

Collaboration diagram for ImDrawCmd:
[legend]

Public Member Functions

 ImDrawCmd ()
 
ImTextureID GetTexID () const
 

Public Attributes

ImVec4 ClipRect
 
ImTextureID TextureId
 
unsigned int VtxOffset
 
unsigned int IdxOffset
 
unsigned int ElemCount
 
ImDrawCallback UserCallback
 
void * UserCallbackData
 

Constructor & Destructor Documentation

◆ ImDrawCmd()

ImDrawCmd::ImDrawCmd ( )
inline

Member Function Documentation

◆ GetTexID()

ImTextureID ImDrawCmd::GetTexID ( ) const
inline

Member Data Documentation

◆ ClipRect

ImVec4 ImDrawCmd::ClipRect

◆ ElemCount

unsigned int ImDrawCmd::ElemCount

◆ IdxOffset

unsigned int ImDrawCmd::IdxOffset

◆ TextureId

ImTextureID ImDrawCmd::TextureId

◆ UserCallback

ImDrawCallback ImDrawCmd::UserCallback

◆ UserCallbackData

void* ImDrawCmd::UserCallbackData

◆ VtxOffset

unsigned int ImDrawCmd::VtxOffset

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