diff options
Diffstat (limited to 'tools/gfx-unit-test/shared-textures-tests.cpp')
| -rw-r--r-- | tools/gfx-unit-test/shared-textures-tests.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/gfx-unit-test/shared-textures-tests.cpp b/tools/gfx-unit-test/shared-textures-tests.cpp index 896d6d6e6..d32a8493e 100644 --- a/tools/gfx-unit-test/shared-textures-tests.cpp +++ b/tools/gfx-unit-test/shared-textures-tests.cpp @@ -184,7 +184,8 @@ namespace gfx_test dstTexture, ResourceState::ShaderResource, texData, - sizeof(texData)); + 32, + 2); auto texView = createTexView(dstDevice, dstTexture); setUpAndRunShader(dstDevice, dstTexture, texView, floatBufferView, "copyTexFloat4"); |
