MCPcopy Create free account
hub / github.com/arrayfire/forge / ~image_impl

Method ~image_impl

src/backend/opengl/image_impl.cpp:101–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101image_impl::~image_impl()
102{
103 glDeleteBuffers(1, &mPBO);
104 glDeleteTextures(1, &mTex);
105}
106
107void image_impl::setColorMapUBOParams(const GLuint pUBO, const GLuint pSize)
108{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected