mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 02:10:11 +01:00
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:
parent
672590710b
commit
518ca9e254
1 changed files with 1 additions and 0 deletions
|
|
@ -1558,6 +1558,7 @@ typedef struct {
|
|||
VkTexAddress addressW;
|
||||
float mipLodBias;
|
||||
uint32_t maxAnisotropy;
|
||||
bool32_t compareEnable;
|
||||
VkCompareOp compareOp;
|
||||
float minLod;
|
||||
float maxLod;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue