-
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
op: read-only storage textures - Part I #3370
op: read-only storage textures - Part I #3370
Conversation
This patch adds the operation tests on 2D read-only storage textures in compute shaders. This patch also adds the missing "trackForCleanup" in the operations tests on read-write storage textures.
import { GPUTest } from '../../../gpu_test.js'; | ||
|
||
function ComponentCount(format: ColorTextureFormat): number { | ||
switch (format) { |
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.
IMHO this should be in format_info. We could make an issue for this in gpuweb/cts and do it later.
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.
Ack. Filed #3375 to track this issue.
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.
Thank you for the updates!
This patch adds the operation tests on 2D read-only storage textures in compute shaders.
This patch also adds the missing "trackForCleanup" in the operations tests on read-write storage textures.
Issue: #3078
Requirements for PR author:
.unimplemented()
./** documented */
and new helper files are found inhelper_index.txt
.Requirements for reviewer sign-off:
When landing this PR, be sure to make any necessary issue status updates.