PURE API 0.5
PR00F's Ultimate Rendering Engine full documentation
Loading...
Searching...
No Matches
ImDrawCmd Struct Reference

Detailed Description

Definition at line 2418 of file imgui.h.

#include <imgui.h>

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

Definition at line 2428 of file imgui.h.

Member Function Documentation

◆ GetTexID()

ImTextureID ImDrawCmd::GetTexID ( ) const
inline

Definition at line 2431 of file imgui.h.

Member Data Documentation

◆ ClipRect

ImVec4 ImDrawCmd::ClipRect

Definition at line 2420 of file imgui.h.

◆ ElemCount

unsigned int ImDrawCmd::ElemCount

Definition at line 2424 of file imgui.h.

◆ IdxOffset

unsigned int ImDrawCmd::IdxOffset

Definition at line 2423 of file imgui.h.

◆ TextureId

ImTextureID ImDrawCmd::TextureId

Definition at line 2421 of file imgui.h.

◆ UserCallback

ImDrawCallback ImDrawCmd::UserCallback

Definition at line 2425 of file imgui.h.

◆ UserCallbackData

void* ImDrawCmd::UserCallbackData

Definition at line 2426 of file imgui.h.

◆ VtxOffset

unsigned int ImDrawCmd::VtxOffset

Definition at line 2422 of file imgui.h.


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