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

Method render

src/backend/common/chart_common.hpp:74–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 }
73
74 inline void render(const int pWindowId,
75 const int pX, const int pY, const int pVPW, const int pVPH,
76 const glm::mat4& pTransform) const {
77 mShrdPtr->render(pWindowId, pX, pY, pVPW, pVPH, pTransform);
78 }
79};
80
81}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected