sync
This commit is contained in:
parent
50c8bafd9f
commit
ac06c97e30
820 changed files with 467502 additions and 386453 deletions
2
dist/libepoxy/include/epoxy/common.h
vendored
2
dist/libepoxy/include/epoxy/common.h
vendored
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright 2017 Emmanuele Bassi
|
||||
* Copyright 2017 Emmanuele Bassi
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
* copy of this software and associated documentation files (the "Software"),
|
||||
|
|
2
dist/libepoxy/src/dispatch_common.c
vendored
2
dist/libepoxy/src/dispatch_common.c
vendored
|
@ -114,7 +114,7 @@
|
|||
* 3.6. To perform the dynamic query, libGL also must export an entry
|
||||
* point called
|
||||
*
|
||||
* void (*glXGetProcAddressARB(const GLubyte *))();
|
||||
* void (*glXGetProcAddressARB(const GLubyte *))();
|
||||
*
|
||||
* The full specification of this function is available separately. It
|
||||
* takes the string name of a GL or GLX entry point and returns a pointer
|
||||
|
|
2
dist/libepoxy/src/dispatch_common.h
vendored
2
dist/libepoxy/src/dispatch_common.h
vendored
|
@ -28,7 +28,7 @@
|
|||
#define PLATFORM_HAS_GLX ENABLE_GLX
|
||||
#define PLATFORM_HAS_WGL 1
|
||||
#elif defined(__APPLE__)
|
||||
#define PLATFORM_HAS_EGL 0
|
||||
#define PLATFORM_HAS_EGL 0
|
||||
#define PLATFORM_HAS_GLX ENABLE_GLX
|
||||
#define PLATFORM_HAS_WGL 0
|
||||
#elif defined(ANDROID)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue