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;
|
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;
|
||||||
|
Reference in New Issue
Block a user