Searched refs:vec4f (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_demo.cpp | 1265 static float vec4f[4] = { 0.10f, 0.20f, 0.30f, 0.44f }; local in function:ShowDemoWindowWidgets 1268 ImGui::InputFloat2("input float2", vec4f); 1269 ImGui::DragFloat2("drag float2", vec4f, 0.01f, 0.0f, 1.0f); 1270 ImGui::SliderFloat2("slider float2", vec4f, 0.0f, 1.0f); 1276 ImGui::InputFloat3("input float3", vec4f); 1277 ImGui::DragFloat3("drag float3", vec4f, 0.01f, 0.0f, 1.0f); 1278 ImGui::SliderFloat3("slider float3", vec4f, 0.0f, 1.0f); 1284 ImGui::InputFloat4("input float4", vec4f); 1285 ImGui::DragFloat4("drag float4", vec4f, 0.01f, 0.0f, 1.0f); 1286 ImGui::SliderFloat4("slider float4", vec4f, 0. [all...] |
Completed in 5 milliseconds