MCPcopy Index your code
hub / github.com/MapServer/MapServer / msGetRasterBufferHandleOgl

Function msGetRasterBufferHandleOgl

mapogl.cpp:213–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213int msGetRasterBufferHandleOgl(imageObj *img, rasterBufferObj * rb)
214{
215 getOglRenderer(img)->readRasterBuffer(rb);
216 return MS_SUCCESS;
217}
218
219int msInitializeRasterBufferOgl(rasterBufferObj *rb, int width, int height, int mode)
220{

Callers

nothing calls this directly

Calls 2

getOglRendererFunction · 0.85
readRasterBufferMethod · 0.80

Tested by

no test coverage detected