Name | Type | Description |
GLXContext
|
gfx.bindings.opengl.glx.__GLXcontextRec*
|
|
GLXContextID
|
uint
|
|
GLXDrawable
|
uint
|
|
GLXFBConfig
|
gfx.bindings.opengl.glx.__GLXFBConfigRec*
|
|
GLXFBConfigSGIX
|
gfx.bindings.opengl.glx.__GLXFBConfigRec*
|
|
GLXPbuffer
|
uint
|
|
GLXPbufferSGIX
|
uint
|
|
GLXPixmap
|
uint
|
|
GLXVideoCaptureDeviceNV
|
uint
|
|
GLXVideoDeviceNV
|
uint
|
|
GLXWindow
|
uint
|
|
PFN_glXBindChannelToWindowSGIX
|
nothrow @nogc extern(C) int function(void*, int, int, uint)
|
|
PFN_glXBindHyperpipeSGIX
|
nothrow @nogc extern(C) int function(void*, int)
|
|
PFN_glXBindSwapBarrierNV
|
nothrow @nogc extern(C) int function(void*, uint, uint)
|
|
PFN_glXBindSwapBarrierSGIX
|
nothrow @nogc extern(C) void function(void*, uint, int)
|
|
PFN_glXBindTexImageEXT
|
nothrow @nogc extern(C) void function(void*, uint, int, const(int)*)
|
|
PFN_glXBindVideoCaptureDeviceNV
|
nothrow @nogc extern(C) int function(void*, uint, uint)
|
|
PFN_glXBindVideoDeviceNV
|
nothrow @nogc extern(C) int function(void*, uint, uint, const(int)*)
|
|
PFN_glXBindVideoImageNV
|
nothrow @nogc extern(C) int function(void*, uint, uint, int)
|
|
PFN_glXBlitContextFramebufferAMD
|
nothrow @nogc extern(C) void function(gfx.bindings.opengl.glx.__GLXcontextRec*, int, int, int, int, int, int, int, int, uint, uint)
|
|
PFN_glXChannelRectSGIX
|
nothrow @nogc extern(C) int function(void*, int, int, int, int, int, int)
|
|
PFN_glXChannelRectSyncSGIX
|
nothrow @nogc extern(C) int function(void*, int, int, uint)
|
|
PFN_glXChooseFBConfig
|
nothrow @nogc extern(C) gfx.bindings.opengl.glx.__GLXFBConfigRec** function(void*, int, const(int)*, int*)
|
|
PFN_glXChooseFBConfigSGIX
|
nothrow @nogc extern(C) gfx.bindings.opengl.glx.__GLXFBConfigRec** function(void*, int, int*, int*)
|
|
PFN_glXChooseVisual
|
nothrow @nogc extern(C) derelict.util.xtypes.XVisualInfo* function(void*, int, int*)
|
|
PFN_glXCopyBufferSubDataNV
|
nothrow @nogc extern(C) void function(void*, gfx.bindings.opengl.glx.__GLXcontextRec*, gfx.bindings.opengl.glx.__GLXcontextRec*, uint, uint, long, long, long)
|
|
PFN_glXCopyContext
|
nothrow @nogc extern(C) void function(void*, gfx.bindings.opengl.glx.__GLXcontextRec*, gfx.bindings.opengl.glx.__GLXcontextRec*, ulong)
|
|
PFN_glXCopyImageSubDataNV
|
nothrow @nogc extern(C) void function(void*, gfx.bindings.opengl.glx.__GLXcontextRec*, uint, uint, int, int, int, int, gfx.bindings.opengl.glx.__GLXcontextRec*, uint, uint, int, int, int, int, int, int, int)
|
|
PFN_glXCopySubBufferMESA
|
nothrow @nogc extern(C) void function(void*, uint, int, int, int, int)
|
|
PFN_glXCreateAssociatedContextAMD
|
nothrow @nogc extern(C) gfx.bindings.opengl.glx.__GLXcontextRec* function(uint, gfx.bindings.opengl.glx.__GLXcontextRec*)
|
|
PFN_glXCreateAssociatedContextAttribsAMD
|
nothrow @nogc extern(C) gfx.bindings.opengl.glx.__GLXcontextRec* function(uint, gfx.bindings.opengl.glx.__GLXcontextRec*, const(int)*)
|
|
PFN_glXCreateContext
|
nothrow @nogc extern(C) gfx.bindings.opengl.glx.__GLXcontextRec* function(void*, derelict.util.xtypes.XVisualInfo*, gfx.bindings.opengl.glx.__GLXcontextRec*, int)
|
|
PFN_glXCreateContextAttribsARB
|
nothrow @nogc extern(C) gfx.bindings.opengl.glx.__GLXcontextRec* function(void*, gfx.bindings.opengl.glx.__GLXFBConfigRec*, gfx.bindings.opengl.glx.__GLXcontextRec*, int, const(int)*)
|
|
PFN_glXCreateContextWithConfigSGIX
|
nothrow @nogc extern(C) gfx.bindings.opengl.glx.__GLXcontextRec* function(void*, gfx.bindings.opengl.glx.__GLXFBConfigRec*, int, gfx.bindings.opengl.glx.__GLXcontextRec*, int)
|
|
PFN_glXCreateGLXPbufferSGIX
|
nothrow @nogc extern(C) uint function(void*, gfx.bindings.opengl.glx.__GLXFBConfigRec*, uint, uint, int*)
|
|
PFN_glXCreateGLXPixmap
|
nothrow @nogc extern(C) uint function(void*, derelict.util.xtypes.XVisualInfo*, uint)
|
|
PFN_glXCreateGLXPixmapMESA
|
nothrow @nogc extern(C) uint function(void*, derelict.util.xtypes.XVisualInfo*, uint, uint)
|
|
PFN_glXCreateGLXPixmapWithConfigSGIX
|
nothrow @nogc extern(C) uint function(void*, gfx.bindings.opengl.glx.__GLXFBConfigRec*, uint)
|
|
PFN_glXCreateNewContext
|
nothrow @nogc extern(C) gfx.bindings.opengl.glx.__GLXcontextRec* function(void*, gfx.bindings.opengl.glx.__GLXFBConfigRec*, int, gfx.bindings.opengl.glx.__GLXcontextRec*, int)
|
|
PFN_glXCreatePbuffer
|
nothrow @nogc extern(C) uint function(void*, gfx.bindings.opengl.glx.__GLXFBConfigRec*, const(int)*)
|
|
PFN_glXCreatePixmap
|
nothrow @nogc extern(C) uint function(void*, gfx.bindings.opengl.glx.__GLXFBConfigRec*, uint, const(int)*)
|
|
PFN_glXCreateWindow
|
nothrow @nogc extern(C) uint function(void*, gfx.bindings.opengl.glx.__GLXFBConfigRec*, uint, const(int)*)
|
|
PFN_glXCushionSGI
|
nothrow @nogc extern(C) void function(void*, uint, float)
|
|
PFN_glXDelayBeforeSwapNV
|
nothrow @nogc extern(C) int function(void*, uint, float)
|
|
PFN_glXDeleteAssociatedContextAMD
|
nothrow @nogc extern(C) int function(gfx.bindings.opengl.glx.__GLXcontextRec*)
|
|
PFN_glXDestroyContext
|
nothrow @nogc extern(C) void function(void*, gfx.bindings.opengl.glx.__GLXcontextRec*)
|
|
PFN_glXDestroyGLXPbufferSGIX
|
nothrow @nogc extern(C) void function(void*, uint)
|
|
PFN_glXDestroyGLXPixmap
|
nothrow @nogc extern(C) void function(void*, uint)
|
|
PFN_glXDestroyHyperpipeConfigSGIX
|
nothrow @nogc extern(C) int function(void*, int)
|
|
PFN_glXDestroyPbuffer
|
nothrow @nogc extern(C) void function(void*, uint)
|
|
PFN_glXDestroyPixmap
|
nothrow @nogc extern(C) void function(void*, uint)
|
|
PFN_glXDestroyWindow
|
nothrow @nogc extern(C) void function(void*, uint)
|
|
PFN_glXEnumerateVideoCaptureDevicesNV
|
nothrow @nogc extern(C) uint* function(void*, int, int*)
|
|
PFN_glXEnumerateVideoDevicesNV
|
nothrow @nogc extern(C) uint* function(void*, int, int*)
|
|
PFN_glXFreeContextEXT
|
nothrow @nogc extern(C) void function(void*, gfx.bindings.opengl.glx.__GLXcontextRec*)
|
|
PFN_glXGetAGPOffsetMESA
|
nothrow @nogc extern(C) uint function(const(void)*)
|
|
PFN_glXGetClientString
|
nothrow @nogc extern(C) const(char)* function(void*, int)
|
|
PFN_glXGetConfig
|
nothrow @nogc extern(C) int function(void*, derelict.util.xtypes.XVisualInfo*, int, int*)
|
|
PFN_glXGetContextGPUIDAMD
|
nothrow @nogc extern(C) uint function(gfx.bindings.opengl.glx.__GLXcontextRec*)
|
|
PFN_glXGetContextIDEXT
|
nothrow @nogc extern(C) uint function(const(gfx.bindings.opengl.glx.__GLXcontextRec*))
|
|
PFN_glXGetCurrentAssociatedContextAMD
|
nothrow @nogc extern(C) gfx.bindings.opengl.glx.__GLXcontextRec* function()
|
|
PFN_glXGetCurrentContext
|
nothrow @nogc extern(C) gfx.bindings.opengl.glx.__GLXcontextRec* function()
|
|
PFN_glXGetCurrentDisplay
|
nothrow @nogc extern(C) void* function()
|
|
PFN_glXGetCurrentDisplayEXT
|
nothrow @nogc extern(C) void* function()
|
|
PFN_glXGetCurrentDrawable
|
nothrow @nogc extern(C) uint function()
|
|
PFN_glXGetCurrentReadDrawable
|
nothrow @nogc extern(C) uint function()
|
|
PFN_glXGetCurrentReadDrawableSGI
|
nothrow @nogc extern(C) uint function()
|
|
PFN_glXGetFBConfigAttrib
|
nothrow @nogc extern(C) int function(void*, gfx.bindings.opengl.glx.__GLXFBConfigRec*, int, int*)
|
|
PFN_glXGetFBConfigAttribSGIX
|
nothrow @nogc extern(C) int function(void*, gfx.bindings.opengl.glx.__GLXFBConfigRec*, int, int*)
|
|
PFN_glXGetFBConfigFromVisualSGIX
|
nothrow @nogc extern(C) gfx.bindings.opengl.glx.__GLXFBConfigRec* function(void*, derelict.util.xtypes.XVisualInfo*)
|
|
PFN_glXGetFBConfigs
|
nothrow @nogc extern(C) gfx.bindings.opengl.glx.__GLXFBConfigRec** function(void*, int, int*)
|
|
PFN_glXGetGPUIDsAMD
|
nothrow @nogc extern(C) uint function(uint, uint*)
|
|
PFN_glXGetGPUInfoAMD
|
nothrow @nogc extern(C) int function(uint, int, uint, uint, void*)
|
|
PFN_glXGetMscRateOML
|
nothrow @nogc extern(C) int function(void*, uint, int*, int*)
|
|
PFN_glXGetProcAddress
|
extern(C) extern function(C)
|
|
PFN_glXGetProcAddressARB
|
extern(C) extern function(C)
|
|
PFN_glXGetSelectedEvent
|
nothrow @nogc extern(C) void function(void*, uint, ulong*)
|
|
PFN_glXGetSelectedEventSGIX
|
nothrow @nogc extern(C) void function(void*, uint, ulong*)
|
|
PFN_glXGetSwapIntervalMESA
|
nothrow @nogc extern(C) int function()
|
|
PFN_glXGetSyncValuesOML
|
nothrow @nogc extern(C) int function(void*, uint, long*, long*, long*)
|
|
PFN_glXGetTransparentIndexSUN
|
nothrow @nogc extern(C) int function(void*, uint, uint, long*)
|
|
PFN_glXGetVideoDeviceNV
|
nothrow @nogc extern(C) int function(void*, int, int, uint*)
|
|
PFN_glXGetVideoInfoNV
|
nothrow @nogc extern(C) int function(void*, int, uint, ulong*, ulong*)
|
|
PFN_glXGetVideoSyncSGI
|
nothrow @nogc extern(C) int function(uint*)
|
|
PFN_glXGetVisualFromFBConfig
|
nothrow @nogc extern(C) derelict.util.xtypes.XVisualInfo* function(void*, gfx.bindings.opengl.glx.__GLXFBConfigRec*)
|
|
PFN_glXGetVisualFromFBConfigSGIX
|
nothrow @nogc extern(C) derelict.util.xtypes.XVisualInfo* function(void*, gfx.bindings.opengl.glx.__GLXFBConfigRec*)
|
|
PFN_glXHyperpipeAttribSGIX
|
nothrow @nogc extern(C) int function(void*, int, int, int, void*)
|
|
PFN_glXHyperpipeConfigSGIX
|
nothrow @nogc extern(C) int function(void*, int, int, GLXHyperpipeConfigSGIX*, int*)
|
|
PFN_glXImportContextEXT
|
nothrow @nogc extern(C) gfx.bindings.opengl.glx.__GLXcontextRec* function(void*, uint)
|
|
PFN_glXIsDirect
|
nothrow @nogc extern(C) int function(void*, gfx.bindings.opengl.glx.__GLXcontextRec*)
|
|
PFN_glXJoinSwapGroupNV
|
nothrow @nogc extern(C) int function(void*, uint, uint)
|
|
PFN_glXJoinSwapGroupSGIX
|
nothrow @nogc extern(C) void function(void*, uint, uint)
|
|
PFN_glXLockVideoCaptureDeviceNV
|
nothrow @nogc extern(C) void function(void*, uint)
|
|
PFN_glXMakeAssociatedContextCurrentAMD
|
nothrow @nogc extern(C) int function(gfx.bindings.opengl.glx.__GLXcontextRec*)
|
|
PFN_glXMakeContextCurrent
|
nothrow @nogc extern(C) int function(void*, uint, uint, gfx.bindings.opengl.glx.__GLXcontextRec*)
|
|
PFN_glXMakeCurrent
|
nothrow @nogc extern(C) int function(void*, uint, gfx.bindings.opengl.glx.__GLXcontextRec*)
|
|
PFN_glXMakeCurrentReadSGI
|
nothrow @nogc extern(C) int function(void*, uint, uint, gfx.bindings.opengl.glx.__GLXcontextRec*)
|
|
PFN_glXNamedCopyBufferSubDataNV
|
nothrow @nogc extern(C) void function(void*, gfx.bindings.opengl.glx.__GLXcontextRec*, gfx.bindings.opengl.glx.__GLXcontextRec*, uint, uint, long, long, long)
|
|
PFN_glXQueryChannelDeltasSGIX
|
nothrow @nogc extern(C) int function(void*, int, int, int*, int*, int*, int*)
|
|
PFN_glXQueryChannelRectSGIX
|
nothrow @nogc extern(C) int function(void*, int, int, int*, int*, int*, int*)
|
|
PFN_glXQueryContext
|
nothrow @nogc extern(C) int function(void*, gfx.bindings.opengl.glx.__GLXcontextRec*, int, int*)
|
|
PFN_glXQueryContextInfoEXT
|
nothrow @nogc extern(C) int function(void*, gfx.bindings.opengl.glx.__GLXcontextRec*, int, int*)
|
|
PFN_glXQueryCurrentRendererIntegerMESA
|
nothrow @nogc extern(C) int function(int, uint*)
|
|
PFN_glXQueryCurrentRendererStringMESA
|
nothrow @nogc extern(C) const(char)* function(int)
|
|
PFN_glXQueryDrawable
|
nothrow @nogc extern(C) void function(void*, uint, int, uint*)
|
|
PFN_glXQueryExtension
|
nothrow @nogc extern(C) int function(void*, int*, int*)
|
|
PFN_glXQueryExtensionsString
|
nothrow @nogc extern(C) const(char)* function(void*, int)
|
|
PFN_glXQueryFrameCountNV
|
nothrow @nogc extern(C) int function(void*, int, uint*)
|
|
PFN_glXQueryGLXPbufferSGIX
|
nothrow @nogc extern(C) int function(void*, uint, int, uint*)
|
|
PFN_glXQueryHyperpipeAttribSGIX
|
nothrow @nogc extern(C) int function(void*, int, int, int, void*)
|
|
PFN_glXQueryHyperpipeBestAttribSGIX
|
nothrow @nogc extern(C) int function(void*, int, int, int, void*, void*)
|
|
PFN_glXQueryHyperpipeConfigSGIX
|
nothrow @nogc extern(C) GLXHyperpipeConfigSGIX* function(void*, int, int*)
|
|
PFN_glXQueryHyperpipeNetworkSGIX
|
nothrow @nogc extern(C) GLXHyperpipeNetworkSGIX* function(void*, int*)
|
|
|
nothrow @nogc extern(C) int function(void*, int, int*)
|
|
PFN_glXQueryMaxSwapGroupsNV
|
nothrow @nogc extern(C) int function(void*, int, uint*, uint*)
|
|
PFN_glXQueryRendererIntegerMESA
|
nothrow @nogc extern(C) int function(void*, int, int, int, uint*)
|
|
PFN_glXQueryRendererStringMESA
|
nothrow @nogc extern(C) const(char)* function(void*, int, int, int)
|
|
PFN_glXQueryServerString
|
nothrow @nogc extern(C) const(char)* function(void*, int, int)
|
|
PFN_glXQuerySwapGroupNV
|
nothrow @nogc extern(C) int function(void*, uint, uint*, uint*)
|
|
PFN_glXQueryVersion
|
nothrow @nogc extern(C) int function(void*, int*, int*)
|
|
PFN_glXQueryVideoCaptureDeviceNV
|
nothrow @nogc extern(C) int function(void*, uint, int, int*)
|
|
PFN_glXReleaseBuffersMESA
|
nothrow @nogc extern(C) int function(void*, uint)
|
|
PFN_glXReleaseTexImageEXT
|
nothrow @nogc extern(C) void function(void*, uint, int)
|
|
PFN_glXReleaseVideoCaptureDeviceNV
|
nothrow @nogc extern(C) void function(void*, uint)
|
|
PFN_glXReleaseVideoDeviceNV
|
nothrow @nogc extern(C) int function(void*, int, uint)
|
|
PFN_glXReleaseVideoImageNV
|
nothrow @nogc extern(C) int function(void*, uint)
|
|
PFN_glXResetFrameCountNV
|
nothrow @nogc extern(C) int function(void*, int)
|
|
PFN_glXSelectEvent
|
nothrow @nogc extern(C) void function(void*, uint, ulong)
|
|
PFN_glXSelectEventSGIX
|
nothrow @nogc extern(C) void function(void*, uint, ulong)
|
|
PFN_glXSendPbufferToVideoNV
|
nothrow @nogc extern(C) int function(void*, uint, int, ulong*, ubyte)
|
|
PFN_glXSet3DfxModeMESA
|
nothrow @nogc extern(C) int function(int)
|
|
PFN_glXSwapBuffers
|
nothrow @nogc extern(C) void function(void*, uint)
|
|
PFN_glXSwapBuffersMscOML
|
nothrow @nogc extern(C) long function(void*, uint, long, long, long)
|
|
PFN_glXSwapIntervalEXT
|
nothrow @nogc extern(C) void function(void*, uint, int)
|
|
PFN_glXSwapIntervalMESA
|
nothrow @nogc extern(C) int function(uint)
|
|
PFN_glXSwapIntervalSGI
|
nothrow @nogc extern(C) int function(int)
|
|
PFN_glXUseXFont
|
nothrow @nogc extern(C) void function(uint, int, int, int)
|
|
PFN_glXWaitForMscOML
|
nothrow @nogc extern(C) int function(void*, uint, long, long, long, long*, long*, long*)
|
|
PFN_glXWaitForSbcOML
|
nothrow @nogc extern(C) int function(void*, uint, long, long*, long*, long*)
|
|
PFN_glXWaitGL
|
nothrow @nogc extern(C) void function()
|
|
PFN_glXWaitVideoSyncSGI
|
nothrow @nogc extern(C) int function(int, int, uint*)
|
|
PFN_glXWaitX
|
nothrow @nogc extern(C) void function()
|
|