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

Method getFSAA

RenderSystems/GLES2/src/OgreGLES2FrameBufferObject.cpp:376–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

374 return mColour[0].buffer->getFormat();
375 }
376 GLsizei GLES2FrameBufferObject::getFSAA()
377 {
378 return mNumSamples;
379 }
380}

Callers 6

isCompatibleMethod · 0.80
_createRenderWindowMethod · 0.80
_createDepthBufferForMethod · 0.80
resetRendererMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected