mirror of https://github.com/adamdruppe/arsd.git
compile omg
This commit is contained in:
parent
c732fc60b6
commit
3c0338f4ee
|
@ -18387,7 +18387,6 @@ extern(System) nothrow @nogc {
|
||||||
static if (!SdpyIsUsingIVGLBinds) {
|
static if (!SdpyIsUsingIVGLBinds) {
|
||||||
enum GL_TRUE = 1;
|
enum GL_TRUE = 1;
|
||||||
enum GL_FALSE = 0;
|
enum GL_FALSE = 0;
|
||||||
alias int GLint;
|
|
||||||
|
|
||||||
public void* glbindGetProcAddress (const(char)* name) {
|
public void* glbindGetProcAddress (const(char)* name) {
|
||||||
void* res = wglGetProcAddress(name);
|
void* res = wglGetProcAddress(name);
|
||||||
|
|
Loading…
Reference in New Issue