virtual function to set colormap, a derviced class might * use it or ignore it if it doesnt have a need for color maps. */
| 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 | * |
nothing calls this directly
no outgoing calls
no test coverage detected