Searched defs:ImVec1 (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h470 struct ImVec1 struct
473 ImVec1() { x = 0.0f; } function in struct:ImVec1
474 ImVec1(float _x) { x = _x; } function in struct:ImVec1
[all...]
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h470 struct ImVec1 struct
473 ImVec1() { x = 0.0f; } function in struct:ImVec1
474 ImVec1(float _x) { x = _x; } function in struct:ImVec1
[all...]

Completed in 112 milliseconds