adding glFrustum to compat API, supporting SetColour on OpenGL ES
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61921 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -118,11 +118,9 @@ public:
|
||||
// miscellaneous helper functions
|
||||
// ------------------------------
|
||||
|
||||
#ifndef wxHAS_OPENGL_ES
|
||||
// call glcolor() for the colour with the given name, return false if
|
||||
// colour not found
|
||||
bool SetColour(const wxString& colour);
|
||||
#endif
|
||||
|
||||
// return true if the extension with given name is supported
|
||||
//
|
||||
@@ -231,6 +229,8 @@ public:
|
||||
wxGLAPI();
|
||||
~wxGLAPI();
|
||||
|
||||
static void glFrustum(GLfloat left, GLfloat right, GLfloat bottom,
|
||||
GLfloat top, GLfloat zNear, GLfloat zFar);
|
||||
static void glBegin(GLenum mode);
|
||||
static void glTexCoord2f(GLfloat s, GLfloat t);
|
||||
static void glVertex3f(GLfloat x, GLfloat y, GLfloat z);
|
||||
|
Reference in New Issue
Block a user