Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/glew-2.0.0/auto/core/gl/GL_NV_vdpau_interop')
-rw-r--r--Libraries/glew-2.0.0/auto/core/gl/GL_NV_vdpau_interop19
1 files changed, 0 insertions, 19 deletions
diff --git a/Libraries/glew-2.0.0/auto/core/gl/GL_NV_vdpau_interop b/Libraries/glew-2.0.0/auto/core/gl/GL_NV_vdpau_interop
deleted file mode 100644
index f52949c9..00000000
--- a/Libraries/glew-2.0.0/auto/core/gl/GL_NV_vdpau_interop
+++ /dev/null
@@ -1,19 +0,0 @@
-GL_NV_vdpau_interop
-http://www.opengl.org/registry/specs/NV/vdpau_interop.txt
-GL_NV_vdpau_interop
-
- GL_SURFACE_STATE_NV 0x86EB
- GL_SURFACE_REGISTERED_NV 0x86FD
- GL_SURFACE_MAPPED_NV 0x8700
- GL_WRITE_DISCARD_NV 0x88BE
- void glVDPAUFiniNV (void)
- void glVDPAUGetSurfaceivNV (GLvdpauSurfaceNV surface, GLenum pname, GLsizei bufSize, GLsizei* length, GLint *values)
- void glVDPAUInitNV (const void* vdpDevice, const void*getProcAddress)
- void glVDPAUIsSurfaceNV (GLvdpauSurfaceNV surface)
- void glVDPAUMapSurfacesNV (GLsizei numSurfaces, const GLvdpauSurfaceNV* surfaces)
- GLvdpauSurfaceNV glVDPAURegisterOutputSurfaceNV (const void* vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint *textureNames)
- GLvdpauSurfaceNV glVDPAURegisterVideoSurfaceNV (const void* vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint *textureNames)
- void glVDPAUSurfaceAccessNV (GLvdpauSurfaceNV surface, GLenum access)
- void glVDPAUUnmapSurfacesNV (GLsizei numSurface, const GLvdpauSurfaceNV* surfaces)
- void glVDPAUUnregisterSurfaceNV (GLvdpauSurfaceNV surface)
- typedef GLintptr GLvdpauSurfaceNV