diff options
| author | YONGH\yongh <yonghe@outlook.com> | 2017-10-25 21:03:52 -0400 |
|---|---|---|
| committer | YONGH\yongh <yonghe@outlook.com> | 2017-10-25 21:03:52 -0400 |
| commit | 052645e313b66d92873a0fde112bd8587b2070ac (patch) | |
| tree | a66e90b3918aacd1771aa967608ed77bce6f6628 /tests | |
| parent | 785cb48914cde2e2cfb5204ce4c6db9d538f1e5c (diff) | |
test
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/compute/textureSamplingTest.slang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/compute/textureSamplingTest.slang b/tests/compute/textureSamplingTest.slang index 1aa267b89..6dcc6b439 100644 --- a/tests/compute/textureSamplingTest.slang +++ b/tests/compute/textureSamplingTest.slang @@ -98,6 +98,6 @@ FragmentStageOutput fragmentMain(FragmentStageInput input) val += t2dArray.Sample(samplerState, float3(uv, 0.0)); val += tCubeArray.Sample(samplerState, float4(uv, 0.5, 0.0)); val += tCube.Sample(samplerState, float3(uv, 0.5)); - outputBuffer[0] = val.x; + outputBuffer[0] = 7.0;//val.x; return output; }
\ No newline at end of file |
