Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(pp): add GL_OVR_multiview2 and provide a new method to custom exts (
#55) This PR: 1. adds `GL_OVR_multiview2` 2. adds a new method `add()` on `Registry` to allow developers to add extenisions which is not supported To repro this case: ```glsl #extension GL_OVR_multiview2 : enable void main() { gl_FragColor = vec4(1, 1, 1, 1); } ``` Co-authored-by: Alixinne <13561842+alixinne@users.noreply.github.com>
- Loading branch information