Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
isCompatible
Method · 0.80
GLES2DepthTextureTarget
Method · 0.80
GLES2NullTextureTarget
Method · 0.80
_createRenderWindow
Method · 0.80
_createDepthBufferFor
Method · 0.80
resetRenderer
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected