vulkan-1.5.1.0: Bindings to the Vulkan graphics API.

Safe HaskellNone
LanguageHaskell2010

Graphics.Vulkan.Sampler

Contents

Synopsis

VkSamplerAddressMode

VkFilter

VkBorderColor

VkCompareOp

VkSamplerCreateFlags

VkSamplerMipmapMode

pattern VK_SAMPLER_MIPMAP_MODE_NEAREST :: VkSamplerMipmapMode #

Choose nearest mip level

pattern VK_SAMPLER_MIPMAP_MODE_LINEAR :: VkSamplerMipmapMode #

Linear filter between mip levels

vkCreateSampler

VkSampleCountFlags

newtype VkSampleCountFlagBits #

Instances

Eq VkSampleCountFlagBits # 
Read VkSampleCountFlagBits # 
Show VkSampleCountFlagBits # 
Storable VkSampleCountFlagBits # 
Bits VkSampleCountFlagBits # 
FiniteBits VkSampleCountFlagBits # 

type VkSampleCountFlags = VkSampleCountFlagBits #

Alias for VkSampleCountFlagBits

pattern VK_SAMPLE_COUNT_1_BIT :: VkSampleCountFlagBits #

Sample count 1 supported

pattern VK_SAMPLE_COUNT_2_BIT :: VkSampleCountFlagBits #

Sample count 2 supported

pattern VK_SAMPLE_COUNT_4_BIT :: VkSampleCountFlagBits #

Sample count 4 supported

pattern VK_SAMPLE_COUNT_8_BIT :: VkSampleCountFlagBits #

Sample count 8 supported

pattern VK_SAMPLE_COUNT_16_BIT :: VkSampleCountFlagBits #

Sample count 16 supported

pattern VK_SAMPLE_COUNT_32_BIT :: VkSampleCountFlagBits #

Sample count 32 supported

pattern VK_SAMPLE_COUNT_64_BIT :: VkSampleCountFlagBits #

Sample count 64 supported

vkDestroySampler