Bugzilla – Attachment 701 Details for
Bug 1168
GLhandleARB redefined in gltypes.h on osx
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch file for /jocl/make/stub_includes/GL3/gl3.h
gl3.patch (text/plain), 566 bytes, created by
Jeffrey Kuhn
on 2015-06-30 18:06:28 CEST
(
hide
)
Description:
Patch file for /jocl/make/stub_includes/GL3/gl3.h
Filename:
MIME Type:
Creator:
Jeffrey Kuhn
Created:
2015-06-30 18:06:28 CEST
Size:
566 bytes
patch
obsolete
>diff --git a/make/stub_includes/GL3/gl3.h b/make/stub_includes/GL3/gl3.h >index 176ddb1..161e7bf 100644 >--- a/make/stub_includes/GL3/gl3.h >+++ b/make/stub_includes/GL3/gl3.h >@@ -1520,8 +1520,12 @@ typedef ptrdiff_t GLsizeiptrARB; > #ifndef GL_ARB_shader_objects > /* GL types for program/shader text and shader object handles */ > typedef char GLcharARB; >+#if defined(__APPLE__) >+typedef void *GLhandleARB; >+#else > typedef unsigned int GLhandleARB; > #endif >+#endif > > /* GL type for "half" precision (s10e5) float data in host memory */ > #ifndef GL_ARB_half_float_pixel
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1168
: 701