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

Function msGetRasterBufferCopyOgl

mapogl.cpp:208–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208int msGetRasterBufferCopyOgl(imageObj *img, rasterBufferObj *rb) {
209 getOglRenderer(img)->readRasterBuffer(rb);
210 return MS_SUCCESS;
211}
212
213int msGetRasterBufferHandleOgl(imageObj *img, rasterBufferObj * rb)
214{

Callers

nothing calls this directly

Calls 2

getOglRendererFunction · 0.85
readRasterBufferMethod · 0.80

Tested by

no test coverage detected