KhronosGroup / OpenGL-API

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

Extension EXT_primitive_bounding_box name string has white space #64

Closed tsuoranta closed 4 years ago

tsuoranta commented 4 years ago

Originally filed to https://github.com/KhronosGroup/OpenGL-Registry/issues/372 but I suppose this is strictly speaking OpenGL-API issue.

Name

    EXT_primitive_bounding_box

Name Strings

    GL_EXT_primitive_bounding box

It is unexpected that there is space in the name string. I suppose this is just a typo, and GL_EXT_primitive_bounding_box is the intended name.

pdaniell-nv commented 4 years ago

Yes, definitely a typo. Will you propose a PR to fix it? Thanks.

pdaniell-nv commented 4 years ago

Oh never mind. I see this is addressed in https://github.com/KhronosGroup/OpenGL-Registry/issues/372. Closing.