Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDEPTH_STENCIL_ATTACHMENT in webgl1 should be separate attachment point #26588
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now we treat DEPTH_STENCIL_ATTACHMENT as an alias for attaching to both DEPTH_ATTACHMENT and STENCIL_ATTACHMENT (eg.). Apparently this is actually what webgl2 expects (https://www.khronos.org/registry/webgl/specs/latest/2.0/#4.1.5) and webgl1 should be handling it differently.