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 upMake webgl integer type conversions differentiate between webgl1 and webgl2 values #24537
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#24514 adds some new parameters like TransformFeedbackActive that are only meaningful in webgl 2. We should include that information in the macro and make users converting from an integer value to a typed value specify the kind of webgl context.