vulkan-1.7.0.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 Source #

Choose nearest mip level

pattern VK_SAMPLER_MIPMAP_MODE_LINEAR :: VkSamplerMipmapMode Source #

Linear filter between mip levels

vkCreateSampler

VkSampleCountFlags

newtype VkSampleCountFlagBits Source #

Instances

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

type VkSampleCountFlags = VkSampleCountFlagBits Source #

Alias for VkSampleCountFlagBits

pattern VK_SAMPLE_COUNT_1_BIT :: VkSampleCountFlagBits Source #

Sample count 1 supported

pattern VK_SAMPLE_COUNT_2_BIT :: VkSampleCountFlagBits Source #

Sample count 2 supported

pattern VK_SAMPLE_COUNT_4_BIT :: VkSampleCountFlagBits Source #

Sample count 4 supported

pattern VK_SAMPLE_COUNT_8_BIT :: VkSampleCountFlagBits Source #

Sample count 8 supported

pattern VK_SAMPLE_COUNT_16_BIT :: VkSampleCountFlagBits Source #

Sample count 16 supported

pattern VK_SAMPLE_COUNT_32_BIT :: VkSampleCountFlagBits Source #

Sample count 32 supported

pattern VK_SAMPLE_COUNT_64_BIT :: VkSampleCountFlagBits Source #

Sample count 64 supported

vkDestroySampler