MCPcopy Create free account
hub / github.com/OGRECave/ogre / hasMinGLVersion

Method hasMinGLVersion

RenderSystems/GLSupport/src/OgreGLRenderSystemCommon.cpp:171–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169 }
170
171 bool GLRenderSystemCommon::hasMinGLVersion(int major, int minor) const
172 {
173 if (mDriverVersion.major == major) {
174 return mDriverVersion.minor >= minor;
175 }
176 return mDriverVersion.major > major;
177 }
178
179 void GLRenderSystemCommon::_completeDeferredVaoFboDestruction()
180 {

Callers 15

copyDataMethod · 0.80
uploadMethod · 0.80
GLES2RenderBufferMethod · 0.80
createUniformBufferMethod · 0.80
initialiseMethod · 0.80
bindMethod · 0.80
swapBuffersMethod · 0.80
GLES2FBOManagerMethod · 0.80
detectFBOFormatsMethod · 0.80
_createGLTexResourceMethod · 0.80
detectFBOFormatsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected