We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e271edb + 1403303 commit f9e7635Copy full SHA for f9e7635
src/gen_dispatch.py
@@ -535,7 +535,6 @@ def write_header(self, out_file):
535
self.outln(' KHRONOS_TRUE = 1,')
536
self.outln(' KHRONOS_BOOLEAN_ENUM_FORCE_SIZE = KHRONOS_MAX_ENUM')
537
self.outln('} khronos_boolean_enum_t;')
538
- self.outln('typedef uintptr_t khronos_uintptr_t;')
539
540
if self.target == "glx":
541
self.outln('#include <X11/Xlib.h>')
0 commit comments