| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
Graphics.Vulkan.Ext.VK_KHR_separate_depth_stencil_layouts
Synopsis
- type VkAttachmentDescriptionStencilLayoutKHR = VkAttachmentDescriptionStencilLayout
 - type VkAttachmentReferenceStencilLayoutKHR = VkAttachmentReferenceStencilLayout
 - type VkPhysicalDeviceSeparateDepthStencilLayoutsFeaturesKHR = VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures
 - type VK_KHR_SEPARATE_DEPTH_STENCIL_LAYOUTS_SPEC_VERSION = 1
 - pattern VK_KHR_SEPARATE_DEPTH_STENCIL_LAYOUTS_SPEC_VERSION :: (Num a, Eq a) => a
 - type VK_KHR_SEPARATE_DEPTH_STENCIL_LAYOUTS_EXTENSION_NAME = "VK_KHR_separate_depth_stencil_layouts"
 - pattern VK_KHR_SEPARATE_DEPTH_STENCIL_LAYOUTS_EXTENSION_NAME :: CString
 - pattern VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SEPARATE_DEPTH_STENCIL_LAYOUTS_FEATURES_KHR :: VkStructureType
 - pattern VK_STRUCTURE_TYPE_ATTACHMENT_REFERENCE_STENCIL_LAYOUT_KHR :: VkStructureType
 - pattern VK_STRUCTURE_TYPE_ATTACHMENT_DESCRIPTION_STENCIL_LAYOUT_KHR :: VkStructureType
 - pattern VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_OPTIMAL_KHR :: VkImageLayout
 - pattern VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_OPTIMAL_KHR :: VkImageLayout
 - pattern VK_IMAGE_LAYOUT_STENCIL_ATTACHMENT_OPTIMAL_KHR :: VkImageLayout
 - pattern VK_IMAGE_LAYOUT_STENCIL_READ_ONLY_OPTIMAL_KHR :: VkImageLayout
 
Vulkan extension: VK_KHR_separate_depth_stencil_layouts
supported: vulkan
contact: Piers Daniell pdaniell-nv@
author: KHR
type: device
Extension number: 242
Required extensions: VK_KHR_get_physical_device_properties2, VK_KHR_create_renderpass2.
Required extensions: VK_KHR_get_physical_device_properties2, VK_KHR_create_renderpass2.
type VkAttachmentDescriptionStencilLayoutKHR = VkAttachmentDescriptionStencilLayout Source #
Alias for VkAttachmentDescriptionStencilLayout
type VkAttachmentReferenceStencilLayoutKHR = VkAttachmentReferenceStencilLayout Source #
Alias for VkAttachmentReferenceStencilLayout
type VkPhysicalDeviceSeparateDepthStencilLayoutsFeaturesKHR = VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures Source #
pattern VK_KHR_SEPARATE_DEPTH_STENCIL_LAYOUTS_SPEC_VERSION :: (Num a, Eq a) => a Source #
type VK_KHR_SEPARATE_DEPTH_STENCIL_LAYOUTS_EXTENSION_NAME = "VK_KHR_separate_depth_stencil_layouts" Source #