-
Notifications
You must be signed in to change notification settings - Fork 344
Closed
Labels
apiWebGPU APIWebGPU APIapi resolvedResolved - waiting for a change to the API specificationResolved - waiting for a change to the API specificationneeds-cts-issueThis change requires tests (or would need tests if accepted), but may not have a CTS issue filed yetThis change requires tests (or would need tests if accepted), but may not have a CTS issue filed yet
Description
During the implementation of texture component swizzle in Dawn, we observed that the current proposal allows creating a texture view with a swizzle that only includes COPY_* usages.
Since a view inherits its texture's usages—and creating a view with only COPY_SRC is already possible—should we validate against creating a swizzled view that is limited to only COPY_* usages? Or shall we prevent views (not just swizzled views) to only include COPY_* usages?
Metadata
Metadata
Assignees
Labels
apiWebGPU APIWebGPU APIapi resolvedResolved - waiting for a change to the API specificationResolved - waiting for a change to the API specificationneeds-cts-issueThis change requires tests (or would need tests if accepted), but may not have a CTS issue filed yetThis change requires tests (or would need tests if accepted), but may not have a CTS issue filed yet