MCPcopy Create free account
hub / github.com/Ipotrick/Daxa / operator/

Function operator/

src/utils/impl_task_graph_ui.cpp:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22static inline ImVec2 operator-(ImVec2 const & lhs, ImVec2 const & rhs) { return ImVec2(lhs.x - rhs.x, lhs.y - rhs.y); }
23static inline ImVec2 operator*(ImVec2 const & lhs, ImVec2 const & rhs) { return ImVec2(lhs.x * rhs.x, lhs.y * rhs.y); }
24static inline ImVec2 operator/(ImVec2 const & lhs, ImVec2 const & rhs) { return ImVec2(lhs.x / rhs.x, lhs.y / rhs.y); }
25
26namespace ImGui
27{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected