Donate Share

The OpenGL Extension Wrangler Library

Tracker: Bugs

5 WGL_NV_swap_group - ID: 2827923
Last Update: Settings changed ( nigels )

wglQuerySwapGroupNV has a missing parameter in its typedef, which causes a
runtime error when the function is first called.

currently:-
typedef BOOL (WINAPI * PFNWGLQUERYSWAPGROUPNVPROC) (HDC hDC, GLuint*
group);

should be:-
typedef BOOL (WINAPI * PFNWGLQUERYSWAPGROUPNVPROC) (HDC hDC, GLuint* group,
GLuint* barrier);


Nobody/Anonymous ( nobody ) - 2009-07-27 16:29

5

Open

Fixed

Nigel Stewart

WGL specific

None

Public


Comments ( 2 )




Date: 2009-10-06 16:40
Sender: nigels

Fix is now upstream:
http://www.opengl.org/registry/specs/NV/wgl_swap_group.txt

To confirm, and close.


Date: 2009-08-03 18:46
Sender: nigels

This appears to be due to a typo in the specification:

BOOL wglQuerySwapGroupNV(HDC hDC,
GLuint *group);
GLuint *barrier);

http://www.opengl.org/registry/specs/NV/wgl_swap_group.txt


Log in to comment.

Attached File

No Files Currently Attached

Changes ( 3 )

Field Old Value Date By
resolution_id Accepted 2009-10-06 16:40 nigels
assigned_to nobody 2009-08-03 18:46 nigels
resolution_id None 2009-08-03 18:46 nigels