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

Method addRenderable

src/backend/common/chart.hpp:84–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 }
83
84 inline void addRenderable(const std::shared_ptr<detail::AbstractRenderable> pRenderable) {
85 mChart->addRenderable(pRenderable);
86 }
87
88 inline void render(const int pWindowId,
89 const int pX, const int pY, const int pVPW, const int pVPH,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected