OGLCapabilities (object)¶
Members¶
Integer | GLMajorVersion | |
Integer | GLMinorVersion | |
String | glVersion | |
Integer | glslVersion | |
Integer | maxDrawBuffers | |
Integer | maxCombinedTextureUnits | |
Integer | maxTextureSize | |
Integer | maxVertexAttribs | |
Integer | maxVaryingFloats | |
Integer | maxVertexUniformComponents | |
Integer | maxFragmentUniformComponents | |
Integer | maxSamples | |
Boolean | tracingEnabled | |
Boolean | useVertexArrays |
Methods¶
OGLCapabilities ( in OGLCapabilities other ) | |
OGLCapabilities () | |
OGLCapabilities | clone ? () |
initialize ! () | |
Boolean | instancingSupported ? () |
Boolean | vertexArrayObjectsSupported ? () |
Methods in detail¶
OGLCapabilities ( in OGLCapabilities other )
copy constructor
OGLCapabilities OGLCapabilities.clone? ()
clone method
OGLCapabilities.initialize! ()
Boolean OGLCapabilities.instancingSupported? ()
Boolean OGLCapabilities.vertexArrayObjectsSupported? ()