-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add test for different read write usages combinations (#253)
* Add test for different read write usages combinations Texture read usages include sampled-texture and readonly storage texture. Texture write usages include writeonly storage texture and render target. Different usages upon the same subresource should follow this rule: - multiple read usages upon the same subresource is valid. - multiple write usages, or read/write usages upon the same subresource is invalid, with one exception that multiple writeonly storage texture usages are valid. * Add a comment * Addressed feedback from Corentin and Kai * Addressed Kai's feedback * Addressed Kai's feedback: add test for depth/stencil * rename a test, update test file description * Address feedback from Corentin Co-authored-by: Kai Ninomiya <[email protected]>
- Loading branch information
1 parent
04c4dd4
commit fa4873f
Showing
1 changed file
with
228 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters