Skip to content
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

Compat: Validating out @interpolate(linear) and @interpolate(..., sample) #4419

Closed
greggman opened this issue Dec 11, 2023 · 1 comment
Closed
Labels
compat WebGPU Compatibility Mode
Milestone

Comments

@greggman
Copy link
Contributor

greggman commented Dec 11, 2023

WebGPU has 3 interpolation types

perspective, linear, flat

And 3 sampling types

center, centroid, sample

OpenGL ES 3.1 doesn't have support for linear nor sample AFAICT.

Validating these out would be similar to sample_mask and would happen at on createRenderPipleine time

#4266

@kainino0x kainino0x added the compat WebGPU Compatibility Mode label Jan 6, 2024
@kainino0x kainino0x added this to the Milestone 1 milestone Jan 24, 2024
@greggman
Copy link
Contributor Author

greggman commented Mar 7, 2024

approved and merged: #4424

@greggman greggman closed this as completed Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compat WebGPU Compatibility Mode
Projects
None yet
Development

No branches or pull requests

2 participants