mirror of https://github.com/adamdruppe/arsd.git
Merge pull request #160 from Leprecorn/patch-1
Add bindings for glSecondaryColor
This commit is contained in:
commit
f1d09ba071
|
@ -12597,6 +12597,11 @@ extern(System) nothrow @nogc {
|
|||
void glColor4f(float, float, float, float);
|
||||
void glTranslatef(float, float, float);
|
||||
void glScalef(float, float, float);
|
||||
void glSecondaryColor3b(byte, byte, byte);
|
||||
void glSecondaryColor3ub(ubyte, ubyte, ubyte);
|
||||
void glSecondaryColor3i(int, int, int);
|
||||
void glSecondaryColor3ui(uint, uint, uint);
|
||||
void glSecondaryColor3f(float, float, float);
|
||||
|
||||
void glDrawElements(int, int, int, void*);
|
||||
|
||||
|
|
Loading…
Reference in New Issue