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

Method render

src/backend/common/image.hpp:55–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 inline uint size() const { return mImage->size(); }
54
55 inline void render(const int pWindowId,
56 const int pX, const int pY, const int pVPW, const int pVPH,
57 const glm::mat4 &pView, const glm::mat4 &pOrient) const {
58 mImage->render(pWindowId, pX, pY, pVPW, pVPH, pView, pOrient);
59 }
60};
61
62}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected