Searched defs:ImSwap (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h231 template<typename T> static inline void ImSwap(T& a, T& b) { T tmp = a; a = b; b = tmp; } function in typeref:typename:void
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h231 template<typename T> static inline void ImSwap(T& a, T& b) { T tmp = a; a = b; b = tmp; } function in typeref:typename:void

Completed in 11 milliseconds