13 #ifndef OGLPLUS_EXT_EXT_DIRECT_STATE_ACCESS_1203031902_HPP
14 #define OGLPLUS_EXT_EXT_DIRECT_STATE_ACCESS_1203031902_HPP
17 #include <oglplus/ext/EXT_direct_state_access/matrix.hpp>
21 #if OGLPLUS_DOCUMENTATION_ONLY || GL_EXT_direct_state_access
33 OGLPLUS_EXTENSION_CLASS(EXT, direct_state_access)
51 #endif // include guard
Funcions and classes for handling and wrapping OpenGL extensions.
Wrapper for the EXT_direct_state_access extension.
Definition: EXT_direct_state_access.hpp:30
static DSAProjectionMatrixEXT ProjectionMatrix(void)
Returns the DSA wrapper for projection matrix operations.
Definition: EXT_direct_state_access.hpp:42
static DSAModelviewMatrixEXT ModelviewMatrix(void)
Returns the DSA wrapper for modelview matrix operations.
Definition: EXT_direct_state_access.hpp:36
Wrapper for direct-state-access compatibility projection matrix operations.
Definition: matrix.hpp:361
Wrapper for direct-state-access compatibility modelview matrix operations.
Definition: matrix.hpp:351