#include <TrGL2Extensions.h>
|
enum | ExtensionName {
kExtensionNonPow2 = 0,
kExtensionNonPow2ES,
kExtensionBGRA,
kExtensionBGR,
kExtensionTextureMirroredRepeat,
kExtensionTextureEdgeClamp,
kExtensionTextureBorderClamp,
kExtensionDepthTexture,
kExtensionDepth24,
kExtensionPackedDepthStencil,
kExtensionStencil8,
kExtensionTextureHalfFloat,
kExtensionTextureFloat,
kExtensionDrawBuffers,
kExtensionElementIndexUInt,
kNumExtensions
} |
|
enum | FunctionName { kPfnDrawBuffers = 0,
kNumFunctions
} |
|
Definition at line 146 of file TrGL2Extensions.h.
◆ ExtensionName
Enumerator |
---|
kExtensionNonPow2 | |
kExtensionNonPow2ES | |
kExtensionBGRA | |
kExtensionBGR | |
kExtensionTextureMirroredRepeat | |
kExtensionTextureEdgeClamp | |
kExtensionTextureBorderClamp | |
kExtensionDepthTexture | |
kExtensionDepth24 | |
kExtensionPackedDepthStencil | |
kExtensionStencil8 | |
kExtensionTextureHalfFloat | |
kExtensionTextureFloat | |
kExtensionDrawBuffers | |
kExtensionElementIndexUInt | |
kNumExtensions | |
Definition at line 149 of file TrGL2Extensions.h.
◆ FunctionName
◆ OdTrGL2ExtensionsRegistry()
OdTrGL2ExtensionsRegistry::OdTrGL2ExtensionsRegistry |
( |
| ) |
|
◆ glDrawBuffers()
void OdTrGL2ExtensionsRegistry::glDrawBuffers |
( |
GLsizei |
n, |
|
|
const GLenum * |
bufs |
|
) |
| |
◆ isExtensionSupported()
bool OdTrGL2ExtensionsRegistry::isExtensionSupported |
( |
ExtensionName |
nExt | ) |
|
◆ isFunctionAvailable()
bool OdTrGL2ExtensionsRegistry::isFunctionAvailable |
( |
FunctionName |
nFunc | ) |
|
◆ OdTrGL2LocalContext
◆ m_extensionAvailable
◆ m_extensionChecked
◆ m_pFunctionPtr
◆ m_pLocalContext
The documentation for this class was generated from the following file: