Go to the source code of this file.
◆ IM_VEC2_CLASS_EXTRA
#define IM_VEC2_CLASS_EXTRA |
Value: constexpr ImVec2(const glm::vec2& f) : x(f.x), y(f.y) {} \
operator glm::vec2() const { return glm::vec2(x,y); }
◆ IM_VEC4_CLASS_EXTRA
#define IM_VEC4_CLASS_EXTRA |
Value: constexpr ImVec4(const glm::vec4& f) : x(f.x), y(f.y), z(f.z), w(f.w) {} \
operator glm::vec4() const { return glm::vec4(x,y,z,w); }
◆ IMGUI_DISABLE_DEBUG_TOOLS
#define IMGUI_DISABLE_DEBUG_TOOLS |
◆ IMGUI_DISABLE_OBSOLETE_FUNCTIONS
#define IMGUI_DISABLE_OBSOLETE_FUNCTIONS |