Engine
Frameworkcreatedbymeusableforthecreationofsimplegames.CurrentlysupportsOpenGL(Verysimple)andVulkan.
Public Attributes | List of all members
ImDrawChannel Struct Reference

#include <imgui.h>

Public Attributes

ImVector< ImDrawCmdCmdBuffer
 
ImVector< ImDrawIdxIdxBuffer
 

Detailed Description

Definition at line 1214 of file imgui.h.

Member Data Documentation

ImVector<ImDrawCmd> ImDrawChannel::CmdBuffer

Definition at line 1216 of file imgui.h.

ImVector<ImDrawIdx> ImDrawChannel::IdxBuffer

Definition at line 1217 of file imgui.h.


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