vulkan-api-1.1.3.0: Low-level low-overhead vulkan api bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.Vulkan.Ext.VK_KHR_sampler_mirror_clamp_to_edge

Contents

Synopsis

Vulkan extension: VK_KHR_sampler_mirror_clamp_to_edge

supported: vulkan

contact: Tobias Hector tobski@

author: KHR

type: device

Extension number: 15

type VK_KHR_SAMPLER_MIRROR_CLAMP_TO_EDGE_EXTENSION_NAME = "VK_KHR_sampler_mirror_clamp_to_edge" Source #

pattern VK_SAMPLER_ADDRESS_MODE_MIRROR_CLAMP_TO_EDGE :: VkSamplerAddressMode Source #

Note that this defines what was previously a core enum, and so uses the value attribute rather than offset, and does not have a suffix. This is a special case, and should not be repeated