MCPcopy Create free account
hub / github.com/arrayfire/forge / render

Method render

src/backend/common/chart.hpp:88–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 }
87
88 inline void render(const int pWindowId,
89 const int pX, const int pY, const int pVPW, const int pVPH,
90 const glm::mat4 &pView, const glm::mat4 &pOrient) const {
91 mChart->render(pWindowId, pX, pY, pVPW, pVPH, pView, pOrient);
92 }
93};
94
95}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected