diff options
| author | Harsh Aggarwal (NVIDIA) <haaggarwal@nvidia.com> | 2025-09-03 10:45:57 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-03 05:15:57 +0000 |
| commit | 639978008de3a74c00e03451cd9fc74452766fcd (patch) | |
| tree | bcde5b0fc80c09a7f0d36ba2d17fbe8e48f0a94d /tests/hlsl/texture-mips-operator.slang | |
| parent | 4886bf95fcf6e7f38f48a346f4112fe340a453c8 (diff) | |
Fix#8086: Batch-10: Enable cuda tests (#8270)
Diffstat (limited to 'tests/hlsl/texture-mips-operator.slang')
| -rw-r--r-- | tests/hlsl/texture-mips-operator.slang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hlsl/texture-mips-operator.slang b/tests/hlsl/texture-mips-operator.slang index 9da8711c5..4b3b7fd98 100644 --- a/tests/hlsl/texture-mips-operator.slang +++ b/tests/hlsl/texture-mips-operator.slang @@ -10,4 +10,4 @@ uniform Texture2D gTex; void main() { result[0] = gTex.mips[1][int2(3,4)]; -}
\ No newline at end of file +} |
