commit | 0717ed5c31632fcc0f7fc1e553b1e67ca03df2ab | [log] [tgz] |
---|---|---|
author | Jon Ashburn <jon@lunarg.com> | Mon Dec 14 14:59:20 2015 -0700 |
committer | Jon Ashburn <jon@lunarg.com> | Tue Dec 15 08:51:46 2015 -0700 |
tree | a400a7ca90023564d932aaeadc0c663ac3362296 | |
parent | e3f1d21be53bf8971bf6668b4fa3861d5954d345 [diff] [blame] |
vulkan: Changes for header version 211 Add anisotropyEnable to VkSamplerCreateInfo. Add inheritedQueries to VkPhysicalDeviceFeatures
diff --git a/demos/cube.c b/demos/cube.c index 3acb8fa..25cf077 100644 --- a/demos/cube.c +++ b/demos/cube.c
@@ -1194,6 +1194,7 @@ .addressModeV = VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE, .addressModeW = VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE, .mipLodBias = 0.0f, + .anisotropyEnable = VK_FALSE, .maxAnisotropy = 1, .compareOp = VK_COMPARE_OP_NEVER, .minLod = 0.0f,