KhronosGroup / OpenGL-Registry

OpenGL, OpenGL ES, and OpenGL ES-SC API and Extension Registry
679 stars 274 forks source link

Update core WGL function signatures to match wingdi.h #527

Closed cstanfill closed 2 years ago

cstanfill commented 2 years ago

See issue #525

After this change my loader generates identical declarations to wingdi.h Reference DescribePixelFormat https://docs.microsoft.com/en-us/windows/win32/api/wingdi/nf-wingdi-describepixelformat wglDescribeLayerPlane https://docs.microsoft.com/en-us/windows/win32/api/wingdi/nf-wingdi-wgldescribelayerplane GetEnhMetaFilePixelFormat https://docs.microsoft.com/en-us/windows/win32/api/wingdi/nf-wingdi-getenhmetafilepixelformat wglGetLayerPaletteEntries https://docs.microsoft.com/en-us/windows/win32/api/wingdi/nf-wingdi-wglgetlayerpaletteentries

oddhack commented 2 years ago

LGTM. Since we aren't publishing a WGL core header I'm not concerned about the change.

oddhack commented 2 years ago

@pdaniell-nv do you want to move this to Signed Off status?