vk/vulkan.h: Add a compareEnable parameter to SamplerCreateInfo
authorJason Ekstrand <jason.ekstrand@intel.com>
Tue, 7 Jul 2015 23:49:01 +0000 (16:49 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 7 Jul 2015 23:49:04 +0000 (16:49 -0700)
Our hardware doesn't actually need this, so adding it is a no-op.

include/vulkan/vulkan.h

index 1af41e4bebaa3a5536f4d8249ff2498cfee4664a..80edb316cc7bba223c4b7e3c4e3062934ade8d03 100644 (file)
@@ -1558,6 +1558,7 @@ typedef struct {
     VkTexAddress                                addressW;
     float                                       mipLodBias;
     uint32_t                                    maxAnisotropy;
+    bool32_t                                    compareEnable;
     VkCompareOp                                 compareOp;
     float                                       minLod;
     float                                       maxLod;