engine/platformMacCarb/macCarbOutlineGL.h File Reference
|
Defines |
#define | glDrawElements glDrawElementsProcPtr |
#define | glDrawArrays glDrawArraysProcPtr |
Functions |
void | glOutlineDrawElements (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices) |
void | glOutlineDrawArrays (GLenum mode, GLint first, GLsizei count) |
Variables |
bool | gOutlineEnabled |
void(*) | glDrawElementsProcPtr (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices) |
void(*) | glDrawArraysProcPtr (GLenum mode, GLint first, GLsizei count) |
void(*) | glNormDrawElements (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices) |
void(*) | glNormDrawArrays (GLenum mode, GLint first, GLsizei count) |
Define Documentation
Function Documentation
Variable Documentation
|