-
Notifications
You must be signed in to change notification settings - Fork 335
Add spec for texture creation #1658
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
Conversation
This PR adds validation rules for texture creation. It is based on: - PR 799 (gpuweb#799) from Myles, and the comments. - Issue 1522 (gpuweb#1522) I investigated when I was implementing 3D textures on Dawn project, and the comments.
FYI, @bbernhar and @RafaelCintron |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This came out quite compact and straightforward, LGTM. Few minor comments.
Also sorry for the delay in reviewing! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good stuff!
Co-authored-by: Kai Ninomiya <[email protected]>
Co-authored-by: Kai Ninomiya <[email protected]>
Co-authored-by: Kai Ninomiya <[email protected]>
Thanks! |
This PR adds validation rules for texture creation. It is based on:
and the comments.
investigated when I was implementing 3D textures on Dawn project,
and the comments.
Preview | Diff