am b2cbc353: Merge "Translator 1.1 - fix glGetPointer"
* commit 'b2cbc353501c17bc87267e7b72d056b6125c0a3c': Translator 1.1 - fix glGetPointer
This commit is contained in:
@@ -41,7 +41,7 @@ public:
|
||||
void setupArraysPointers(GLESConversionArrays& fArrs,GLint first,GLsizei count,GLenum type,const GLvoid* indices,bool direct);
|
||||
void drawPointsArrs(GLESConversionArrays& arrs,GLint first,GLsizei count);
|
||||
void drawPointsElems(GLESConversionArrays& arrs,GLsizei count,GLenum type,const GLvoid* indices);
|
||||
const GLESpointer* getPointer(GLenum arrType);
|
||||
virtual const GLESpointer* getPointer(GLenum arrType);
|
||||
int getMaxTexUnits();
|
||||
|
||||
~GLEScmContext();
|
||||
|
||||
@@ -109,7 +109,7 @@ public:
|
||||
bool isArrEnabled(GLenum);
|
||||
void enableArr(GLenum arr,bool enable);
|
||||
const GLvoid* setPointer(GLenum arrType,GLint size,GLenum type,GLsizei stride,const GLvoid* data,bool normalize = false);
|
||||
const GLESpointer* getPointer(GLenum arrType);
|
||||
virtual const GLESpointer* getPointer(GLenum arrType);
|
||||
virtual void setupArraysPointers(GLESConversionArrays& fArrs,GLint first,GLsizei count,GLenum type,const GLvoid* indices,bool direct) = 0;
|
||||
void bindBuffer(GLenum target,GLuint buffer);
|
||||
void unbindBuffer(GLuint buffer);
|
||||
|
||||
Reference in New Issue
Block a user