VkSamplerCreateInfo

Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Members

Variables

addressModeU
VkSamplerAddressMode addressModeU;
Undocumented in source.
addressModeV
VkSamplerAddressMode addressModeV;
Undocumented in source.
addressModeW
VkSamplerAddressMode addressModeW;
Undocumented in source.
anisotropyEnable
VkBool32 anisotropyEnable;
Undocumented in source.
borderColor
VkBorderColor borderColor;
Undocumented in source.
compareEnable
VkBool32 compareEnable;
Undocumented in source.
compareOp
VkCompareOp compareOp;
Undocumented in source.
flags
VkSamplerCreateFlags flags;
Undocumented in source.
magFilter
VkFilter magFilter;
Undocumented in source.
maxAnisotropy
float maxAnisotropy;
Undocumented in source.
maxLod
float maxLod;
Undocumented in source.
minFilter
VkFilter minFilter;
Undocumented in source.
minLod
float minLod;
Undocumented in source.
mipLodBias
float mipLodBias;
Undocumented in source.
mipmapMode
VkSamplerMipmapMode mipmapMode;
Undocumented in source.
pNext
const(void)* pNext;
Undocumented in source.
sType
VkStructureType sType;
Undocumented in source.
unnormalizedCoordinates
VkBool32 unnormalizedCoordinates;
Undocumented in source.

Meta