Updated to latest upstream typemap.
This commit is contained in:
parent
6f4aef89bf
commit
f7c8a3adb6
1 changed files with 15 additions and 4 deletions
|
@ -197,7 +197,7 @@ StencilFunction,*,*, GLenum,*,*
|
||||||
StencilFaceDirection,*,*, GLenum,*,*
|
StencilFaceDirection,*,*, GLenum,*,*
|
||||||
StencilOp,*,*, GLenum,*,*
|
StencilOp,*,*, GLenum,*,*
|
||||||
StencilValue,*,*, GLint,*,*
|
StencilValue,*,*, GLint,*,*
|
||||||
String,*,*, GLstring,*,* # OpenTK
|
String,*,*, const GLubyte *,*,*
|
||||||
StringName,*,*, GLenum,*,*
|
StringName,*,*, GLenum,*,*
|
||||||
TangentPointerTypeEXT,*,*, GLenum,*,*
|
TangentPointerTypeEXT,*,*, GLenum,*,*
|
||||||
TessCallback,*,*, GLenum,*,*
|
TessCallback,*,*, GLenum,*,*
|
||||||
|
@ -284,25 +284,27 @@ Half16NV,*,*, GLhalfNV,*,*
|
||||||
PixelDataRangeTargetNV,*,*, GLenum,*,*
|
PixelDataRangeTargetNV,*,*, GLenum,*,*
|
||||||
# Generic types for as-yet-unspecified enums
|
# Generic types for as-yet-unspecified enums
|
||||||
TypeEnum,*,*, GLenum,*,*
|
TypeEnum,*,*, GLenum,*,*
|
||||||
|
GLbitfield,*,*, GLbitfield,*,*
|
||||||
GLenum,*,*, GLenum,*,*
|
GLenum,*,*, GLenum,*,*
|
||||||
|
Int64,*,*, GLint64,*,*
|
||||||
|
UInt64,*,*, GLuint64,*,*
|
||||||
|
# Object handle & data pointers
|
||||||
handleARB,*,*, GLhandleARB,*,*
|
handleARB,*,*, GLhandleARB,*,*
|
||||||
charARB,*,*, GLcharARB,*,*
|
charARB,*,*, GLcharARB,*,*
|
||||||
charPointerARB,*,*, GLcharARB*,*,*
|
charPointerARB,*,*, GLcharARB*,*,*
|
||||||
|
sync,*,*, GLsync,*,*,
|
||||||
# EXT_timer_query
|
# EXT_timer_query
|
||||||
Int64EXT,*,*, GLint64EXT,*,*
|
Int64EXT,*,*, GLint64EXT,*,*
|
||||||
UInt64EXT,*,*, GLuint64EXT,*,*
|
UInt64EXT,*,*, GLuint64EXT,*,*
|
||||||
# EXT_direct_state_access
|
# EXT_direct_state_access
|
||||||
#FramebufferAttachment,*,*, GLenum,*,* # OpenTK: already exists
|
|
||||||
FramebufferAttachmentParameterName,*,*, GLenum,*,*
|
FramebufferAttachmentParameterName,*,*, GLenum,*,*
|
||||||
Framebuffer,*,*, GLuint,*,*
|
Framebuffer,*,*, GLuint,*,*
|
||||||
FramebufferStatus,*,*, GLenum,*,*
|
FramebufferStatus,*,*, GLenum,*,*
|
||||||
#FramebufferTarget,*,*, GLenum,*,* # OpenTK: already exists
|
|
||||||
GetFramebufferParameter,*,*, GLenum,*,*
|
GetFramebufferParameter,*,*, GLenum,*,*
|
||||||
Intptr,*,*, GLintptr,*,*
|
Intptr,*,*, GLintptr,*,*
|
||||||
ProgramFormat,*,*, GLenum,*,*
|
ProgramFormat,*,*, GLenum,*,*
|
||||||
ProgramProperty,*,*, GLenum,*,*
|
ProgramProperty,*,*, GLenum,*,*
|
||||||
ProgramStringProperty,*,*, GLenum,*,*
|
ProgramStringProperty,*,*, GLenum,*,*
|
||||||
#ProgramTarget,*,*, GLenum,*,* # OpenTK: already exists
|
|
||||||
Renderbuffer,*,*, GLuint,*,*
|
Renderbuffer,*,*, GLuint,*,*
|
||||||
RenderbufferParameterName,*,*, GLenum,*,*
|
RenderbufferParameterName,*,*, GLenum,*,*
|
||||||
Sizeiptr,*,*, GLsizeiptr,*,*
|
Sizeiptr,*,*, GLsizeiptr,*,*
|
||||||
|
@ -315,3 +317,12 @@ BufferAccessMask,*,*, GLbitfield,*,*
|
||||||
# NV_explicit_multisample
|
# NV_explicit_multisample
|
||||||
GetMultisamplePNameNV,*,*, GLenum,*,*
|
GetMultisamplePNameNV,*,*, GLenum,*,*
|
||||||
SampleMaskNV,*,*, GLbitfield,*,*
|
SampleMaskNV,*,*, GLbitfield,*,*
|
||||||
|
# ARB_debug_output
|
||||||
|
GLDEBUGPROCARB,*,*, GLDEBUGPROCARB,*,*
|
||||||
|
# AMD_debug_output
|
||||||
|
GLDEBUGPROCAMD,*,*, GLDEBUGPROCAMD,*,*
|
||||||
|
# NV_vdpau_interop
|
||||||
|
vdpauSurfaceNV,*,*, GLvdpauSurfaceNV,*,*,
|
||||||
|
# External API types
|
||||||
|
cl_context,*,*, struct _cl_context *,*,*
|
||||||
|
cl_event,*,*, struct _cl_event *,*,*
|
||||||
|
|
Loading…
Reference in a new issue