vk/vulkan.h: Add a compareEnable parameter to SamplerCreateInfo

Our hardware doesn't actually need this, so adding it is a no-op.
This commit is contained in:
Jason Ekstrand
2015-07-07 16:49:01 -07:00
parent 672590710b
commit 518ca9e254

View File

@@ -1558,6 +1558,7 @@ typedef struct {
VkTexAddress addressW; VkTexAddress addressW;
float mipLodBias; float mipLodBias;
uint32_t maxAnisotropy; uint32_t maxAnisotropy;
bool32_t compareEnable;
VkCompareOp compareOp; VkCompareOp compareOp;
float minLod; float minLod;
float maxLod; float maxLod;