commit | 8aa4569c139a7a7ac38c62b25e3af40309cc2ee2 | [log] [tgz] |
---|---|---|
author | Ethan Nicholas <ethannicholas@google.com> | Wed Sep 20 11:24:15 2017 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Fri Sep 22 13:54:38 2017 +0000 |
tree | 7a26824983b55df440a1c369798936da7f872351 | |
parent | b7d42e3c11a6e1d89e8b1af030511e935ee065ba [diff] [blame] |
switched SkSL's temporary 'highfloat' type back to 'float' Bug: skia: Change-Id: If0debae7318b6b5b4a7cb85d458996a09931127e Reviewed-on: https://skia-review.googlesource.com/48760 Commit-Queue: Ethan Nicholas <ethannicholas@google.com> Reviewed-by: Brian Salomon <bsalomon@google.com>
diff --git a/src/gpu/vk/GrVkCopyManager.cpp b/src/gpu/vk/GrVkCopyManager.cpp index 7ab47e9..d27997d 100644 --- a/src/gpu/vk/GrVkCopyManager.cpp +++ b/src/gpu/vk/GrVkCopyManager.cpp
@@ -47,7 +47,7 @@ "half4 uPosXform;" "half4 uTexCoordXform;" "};" - "layout(location = 0) in highfloat2 inPosition;" + "layout(location = 0) in float2 inPosition;" "layout(location = 1) out half2 vTexCoord;" "// Copy Program VS\n"