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:
@@ -1558,6 +1558,7 @@ typedef struct {
|
||||
VkTexAddress addressW;
|
||||
float mipLodBias;
|
||||
uint32_t maxAnisotropy;
|
||||
bool32_t compareEnable;
|
||||
VkCompareOp compareOp;
|
||||
float minLod;
|
||||
float maxLod;
|
||||
|
Reference in New Issue
Block a user