Caffe2 - C++ API
A deep learning, cross platform ML framework
Data Fields
VkSamplerCreateInfo Struct Reference

Data Fields

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
 

Detailed Description

Definition at line 1923 of file vulkan.h.


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