Searched defs:ImVec4 (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ | ||
| H A D | imgui.h | 181 struct ImVec4 struct 184 ImVec4() { x = y = z = w = 0.0f; } function in struct:ImVec4 185 ImVec4(float _x, float _y, float _z, float _w) { x = _x; y = _y; z = _z; w = _w; } function in struct:ImVec4 [all...] |
| /xsrc/external/mit/MesaLib/dist/src/imgui/ | ||
| H A D | imgui.h | 181 struct ImVec4 struct 184 ImVec4() { x = y = z = w = 0.0f; } function in struct:ImVec4 185 ImVec4(float _x, float _y, float _z, float _w) { x = _x; y = _y; z = _z; w = _w; } function in struct:ImVec4 [all...] |
Completed in 12 milliseconds