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