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

Method setColorMapUBOParams

src/backend/opengl/common.hpp:286–287  ·  view source on GitHub ↗

virtual function to set colormap, a derviced class might * use it or ignore it if it doesnt have a need for color maps. */

Source from the content-addressed store, hash-verified

284 * use it or ignore it if it doesnt have a need for color maps.
285 */
286 virtual void setColorMapUBOParams(const gl::GLuint pUBO, const gl::GLuint pSize) {
287 }
288
289 /* render is a pure virtual function.
290 *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected