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

#include <imgui.h>

Public Attributes

ImVec2 pos
 
ImVec2 uv
 
ImU32 col
 

Detailed Description

Definition at line 1198 of file imgui.h.

Member Data Documentation

ImU32 ImDrawVert::col

Definition at line 1202 of file imgui.h.

ImVec2 ImDrawVert::pos

Definition at line 1200 of file imgui.h.

ImVec2 ImDrawVert::uv

Definition at line 1201 of file imgui.h.


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