mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-11 08:43:49 +00:00
added missing extensions
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@477 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
parent
2962f99f58
commit
8b38bc50fb
4
auto/core/GL_EXT_gpu_program_parameters
Normal file
4
auto/core/GL_EXT_gpu_program_parameters
Normal file
@ -0,0 +1,4 @@
|
||||
GL_EXT_gpu_program_parameters
|
||||
http://developer.download.nvidia.com/opengl/specs/GL_EXT_gpu_program_parameters.txt
|
||||
void glProgramEnvParameters4fv (enum target, uint index, sizei count, const float *params)
|
||||
void glProgramLocalParameters4fv (enum target, uint index, sizei count, const float *params)
|
2
auto/core/GL_NV_geometry_shader4
Normal file
2
auto/core/GL_NV_geometry_shader4
Normal file
@ -0,0 +1,2 @@
|
||||
GL_NV_geometry_shader4
|
||||
http://developer.download.nvidia.com/opengl/specs/GL_NV_geometry_shader4.txt
|
11
auto/core/WGL_NV_gpu_affinity
Normal file
11
auto/core/WGL_NV_gpu_affinity
Normal file
@ -0,0 +1,11 @@
|
||||
WGL_NV_gpu_affinity
|
||||
http://developer.download.nvidia.com/opengl/specs/WGL_nv_gpu_affinity.txt
|
||||
WGL_ERROR_INCOMPATIBLE_AFFINITY_MASKS_NV 0x20D0
|
||||
WGL_ERROR_MISSING_AFFINITY_MASK_NV 0x20D1
|
||||
BOOL wglEnumGpusNV (UINT iGpuIndex,HGPUNV *phGpu)
|
||||
BOOL wglEnumGpuDevicesNV (HGPUNV hGpu, UINT iDeviceIndex, PGPU_DEVICE lpGpuDevice)
|
||||
HDC wglCreateAffinityDCNV (const HGPUNV *phGpuList)
|
||||
BOOL wglEnumGpusFromAffinityDCNV(HDC hAffinityDC, UINT iGpuIndex, HGPUNV *hGpu)
|
||||
BOOL wglDeleteDCNV (HDC hdc)
|
||||
DECLARE_HANDLE(HGPUNV);
|
||||
typedef struct _GPU_DEVICE { DWORD cb; CHAR DeviceName[32]; CHAR DeviceString[128]; DWORD Flags; RECT rcVirtualScreen; } GPU_DEVICE, *PGPU_DEVICE;
|
Loading…
Reference in New Issue
Block a user