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

Public Member Functions

 ImGuiPlotArrayGetterData (const float *values, int stride)
 

Public Attributes

const float * Values
 
int Stride
 

Detailed Description

Definition at line 7354 of file imgui.cpp.

Constructor & Destructor Documentation

ImGuiPlotArrayGetterData::ImGuiPlotArrayGetterData ( const float *  values,
int  stride 
)
inline

Definition at line 7359 of file imgui.cpp.

Member Data Documentation

int ImGuiPlotArrayGetterData::Stride

Definition at line 7357 of file imgui.cpp.

const float* ImGuiPlotArrayGetterData::Values

Definition at line 7356 of file imgui.cpp.


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