KhronosGroup / OpenGL-Registry

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

EXT_separate_depth_stencil: Explicit unsupported cases #531

Closed gnl21 closed 1 year ago

gnl21 commented 2 years ago

Adds explicit mention of the conditions that may cause implementations to return FRAMEBUFFER_UNSUPPORTED for framebuffers with separate depth and stencil. (The spec currently allows implementations to return FRAMEBUFFER_UNSUPPORTED for any implementation dependent reason, so this is not a spec change, but it is more helpful for users of the API if these conditions are set out in the spec.)

pdaniell-nv commented 2 years ago

We approved this change in the previous WG meeting. @oddhack this is approved to merge.