-
-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drawing a single point fails Metal validation #74
Comments
hey thanks for reporting, |
a minimum (and messy) snippet for reproduction. it also reproduces on iOS/iOS Simulator
the validation does not fail if I replace the 1s in these lines of code with 2.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using Catalyst version of MetalANGLE, and it seems drawing a single point can fail the Metal validation, the code and error message is as following. When nStars is not 1, it works completely fine.
The stride here is 24, and the three element size are 12 (3 * float), 4 (4 * byte), 4 (1 * float)
The text was updated successfully, but these errors were encountered: