vsgImGui 0.6.0
VulkanSceneGraph, ImGui and ImPlot integration library
Loading...
Searching...
No Matches
ImGuiStoragePair Struct Reference

Public Member Functions

 ImGuiStoragePair (ImGuiID _key, int _val)
 
 ImGuiStoragePair (ImGuiID _key, float _val)
 
 ImGuiStoragePair (ImGuiID _key, void *_val)
 

Public Attributes

ImGuiID key
 
union { 
 
   int   val_i 
 
   float   val_f 
 
   void *   val_p 
 
};  
 

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