KhronosGroup / OpenGL-Registry

OpenGL, OpenGL ES, and OpenGL ES-SC API and Extension Registry
689 stars 275 forks source link

glNamedFramebufferTextureMultiviewOVR missing from XML #562

Closed patrickdown closed 7 months ago

patrickdown commented 1 year ago

NamedFramebufferTextureMultiviewOVR defined in the multiview extension https://registry.khronos.org/OpenGL/extensions/OVR/OVR_multiview.txt is missing from the XML.

[[ If OpenGL 4.5 or ARB_direct_state_access is supported ]]

void NamedFramebufferTextureMultiviewOVR( uint framebuffer, enum attachment, uint texture, int level, int baseViewIndex, sizei numViews );

pdaniell-nv commented 1 year ago

@patrickdown would you mind contributing a fix here: https://github.com/KhronosGroup/OpenGL-Registry/pulls. Thank you.

JacobGrenier commented 7 months ago

NamedFramebufferTextureMultiviewOVR defined in the multiview extension https://registry.khronos.org/OpenGL/extensions/OVR/OVR_multiview.txt is missing from the XML.

[[ If OpenGL 4.5 or ARB_direct_state_access is supported ]]

void NamedFramebufferTextureMultiviewOVR( uint framebuffer, enum attachment, uint texture, int level, int baseViewIndex, sizei numViews );

oddhack commented 7 months ago

@JacobGrenier @patrickdown see #608.