commit | 0bf4e1de733446ff0dcd446990212579e4d2d7be | [log] [tgz] |
---|---|---|
author | Cody Northrop <cody@lunarg.com> | Tue Aug 11 15:50:55 2015 -0600 |
committer | Cody Northrop <cody@lunarg.com> | Tue Aug 11 17:16:15 2015 -0600 |
tree | 6d7afebe3d5c75f900a4bb370ebb3067b4d9e1a5 | |
parent | a788072423ed81a601ac42120d6592e75eae6d23 [diff] [blame] |
Bug 14407 - Add texelCoords to Sampler state
diff --git a/demos/cube.c b/demos/cube.c index e2f2049..0d0dff2 100644 --- a/demos/cube.c +++ b/demos/cube.c
@@ -1197,6 +1197,7 @@ .minLod = 0.0f, .maxLod = 0.0f, .borderColor = VK_BORDER_COLOR_FLOAT_OPAQUE_WHITE, + .texelCoords = VK_FALSE, }; VkImageViewCreateInfo view = {