diff options
| author | Yong He <yonghe@outlook.com> | 2021-02-17 15:09:09 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-17 15:09:09 -0800 |
| commit | e59aee131b6d51236613bc374cfa2d5f3b54efe1 (patch) | |
| tree | 1225fb886e6b280ca50d737c1769bb8465480692 /tests/compute/texture-sample-grad-offset-clamp.slang.expected.txt | |
| parent | 39975b207e5db7de8feaaebfda2ae122c1850b26 (diff) | |
Add `SampleGrad` overload for lod clamp. (#1711)
* Add `SampleGrad` overload for lod clamp.
* Fix gfx to run the test on vulkan.
* Whitespace change to trigger CI build
* remove presentFrame call in render-test
Co-authored-by: Yong He <yhe@nvidia.com>
Co-authored-by: Tim Foley <tfoleyNV@users.noreply.github.com>
Diffstat (limited to 'tests/compute/texture-sample-grad-offset-clamp.slang.expected.txt')
| -rw-r--r-- | tests/compute/texture-sample-grad-offset-clamp.slang.expected.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/compute/texture-sample-grad-offset-clamp.slang.expected.txt b/tests/compute/texture-sample-grad-offset-clamp.slang.expected.txt new file mode 100644 index 000000000..47b9ba0c8 --- /dev/null +++ b/tests/compute/texture-sample-grad-offset-clamp.slang.expected.txt @@ -0,0 +1 @@ +3F800000
\ No newline at end of file |
