Go to the source code of this file.
Classes | |
| class | MythGLTexture |
| class | OpenGLLocker |
| class | MythRenderOpenGL |
Enumerations | |
| enum | GLFeatures { kGLFeatNone = 0x0000, kGLMultiTex = 0x0001, kGLExtRect = 0x0002, kGLExtFragProg = 0x0004, kGLExtFBufObj = 0x0008, kGLExtPBufObj = 0x0010, kGLNVFence = 0x0020, kGLAppleFence = 0x0040, kGLMesaYCbCr = 0x0080, kGLAppleYCbCr = 0x0100, kGLMipMaps = 0x0200, kGLSL = 0x0400, kGLVertexArray = 0x0800, kGLExtVBO = 0x1000, kGLMaxFeat = 0x2000 } |
| enum GLFeatures |
| kGLFeatNone | |
| kGLMultiTex | |
| kGLExtRect | |
| kGLExtFragProg | |
| kGLExtFBufObj | |
| kGLExtPBufObj | |
| kGLNVFence | |
| kGLAppleFence | |
| kGLMesaYCbCr | |
| kGLAppleYCbCr | |
| kGLMipMaps | |
| kGLSL | |
| kGLVertexArray | |
| kGLExtVBO | |
| kGLMaxFeat |
Definition at line 38 of file mythrender_opengl.h.
1.6.3