Go to the source code of this file.
|
| void | eu::imgui::imgui_text (const std::string &str) |
| |
| void | eu::imgui::imgui_image (const char *name, const render::FrameBuffer &img, ImguiShaderCache *cache, ImageShader shader) |
| |
| bool | eu::imgui::simple_gamma_slider (const char *label, float *gamma, float curve=1.5f, float min_gamma=1.6f, float max_gamma=2.8f) |
| |
| bool | eu::imgui::drag (const char *const label, v3 *drag) |
| |
| bool | eu::imgui::drag (const char *const label, Ypr *drag) |
| |
| bool | eu::imgui::gear (const char *const label, float *drag) |
| |