| Index: tests/VkUploadPixelsTests.cpp
|
| diff --git a/tests/VkUploadPixelsTests.cpp b/tests/VkUploadPixelsTests.cpp
|
| index 7f00ad29fcfde2a007b77b35e3260ad0b134563d..8b6a56bd9f687f9c9cbab90deec59e16010ba85f 100644
|
| --- a/tests/VkUploadPixelsTests.cpp
|
| +++ b/tests/VkUploadPixelsTests.cpp
|
| @@ -66,7 +66,7 @@ void basic_texture_test(skiatest::Reporter* reporter, GrContext* context, GrPixe
|
| // the expectation is that the given config is texturable/renderable with optimal tiling
|
| // but may not be with linear tiling
|
| if (linearTiling) {
|
| - if (!caps->isConfigTexurableLinearly(config) ||
|
| + if (!caps->isConfigTexturableLinearly(config) ||
|
| (renderTarget && !caps->isConfigRenderableLinearly(config, false))) {
|
| canCreate = false;
|
| }
|
|
|