-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix fragment shader subgroup builtin io test (#4024)
This PR fix the expectation of fragment shader subgroup_invocation_id. Any invocation id (including 0) within subgroup can be assigned to inactivate invocations, and ids of active invocations can go larger than active invocations number but still smaller than subgroup size. This PR also fix the draw call for fragment subgroup tests.
- Loading branch information
Showing
1 changed file
with
74 additions
and
47 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