MCPcopy Create free account
hub / github.com/OGRECave/ogre-next / getFormat

Method getFormat

RenderSystems/GLES2/src/OgreGLES2FrameBufferObject.cpp:371–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369 return mColour[0].buffer->getHeight();
370 }
371 PixelFormat GLES2FrameBufferObject::getFormat()
372 {
373 assert(mColour[0].buffer);
374 return mColour[0].buffer->getFormat();
375 }
376 GLsizei GLES2FrameBufferObject::getFSAA()
377 {
378 return mNumSamples;

Callers 7

_createDepthBufferForMethod · 0.45
prepareImplMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected