GPUOpen-LibrariesAndSDKs / RenderPipelineShaders

Render Pipeline Shaders SDK
MIT License
312 stars 24 forks source link

Integration with latest ImGui (>1.89.3) #22

Closed ChemistAion closed 1 year ago

ChemistAion commented 1 year ago

Cosmetics, allows to integrate the latest ImGui (1.89.4 at the moment) by moving #define IMGUI_DEFINE_MATH_OPERATORS before including imgui.h as requested (default math operators were moved out from imgui_internal.h).

This req addresses https://github.com/GPUOpen-LibrariesAndSDKs/RenderPipelineShaders/issues/21