KhronosGroup / OpenGL-Registry

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

Add glsc2 headers to makefile for generation #514

Closed DeepakRavikumarIMG closed 2 years ago

DeepakRavikumarIMG commented 2 years ago

glsc2 headers were missed out from the GLHEADERS in the makefile and as a result they were not generated.

Fix: Added glsc2 headers to the makefile.

oddhack commented 2 years ago

LGTM. @pdaniell-nv I don't recall why we weren't generating these headers in the Makefile but the PR has no effect on them other than changing the date in a comment, so we should accept.

pdaniell-nv commented 2 years ago

I also don't know why these were missing. I guess there have been no consumers of it until now, so it went unnoticed.