Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Mar 15, 2024
1 parent 58cc50d commit 1282c1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Validation tests for the ${builtin}() builtin.
* test textureSample offset parameter must be correct type
* test textureSample offset parameter must be a const-expression
* test textureSample offset parameter must be between -8 and +7 inclusive
* test textureSample not usable in a compute or vertex shader
note: uniformity validation is covered in src/webgpu/shader/validation/uniformity/uniformity.spec.ts
`;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Validation tests for the ${builtin}() builtin.
* test textureSampleCompare offset parameter must be correct type
* test textureSampleCompare offset parameter must be a const-expression
* test textureSampleCompare offset parameter must be between -8 and +7 inclusive
* test textureSample not usable in a compute or vertex shader
note: uniformity validation is covered in src/webgpu/shader/validation/uniformity/uniformity.spec.ts
`;
Expand Down

0 comments on commit 1282c1e

Please sign in to comment.