diff options
| author | jsmall-nvidia <jsmall@nvidia.com> | 2020-02-20 10:34:58 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-20 10:34:58 -0500 |
| commit | dcc3af7bf4fdfb6926db039506137be0e16ae3bd (patch) | |
| tree | d11c051624952fb3ef7614338a9b617e1bf059f4 /tests/compute/texture-simple.slang.expected.txt | |
| parent | 788556aaaab1b5767e24cf86dc2f71fd285c06f5 (diff) | |
CUDA/CPU support for 1D, 2D, CubeArray (#1232)
* CUDA support for array of resources.
* * Add support for Texture2DArray on CPU
* Expand texture-simple.slang to test Texture2DArray
* Reorganise CUDAComputeUtil to split out createTextureResource.
* Add TextureCubeArray support for CPU/CUDA targets.
Diffstat (limited to 'tests/compute/texture-simple.slang.expected.txt')
| -rw-r--r-- | tests/compute/texture-simple.slang.expected.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/compute/texture-simple.slang.expected.txt b/tests/compute/texture-simple.slang.expected.txt index a10701b2e..cf6e7405a 100644 --- a/tests/compute/texture-simple.slang.expected.txt +++ b/tests/compute/texture-simple.slang.expected.txt @@ -1,4 +1,4 @@ -40A00000 -40A00000 -40A00000 -40A00000 +40E00000 +40E00000 +40E00000 +40E00000 |
