Skip to content

mesa: Implement EXT_separate_depth_stencil

Adam Jackson requested to merge ajax/mesa:gl-ext-separate-depth-stencil into main

This trivial extension just relaxes the GLES3-only requirement that depth and stencil attachments must be the same image.

Merge request reports