-
Notifications
You must be signed in to change notification settings - Fork 89
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
Expand the sample_texture_combo test to include storage textures. #4294
Conversation
57933dd
to
de7f0b0
Compare
I ran this on linux google-chrome-unstable opengles compat and got this error log (exp color changed 32769 (0x0180) -> 32778 (0x0A80)):
|
Yes, the GL backend doesn't pass. That's the point It also doesn't pass before this change. |
Oh but fails on linux core as well, is this expected?
|
The spec specified there is a maximum number of texture + sampler combinations and a maximum number of storage textures in vertex and fragment stages. Test that you can use all of them at the same time to the maximum limit of the adapter.
de7f0b0
to
e0a2774
Compare
Fixed for Vulkan. It was calling |
The spec specifies there is a maximum number of texture + sampler combinations and a maximum number of storage textures in vertex and fragment stages.
Test that you can use all of them at the same time to the maximum limit of the adapter.