use char
instead of GLchar
This commit is contained in:
parent
ae9a83cca5
commit
335c926876
@ -11,7 +11,7 @@
|
|||||||
typedef GLfloat guMatrix4x4[4][4];
|
typedef GLfloat guMatrix4x4[4][4];
|
||||||
typedef struct {
|
typedef struct {
|
||||||
GLuint index;
|
GLuint index;
|
||||||
const GLchar *name;
|
const char *name;
|
||||||
} guAttribBinding;
|
} guAttribBinding;
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
Loading…
x
Reference in New Issue
Block a user