KhronosGroup / OpenGL-API

OpenGL and OpenGL ES API Issue Tracker
34 stars 5 forks source link

OpenGL-Registry does not contain khrplatform.h #6

Closed gshep closed 7 years ago

gshep commented 7 years ago

Currently the header can be found in EGL-Registry. Maybe it should be copied to the OpenGL-Registry repository too or extracted to the standalone repository?

oddhack commented 7 years ago

What is the "standalone repository"?

gshep commented 7 years ago

Sorry for confusing.

I meant to create new repository, for example 'KHR-Platform' and place the files there.

oddhack commented 7 years ago

khrplatform.h changes approximately never, since new platforms are rare. My only concern in making a copy is that it will be easy to forget to update it when never finally occurs. Don't want to create an entirely new repo for a single file.

gshep commented 7 years ago

Maybe it is worth to mention in README in OpenGL-Registry that the header could be found in the EGL-Registry?

I agree that copy-paste is a bad idea =)

oddhack commented 7 years ago

I added a comment to the repository README.adoc noting the requirement for khrplatform.h. There is already a similar comment in the index pages for the ES and SC registries, whose headers require khrplatform.h. Will that do?

gshep commented 7 years ago

Certainly!