This commit is contained in:
Confideo-IOM
2026-07-17 15:35:16 +01:00
parent e88e8c7e6e
commit 2fc305bc4d
2493 changed files with 228092 additions and 14 deletions
@@ -0,0 +1,15 @@
WGL_NV_DX_interop
https://www.khronos.org/registry/OpenGL/extensions/NV/WGL_NV_DX_interop.txt
WGL_NV_DX_interop
WGL_ACCESS_READ_ONLY_NV 0x00000000
WGL_ACCESS_READ_WRITE_NV 0x00000001
WGL_ACCESS_WRITE_DISCARD_NV 0x00000002
BOOL wglDXCloseDeviceNV (HANDLE hDevice)
BOOL wglDXLockObjectsNV (HANDLE hDevice, GLint count, HANDLE* hObjects)
BOOL wglDXObjectAccessNV (HANDLE hObject, GLenum access)
HANDLE wglDXOpenDeviceNV (void* dxDevice)
HANDLE wglDXRegisterObjectNV (HANDLE hDevice, void* dxObject, GLuint name, GLenum type, GLenum access)
BOOL wglDXSetResourceShareHandleNV (void* dxObject, HANDLE shareHandle)
BOOL wglDXUnlockObjectsNV (HANDLE hDevice, GLint count, HANDLE* hObjects)
BOOL wglDXUnregisterObjectNV (HANDLE hDevice, HANDLE hObject)