Typedefs | Functions | Variables

src/render/src/Render.cpp File Reference

#include "../pch.h"

Go to the source code of this file.

Typedefs

typedef GLsizei count
typedef GLsizei GLenum type
typedef GLsizei GLenum const
GLvoid * 
indices
typedef GLsizei GLenum const
GLvoid GLint 
basevertex

Functions

typedef void (__stdcall *PFNGLDRAWELEMENTSBASEVERTEXPROC)(GLenum mode

Variables

PFNGLDRAWELEMENTSBASEVERTEXPROC glDrawElementsBaseVertex

Typedef Documentation

typedef GLsizei GLenum const GLvoid GLint basevertex

Definition at line 3 of file Render.cpp.

typedef GLsizei count

Definition at line 3 of file Render.cpp.

typedef GLsizei GLenum const GLvoid* indices

Definition at line 3 of file Render.cpp.

typedef GLsizei GLenum type

Definition at line 3 of file Render.cpp.


Function Documentation

typedef void ( __stdcall *  PFNGLDRAWELEMENTSBASEVERTEXPROC  ) 

Variable Documentation

PFNGLDRAWELEMENTSBASEVERTEXPROC glDrawElementsBaseVertex

Definition at line 4 of file Render.cpp.