Open 3D Engine Atom Gem API Reference 24.09.2
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
VkSamplerCreateInfo Struct Reference

Public Attributes

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

The documentation for this struct was generated from the following file: