Public Member Functions | Public Attributes | List of all members
ImDrawData Struct Reference

#include <imgui.h>

Public Member Functions

void Clear ()
 
IMGUI_API void DeIndexAllBuffers ()
 
 ImDrawData ()
 
IMGUI_API void ScaleClipRects (const ImVec2 &sc)
 
 ~ImDrawData ()
 

Public Attributes

ImDrawList ** CmdLists
 
int CmdListsCount
 
ImVec2 DisplayPos
 
ImVec2 DisplaySize
 
int TotalIdxCount
 
int TotalVtxCount
 
bool Valid
 

Detailed Description

Definition at line 1879 of file imgui.h.

Constructor & Destructor Documentation

◆ ImDrawData()

ImDrawData::ImDrawData ( )
inline

Definition at line 1890 of file imgui.h.

◆ ~ImDrawData()

ImDrawData::~ImDrawData ( )
inline

Definition at line 1891 of file imgui.h.

Member Function Documentation

◆ Clear()

void ImDrawData::Clear ( )
inline

Definition at line 1892 of file imgui.h.

◆ DeIndexAllBuffers()

void ImDrawData::DeIndexAllBuffers ( )

Definition at line 1264 of file imgui_draw.cpp.

◆ ScaleClipRects()

void ImDrawData::ScaleClipRects ( const ImVec2 sc)

Definition at line 1283 of file imgui_draw.cpp.

Member Data Documentation

◆ CmdLists

ImDrawList** ImDrawData::CmdLists

Definition at line 1882 of file imgui.h.

◆ CmdListsCount

int ImDrawData::CmdListsCount

Definition at line 1883 of file imgui.h.

◆ DisplayPos

ImVec2 ImDrawData::DisplayPos

Definition at line 1886 of file imgui.h.

◆ DisplaySize

ImVec2 ImDrawData::DisplaySize

Definition at line 1887 of file imgui.h.

◆ TotalIdxCount

int ImDrawData::TotalIdxCount

Definition at line 1884 of file imgui.h.

◆ TotalVtxCount

int ImDrawData::TotalVtxCount

Definition at line 1885 of file imgui.h.

◆ Valid

bool ImDrawData::Valid

Definition at line 1881 of file imgui.h.


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


mvsim
Author(s):
autogenerated on Tue Jul 4 2023 03:08:22