| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Graphics.Vulkan.Ext.VK_EXT_display_control
Contents
- newtype VkBool32 = VkBool32 Word32
- newtype VkDeviceSize = VkDeviceSize Word64
- newtype VkFlags = VkFlags Word32
- newtype VkSampleMask = VkSampleMask Word32
- newtype VkColorComponentBitmask a = VkColorComponentBitmask VkFlags
- type VkColorComponentFlags = VkColorComponentBitmask FlagMask
- type VkColorComponentFlagBits = VkColorComponentBitmask FlagBit
- pattern VkColorComponentFlagBits :: VkFlags -> VkColorComponentBitmask FlagBit
- pattern VkColorComponentFlags :: VkFlags -> VkColorComponentBitmask FlagMask
- pattern VK_COLOR_COMPONENT_R_BIT :: forall a. VkColorComponentBitmask a
- pattern VK_COLOR_COMPONENT_G_BIT :: forall a. VkColorComponentBitmask a
- pattern VK_COLOR_COMPONENT_B_BIT :: forall a. VkColorComponentBitmask a
- pattern VK_COLOR_COMPONENT_A_BIT :: forall a. VkColorComponentBitmask a
- newtype VkColorSpaceKHR = VkColorSpaceKHR Int32
- pattern VK_COLOR_SPACE_SRGB_NONLINEAR_KHR :: VkColorSpaceKHR
- newtype VkCompositeAlphaBitmaskKHR a = VkCompositeAlphaBitmaskKHR VkFlags
- type VkCompositeAlphaFlagsKHR = VkCompositeAlphaBitmaskKHR FlagMask
- type VkCompositeAlphaFlagBitsKHR = VkCompositeAlphaBitmaskKHR FlagBit
- pattern VkCompositeAlphaFlagBitsKHR :: VkFlags -> VkCompositeAlphaBitmaskKHR FlagBit
- pattern VkCompositeAlphaFlagsKHR :: VkFlags -> VkCompositeAlphaBitmaskKHR FlagMask
- pattern VK_COMPOSITE_ALPHA_OPAQUE_BIT_KHR :: forall a. VkCompositeAlphaBitmaskKHR a
- pattern VK_COMPOSITE_ALPHA_PRE_MULTIPLIED_BIT_KHR :: forall a. VkCompositeAlphaBitmaskKHR a
- pattern VK_COMPOSITE_ALPHA_POST_MULTIPLIED_BIT_KHR :: forall a. VkCompositeAlphaBitmaskKHR a
- pattern VK_COMPOSITE_ALPHA_INHERIT_BIT_KHR :: forall a. VkCompositeAlphaBitmaskKHR a
- data VkDeviceCreateInfo = VkDeviceCreateInfo# Addr# ByteArray#
- data VkDeviceEventInfoEXT = VkDeviceEventInfoEXT# Addr# ByteArray#
- data VkDeviceGeneratedCommandsFeaturesNVX = VkDeviceGeneratedCommandsFeaturesNVX# Addr# ByteArray#
- data VkDeviceGeneratedCommandsLimitsNVX = VkDeviceGeneratedCommandsLimitsNVX# Addr# ByteArray#
- data VkDeviceGroupBindSparseInfo = VkDeviceGroupBindSparseInfo# Addr# ByteArray#
- type VkDeviceGroupBindSparseInfoKHR = VkDeviceGroupBindSparseInfo
- data VkDeviceGroupCommandBufferBeginInfo = VkDeviceGroupCommandBufferBeginInfo# Addr# ByteArray#
- type VkDeviceGroupCommandBufferBeginInfoKHR = VkDeviceGroupCommandBufferBeginInfo
- data VkDeviceGroupDeviceCreateInfo = VkDeviceGroupDeviceCreateInfo# Addr# ByteArray#
- type VkDeviceGroupDeviceCreateInfoKHR = VkDeviceGroupDeviceCreateInfo
- data VkDeviceGroupPresentCapabilitiesKHR = VkDeviceGroupPresentCapabilitiesKHR# Addr# ByteArray#
- data VkDeviceGroupPresentInfoKHR = VkDeviceGroupPresentInfoKHR# Addr# ByteArray#
- data VkDeviceGroupRenderPassBeginInfo = VkDeviceGroupRenderPassBeginInfo# Addr# ByteArray#
- type VkDeviceGroupRenderPassBeginInfoKHR = VkDeviceGroupRenderPassBeginInfo
- data VkDeviceGroupSubmitInfo = VkDeviceGroupSubmitInfo# Addr# ByteArray#
- type VkDeviceGroupSubmitInfoKHR = VkDeviceGroupSubmitInfo
- data VkDeviceGroupSwapchainCreateInfoKHR = VkDeviceGroupSwapchainCreateInfoKHR# Addr# ByteArray#
- data VkDeviceQueueCreateInfo = VkDeviceQueueCreateInfo# Addr# ByteArray#
- data VkDeviceQueueGlobalPriorityCreateInfoEXT = VkDeviceQueueGlobalPriorityCreateInfoEXT# Addr# ByteArray#
- data VkDeviceQueueInfo2 = VkDeviceQueueInfo2# Addr# ByteArray#
- newtype VkDeviceCreateFlagBits = VkDeviceCreateFlagBits VkFlags
- newtype VkDeviceEventTypeEXT = VkDeviceEventTypeEXT Int32
- pattern VK_DEVICE_EVENT_TYPE_DISPLAY_HOTPLUG_EXT :: VkDeviceEventTypeEXT
- newtype VkDeviceGroupPresentModeBitmaskKHR a = VkDeviceGroupPresentModeBitmaskKHR VkFlags
- type VkDeviceGroupPresentModeFlagsKHR = VkDeviceGroupPresentModeBitmaskKHR FlagMask
- type VkDeviceGroupPresentModeFlagBitsKHR = VkDeviceGroupPresentModeBitmaskKHR FlagBit
- pattern VkDeviceGroupPresentModeFlagBitsKHR :: VkFlags -> VkDeviceGroupPresentModeBitmaskKHR FlagBit
- pattern VkDeviceGroupPresentModeFlagsKHR :: VkFlags -> VkDeviceGroupPresentModeBitmaskKHR FlagMask
- pattern VK_DEVICE_GROUP_PRESENT_MODE_LOCAL_BIT_KHR :: forall a. VkDeviceGroupPresentModeBitmaskKHR a
- pattern VK_DEVICE_GROUP_PRESENT_MODE_REMOTE_BIT_KHR :: forall a. VkDeviceGroupPresentModeBitmaskKHR a
- pattern VK_DEVICE_GROUP_PRESENT_MODE_SUM_BIT_KHR :: forall a. VkDeviceGroupPresentModeBitmaskKHR a
- pattern VK_DEVICE_GROUP_PRESENT_MODE_LOCAL_MULTI_DEVICE_BIT_KHR :: forall a. VkDeviceGroupPresentModeBitmaskKHR a
- newtype VkDeviceQueueCreateBitmask a = VkDeviceQueueCreateBitmask VkFlags
- type VkDeviceQueueCreateFlags = VkDeviceQueueCreateBitmask FlagMask
- type VkDeviceQueueCreateFlagBits = VkDeviceQueueCreateBitmask FlagBit
- pattern VkDeviceQueueCreateFlagBits :: VkFlags -> VkDeviceQueueCreateBitmask FlagBit
- pattern VkDeviceQueueCreateFlags :: VkFlags -> VkDeviceQueueCreateBitmask FlagMask
- data VkDisplayEventInfoEXT = VkDisplayEventInfoEXT# Addr# ByteArray#
- data VkDisplayModeCreateInfoKHR = VkDisplayModeCreateInfoKHR# Addr# ByteArray#
- data VkDisplayModeParametersKHR = VkDisplayModeParametersKHR# Addr# ByteArray#
- data VkDisplayModePropertiesKHR = VkDisplayModePropertiesKHR# Addr# ByteArray#
- data VkDisplayPlaneCapabilitiesKHR = VkDisplayPlaneCapabilitiesKHR# Addr# ByteArray#
- data VkDisplayPlanePropertiesKHR = VkDisplayPlanePropertiesKHR# Addr# ByteArray#
- data VkDisplayPowerInfoEXT = VkDisplayPowerInfoEXT# Addr# ByteArray#
- data VkDisplayPresentInfoKHR = VkDisplayPresentInfoKHR# Addr# ByteArray#
- data VkDisplayPropertiesKHR = VkDisplayPropertiesKHR# Addr# ByteArray#
- data VkDisplaySurfaceCreateInfoKHR = VkDisplaySurfaceCreateInfoKHR# Addr# ByteArray#
- newtype VkDisplayEventTypeEXT = VkDisplayEventTypeEXT Int32
- pattern VK_DISPLAY_EVENT_TYPE_FIRST_PIXEL_OUT_EXT :: VkDisplayEventTypeEXT
- newtype VkDisplayPlaneAlphaBitmaskKHR a = VkDisplayPlaneAlphaBitmaskKHR VkFlags
- type VkDisplayPlaneAlphaFlagsKHR = VkDisplayPlaneAlphaBitmaskKHR FlagMask
- type VkDisplayPlaneAlphaFlagBitsKHR = VkDisplayPlaneAlphaBitmaskKHR FlagBit
- pattern VkDisplayPlaneAlphaFlagBitsKHR :: VkFlags -> VkDisplayPlaneAlphaBitmaskKHR FlagBit
- pattern VkDisplayPlaneAlphaFlagsKHR :: VkFlags -> VkDisplayPlaneAlphaBitmaskKHR FlagMask
- pattern VK_DISPLAY_PLANE_ALPHA_OPAQUE_BIT_KHR :: forall a. VkDisplayPlaneAlphaBitmaskKHR a
- pattern VK_DISPLAY_PLANE_ALPHA_GLOBAL_BIT_KHR :: forall a. VkDisplayPlaneAlphaBitmaskKHR a
- pattern VK_DISPLAY_PLANE_ALPHA_PER_PIXEL_BIT_KHR :: forall a. VkDisplayPlaneAlphaBitmaskKHR a
- pattern VK_DISPLAY_PLANE_ALPHA_PER_PIXEL_PREMULTIPLIED_BIT_KHR :: forall a. VkDisplayPlaneAlphaBitmaskKHR a
- newtype VkDisplayPowerStateEXT = VkDisplayPowerStateEXT Int32
- pattern VK_DISPLAY_POWER_STATE_OFF_EXT :: VkDisplayPowerStateEXT
- pattern VK_DISPLAY_POWER_STATE_SUSPEND_EXT :: VkDisplayPowerStateEXT
- pattern VK_DISPLAY_POWER_STATE_ON_EXT :: VkDisplayPowerStateEXT
- data VkExtent2D = VkExtent2D# Addr# ByteArray#
- data VkExtent3D = VkExtent3D# Addr# ByteArray#
- newtype VkFormat = VkFormat Int32
- pattern VK_FORMAT_UNDEFINED :: VkFormat
- pattern VK_FORMAT_R4G4_UNORM_PACK8 :: VkFormat
- pattern VK_FORMAT_R4G4B4A4_UNORM_PACK16 :: VkFormat
- pattern VK_FORMAT_B4G4R4A4_UNORM_PACK16 :: VkFormat
- pattern VK_FORMAT_R5G6B5_UNORM_PACK16 :: VkFormat
- pattern VK_FORMAT_B5G6R5_UNORM_PACK16 :: VkFormat
- pattern VK_FORMAT_R5G5B5A1_UNORM_PACK16 :: VkFormat
- pattern VK_FORMAT_B5G5R5A1_UNORM_PACK16 :: VkFormat
- pattern VK_FORMAT_A1R5G5B5_UNORM_PACK16 :: VkFormat
- pattern VK_FORMAT_R8_UNORM :: VkFormat
- pattern VK_FORMAT_R8_SNORM :: VkFormat
- pattern VK_FORMAT_R8_USCALED :: VkFormat
- pattern VK_FORMAT_R8_SSCALED :: VkFormat
- pattern VK_FORMAT_R8_UINT :: VkFormat
- pattern VK_FORMAT_R8_SINT :: VkFormat
- pattern VK_FORMAT_R8_SRGB :: VkFormat
- pattern VK_FORMAT_R8G8_UNORM :: VkFormat
- pattern VK_FORMAT_R8G8_SNORM :: VkFormat
- pattern VK_FORMAT_R8G8_USCALED :: VkFormat
- pattern VK_FORMAT_R8G8_SSCALED :: VkFormat
- pattern VK_FORMAT_R8G8_UINT :: VkFormat
- pattern VK_FORMAT_R8G8_SINT :: VkFormat
- pattern VK_FORMAT_R8G8_SRGB :: VkFormat
- pattern VK_FORMAT_R8G8B8_UNORM :: VkFormat
- pattern VK_FORMAT_R8G8B8_SNORM :: VkFormat
- pattern VK_FORMAT_R8G8B8_USCALED :: VkFormat
- pattern VK_FORMAT_R8G8B8_SSCALED :: VkFormat
- pattern VK_FORMAT_R8G8B8_UINT :: VkFormat
- pattern VK_FORMAT_R8G8B8_SINT :: VkFormat
- pattern VK_FORMAT_R8G8B8_SRGB :: VkFormat
- pattern VK_FORMAT_B8G8R8_UNORM :: VkFormat
- pattern VK_FORMAT_B8G8R8_SNORM :: VkFormat
- pattern VK_FORMAT_B8G8R8_USCALED :: VkFormat
- pattern VK_FORMAT_B8G8R8_SSCALED :: VkFormat
- pattern VK_FORMAT_B8G8R8_UINT :: VkFormat
- pattern VK_FORMAT_B8G8R8_SINT :: VkFormat
- pattern VK_FORMAT_B8G8R8_SRGB :: VkFormat
- pattern VK_FORMAT_R8G8B8A8_UNORM :: VkFormat
- pattern VK_FORMAT_R8G8B8A8_SNORM :: VkFormat
- pattern VK_FORMAT_R8G8B8A8_USCALED :: VkFormat
- pattern VK_FORMAT_R8G8B8A8_SSCALED :: VkFormat
- pattern VK_FORMAT_R8G8B8A8_UINT :: VkFormat
- pattern VK_FORMAT_R8G8B8A8_SINT :: VkFormat
- pattern VK_FORMAT_R8G8B8A8_SRGB :: VkFormat
- pattern VK_FORMAT_B8G8R8A8_UNORM :: VkFormat
- pattern VK_FORMAT_B8G8R8A8_SNORM :: VkFormat
- pattern VK_FORMAT_B8G8R8A8_USCALED :: VkFormat
- pattern VK_FORMAT_B8G8R8A8_SSCALED :: VkFormat
- pattern VK_FORMAT_B8G8R8A8_UINT :: VkFormat
- pattern VK_FORMAT_B8G8R8A8_SINT :: VkFormat
- pattern VK_FORMAT_B8G8R8A8_SRGB :: VkFormat
- pattern VK_FORMAT_A8B8G8R8_UNORM_PACK32 :: VkFormat
- pattern VK_FORMAT_A8B8G8R8_SNORM_PACK32 :: VkFormat
- pattern VK_FORMAT_A8B8G8R8_USCALED_PACK32 :: VkFormat
- pattern VK_FORMAT_A8B8G8R8_SSCALED_PACK32 :: VkFormat
- pattern VK_FORMAT_A8B8G8R8_UINT_PACK32 :: VkFormat
- pattern VK_FORMAT_A8B8G8R8_SINT_PACK32 :: VkFormat
- pattern VK_FORMAT_A8B8G8R8_SRGB_PACK32 :: VkFormat
- pattern VK_FORMAT_A2R10G10B10_UNORM_PACK32 :: VkFormat
- pattern VK_FORMAT_A2R10G10B10_SNORM_PACK32 :: VkFormat
- pattern VK_FORMAT_A2R10G10B10_USCALED_PACK32 :: VkFormat
- pattern VK_FORMAT_A2R10G10B10_SSCALED_PACK32 :: VkFormat
- pattern VK_FORMAT_A2R10G10B10_UINT_PACK32 :: VkFormat
- pattern VK_FORMAT_A2R10G10B10_SINT_PACK32 :: VkFormat
- pattern VK_FORMAT_A2B10G10R10_UNORM_PACK32 :: VkFormat
- pattern VK_FORMAT_A2B10G10R10_SNORM_PACK32 :: VkFormat
- pattern VK_FORMAT_A2B10G10R10_USCALED_PACK32 :: VkFormat
- pattern VK_FORMAT_A2B10G10R10_SSCALED_PACK32 :: VkFormat
- pattern VK_FORMAT_A2B10G10R10_UINT_PACK32 :: VkFormat
- pattern VK_FORMAT_A2B10G10R10_SINT_PACK32 :: VkFormat
- pattern VK_FORMAT_R16_UNORM :: VkFormat
- pattern VK_FORMAT_R16_SNORM :: VkFormat
- pattern VK_FORMAT_R16_USCALED :: VkFormat
- pattern VK_FORMAT_R16_SSCALED :: VkFormat
- pattern VK_FORMAT_R16_UINT :: VkFormat
- pattern VK_FORMAT_R16_SINT :: VkFormat
- pattern VK_FORMAT_R16_SFLOAT :: VkFormat
- pattern VK_FORMAT_R16G16_UNORM :: VkFormat
- pattern VK_FORMAT_R16G16_SNORM :: VkFormat
- pattern VK_FORMAT_R16G16_USCALED :: VkFormat
- pattern VK_FORMAT_R16G16_SSCALED :: VkFormat
- pattern VK_FORMAT_R16G16_UINT :: VkFormat
- pattern VK_FORMAT_R16G16_SINT :: VkFormat
- pattern VK_FORMAT_R16G16_SFLOAT :: VkFormat
- pattern VK_FORMAT_R16G16B16_UNORM :: VkFormat
- pattern VK_FORMAT_R16G16B16_SNORM :: VkFormat
- pattern VK_FORMAT_R16G16B16_USCALED :: VkFormat
- pattern VK_FORMAT_R16G16B16_SSCALED :: VkFormat
- pattern VK_FORMAT_R16G16B16_UINT :: VkFormat
- pattern VK_FORMAT_R16G16B16_SINT :: VkFormat
- pattern VK_FORMAT_R16G16B16_SFLOAT :: VkFormat
- pattern VK_FORMAT_R16G16B16A16_UNORM :: VkFormat
- pattern VK_FORMAT_R16G16B16A16_SNORM :: VkFormat
- pattern VK_FORMAT_R16G16B16A16_USCALED :: VkFormat
- pattern VK_FORMAT_R16G16B16A16_SSCALED :: VkFormat
- pattern VK_FORMAT_R16G16B16A16_UINT :: VkFormat
- pattern VK_FORMAT_R16G16B16A16_SINT :: VkFormat
- pattern VK_FORMAT_R16G16B16A16_SFLOAT :: VkFormat
- pattern VK_FORMAT_R32_UINT :: VkFormat
- pattern VK_FORMAT_R32_SINT :: VkFormat
- pattern VK_FORMAT_R32_SFLOAT :: VkFormat
- pattern VK_FORMAT_R32G32_UINT :: VkFormat
- pattern VK_FORMAT_R32G32_SINT :: VkFormat
- pattern VK_FORMAT_R32G32_SFLOAT :: VkFormat
- pattern VK_FORMAT_R32G32B32_UINT :: VkFormat
- pattern VK_FORMAT_R32G32B32_SINT :: VkFormat
- pattern VK_FORMAT_R32G32B32_SFLOAT :: VkFormat
- pattern VK_FORMAT_R32G32B32A32_UINT :: VkFormat
- pattern VK_FORMAT_R32G32B32A32_SINT :: VkFormat
- pattern VK_FORMAT_R32G32B32A32_SFLOAT :: VkFormat
- pattern VK_FORMAT_R64_UINT :: VkFormat
- pattern VK_FORMAT_R64_SINT :: VkFormat
- pattern VK_FORMAT_R64_SFLOAT :: VkFormat
- pattern VK_FORMAT_R64G64_UINT :: VkFormat
- pattern VK_FORMAT_R64G64_SINT :: VkFormat
- pattern VK_FORMAT_R64G64_SFLOAT :: VkFormat
- pattern VK_FORMAT_R64G64B64_UINT :: VkFormat
- pattern VK_FORMAT_R64G64B64_SINT :: VkFormat
- pattern VK_FORMAT_R64G64B64_SFLOAT :: VkFormat
- pattern VK_FORMAT_R64G64B64A64_UINT :: VkFormat
- pattern VK_FORMAT_R64G64B64A64_SINT :: VkFormat
- pattern VK_FORMAT_R64G64B64A64_SFLOAT :: VkFormat
- pattern VK_FORMAT_B10G11R11_UFLOAT_PACK32 :: VkFormat
- pattern VK_FORMAT_E5B9G9R9_UFLOAT_PACK32 :: VkFormat
- pattern VK_FORMAT_D16_UNORM :: VkFormat
- pattern VK_FORMAT_X8_D24_UNORM_PACK32 :: VkFormat
- pattern VK_FORMAT_D32_SFLOAT :: VkFormat
- pattern VK_FORMAT_S8_UINT :: VkFormat
- pattern VK_FORMAT_D16_UNORM_S8_UINT :: VkFormat
- pattern VK_FORMAT_D24_UNORM_S8_UINT :: VkFormat
- pattern VK_FORMAT_D32_SFLOAT_S8_UINT :: VkFormat
- pattern VK_FORMAT_BC1_RGB_UNORM_BLOCK :: VkFormat
- pattern VK_FORMAT_BC1_RGB_SRGB_BLOCK :: VkFormat
- pattern VK_FORMAT_BC1_RGBA_UNORM_BLOCK :: VkFormat
- pattern VK_FORMAT_BC1_RGBA_SRGB_BLOCK :: VkFormat
- pattern VK_FORMAT_BC2_UNORM_BLOCK :: VkFormat
- pattern VK_FORMAT_BC2_SRGB_BLOCK :: VkFormat
- pattern VK_FORMAT_BC3_UNORM_BLOCK :: VkFormat
- pattern VK_FORMAT_BC3_SRGB_BLOCK :: VkFormat
- pattern VK_FORMAT_BC4_UNORM_BLOCK :: VkFormat
- pattern VK_FORMAT_BC4_SNORM_BLOCK :: VkFormat
- pattern VK_FORMAT_BC5_UNORM_BLOCK :: VkFormat
- pattern VK_FORMAT_BC5_SNORM_BLOCK :: VkFormat
- pattern VK_FORMAT_BC6H_UFLOAT_BLOCK :: VkFormat
- pattern VK_FORMAT_BC6H_SFLOAT_BLOCK :: VkFormat
- pattern VK_FORMAT_BC7_UNORM_BLOCK :: VkFormat
- pattern VK_FORMAT_BC7_SRGB_BLOCK :: VkFormat
- pattern VK_FORMAT_ETC2_R8G8B8_UNORM_BLOCK :: VkFormat
- pattern VK_FORMAT_ETC2_R8G8B8_SRGB_BLOCK :: VkFormat
- pattern VK_FORMAT_ETC2_R8G8B8A1_UNORM_BLOCK :: VkFormat
- pattern VK_FORMAT_ETC2_R8G8B8A1_SRGB_BLOCK :: VkFormat
- pattern VK_FORMAT_ETC2_R8G8B8A8_UNORM_BLOCK :: VkFormat
- pattern VK_FORMAT_ETC2_R8G8B8A8_SRGB_BLOCK :: VkFormat
- pattern VK_FORMAT_EAC_R11_UNORM_BLOCK :: VkFormat
- pattern VK_FORMAT_EAC_R11_SNORM_BLOCK :: VkFormat
- pattern VK_FORMAT_EAC_R11G11_UNORM_BLOCK :: VkFormat
- pattern VK_FORMAT_EAC_R11G11_SNORM_BLOCK :: VkFormat
- pattern VK_FORMAT_ASTC_4x4_UNORM_BLOCK :: VkFormat
- pattern VK_FORMAT_ASTC_4x4_SRGB_BLOCK :: VkFormat
- pattern VK_FORMAT_ASTC_5x4_UNORM_BLOCK :: VkFormat
- pattern VK_FORMAT_ASTC_5x4_SRGB_BLOCK :: VkFormat
- pattern VK_FORMAT_ASTC_5x5_UNORM_BLOCK :: VkFormat
- pattern VK_FORMAT_ASTC_5x5_SRGB_BLOCK :: VkFormat
- pattern VK_FORMAT_ASTC_6x5_UNORM_BLOCK :: VkFormat
- pattern VK_FORMAT_ASTC_6x5_SRGB_BLOCK :: VkFormat
- pattern VK_FORMAT_ASTC_6x6_UNORM_BLOCK :: VkFormat
- pattern VK_FORMAT_ASTC_6x6_SRGB_BLOCK :: VkFormat
- pattern VK_FORMAT_ASTC_8x5_UNORM_BLOCK :: VkFormat
- pattern VK_FORMAT_ASTC_8x5_SRGB_BLOCK :: VkFormat
- pattern VK_FORMAT_ASTC_8x6_UNORM_BLOCK :: VkFormat
- pattern VK_FORMAT_ASTC_8x6_SRGB_BLOCK :: VkFormat
- pattern VK_FORMAT_ASTC_8x8_UNORM_BLOCK :: VkFormat
- pattern VK_FORMAT_ASTC_8x8_SRGB_BLOCK :: VkFormat
- pattern VK_FORMAT_ASTC_10x5_UNORM_BLOCK :: VkFormat
- pattern VK_FORMAT_ASTC_10x5_SRGB_BLOCK :: VkFormat
- pattern VK_FORMAT_ASTC_10x6_UNORM_BLOCK :: VkFormat
- pattern VK_FORMAT_ASTC_10x6_SRGB_BLOCK :: VkFormat
- pattern VK_FORMAT_ASTC_10x8_UNORM_BLOCK :: VkFormat
- pattern VK_FORMAT_ASTC_10x8_SRGB_BLOCK :: VkFormat
- pattern VK_FORMAT_ASTC_10x10_UNORM_BLOCK :: VkFormat
- pattern VK_FORMAT_ASTC_10x10_SRGB_BLOCK :: VkFormat
- pattern VK_FORMAT_ASTC_12x10_UNORM_BLOCK :: VkFormat
- pattern VK_FORMAT_ASTC_12x10_SRGB_BLOCK :: VkFormat
- pattern VK_FORMAT_ASTC_12x12_UNORM_BLOCK :: VkFormat
- pattern VK_FORMAT_ASTC_12x12_SRGB_BLOCK :: VkFormat
- newtype VkFormatFeatureBitmask a = VkFormatFeatureBitmask VkFlags
- type VkFormatFeatureFlags = VkFormatFeatureBitmask FlagMask
- type VkFormatFeatureFlagBits = VkFormatFeatureBitmask FlagBit
- pattern VkFormatFeatureFlagBits :: VkFlags -> VkFormatFeatureBitmask FlagBit
- pattern VkFormatFeatureFlags :: VkFlags -> VkFormatFeatureBitmask FlagMask
- pattern VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT :: forall a. VkFormatFeatureBitmask a
- pattern VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT :: forall a. VkFormatFeatureBitmask a
- pattern VK_FORMAT_FEATURE_STORAGE_IMAGE_ATOMIC_BIT :: forall a. VkFormatFeatureBitmask a
- pattern VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT :: forall a. VkFormatFeatureBitmask a
- pattern VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT :: forall a. VkFormatFeatureBitmask a
- pattern VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_ATOMIC_BIT :: forall a. VkFormatFeatureBitmask a
- pattern VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT :: forall a. VkFormatFeatureBitmask a
- pattern VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT :: forall a. VkFormatFeatureBitmask a
- pattern VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT :: forall a. VkFormatFeatureBitmask a
- pattern VK_FORMAT_FEATURE_DEPTH_STENCIL_ATTACHMENT_BIT :: forall a. VkFormatFeatureBitmask a
- pattern VK_FORMAT_FEATURE_BLIT_SRC_BIT :: forall a. VkFormatFeatureBitmask a
- pattern VK_FORMAT_FEATURE_BLIT_DST_BIT :: forall a. VkFormatFeatureBitmask a
- pattern VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT :: forall a. VkFormatFeatureBitmask a
- newtype VkImageAspectBitmask a = VkImageAspectBitmask VkFlags
- type VkImageAspectFlags = VkImageAspectBitmask FlagMask
- type VkImageAspectFlagBits = VkImageAspectBitmask FlagBit
- pattern VkImageAspectFlagBits :: VkFlags -> VkImageAspectBitmask FlagBit
- pattern VkImageAspectFlags :: VkFlags -> VkImageAspectBitmask FlagMask
- pattern VK_IMAGE_ASPECT_COLOR_BIT :: forall a. VkImageAspectBitmask a
- pattern VK_IMAGE_ASPECT_DEPTH_BIT :: forall a. VkImageAspectBitmask a
- pattern VK_IMAGE_ASPECT_STENCIL_BIT :: forall a. VkImageAspectBitmask a
- pattern VK_IMAGE_ASPECT_METADATA_BIT :: forall a. VkImageAspectBitmask a
- newtype VkImageCreateBitmask a = VkImageCreateBitmask VkFlags
- type VkImageCreateFlags = VkImageCreateBitmask FlagMask
- type VkImageCreateFlagBits = VkImageCreateBitmask FlagBit
- pattern VkImageCreateFlagBits :: VkFlags -> VkImageCreateBitmask FlagBit
- pattern VkImageCreateFlags :: VkFlags -> VkImageCreateBitmask FlagMask
- pattern VK_IMAGE_CREATE_SPARSE_BINDING_BIT :: forall a. VkImageCreateBitmask a
- pattern VK_IMAGE_CREATE_SPARSE_RESIDENCY_BIT :: forall a. VkImageCreateBitmask a
- pattern VK_IMAGE_CREATE_SPARSE_ALIASED_BIT :: forall a. VkImageCreateBitmask a
- pattern VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT :: forall a. VkImageCreateBitmask a
- pattern VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT :: forall a. VkImageCreateBitmask a
- newtype VkImageLayout = VkImageLayout Int32
- pattern VK_IMAGE_LAYOUT_UNDEFINED :: VkImageLayout
- pattern VK_IMAGE_LAYOUT_GENERAL :: VkImageLayout
- pattern VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL :: VkImageLayout
- pattern VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL :: VkImageLayout
- pattern VK_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL :: VkImageLayout
- pattern VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL :: VkImageLayout
- pattern VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL :: VkImageLayout
- pattern VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL :: VkImageLayout
- pattern VK_IMAGE_LAYOUT_PREINITIALIZED :: VkImageLayout
- newtype VkImageTiling = VkImageTiling Int32
- pattern VK_IMAGE_TILING_OPTIMAL :: VkImageTiling
- pattern VK_IMAGE_TILING_LINEAR :: VkImageTiling
- newtype VkImageType = VkImageType Int32
- pattern VK_IMAGE_TYPE_1D :: VkImageType
- pattern VK_IMAGE_TYPE_2D :: VkImageType
- pattern VK_IMAGE_TYPE_3D :: VkImageType
- newtype VkImageUsageBitmask a = VkImageUsageBitmask VkFlags
- type VkImageUsageFlags = VkImageUsageBitmask FlagMask
- type VkImageUsageFlagBits = VkImageUsageBitmask FlagBit
- pattern VkImageUsageFlagBits :: VkFlags -> VkImageUsageBitmask FlagBit
- pattern VkImageUsageFlags :: VkFlags -> VkImageUsageBitmask FlagMask
- pattern VK_IMAGE_USAGE_TRANSFER_SRC_BIT :: forall a. VkImageUsageBitmask a
- pattern VK_IMAGE_USAGE_TRANSFER_DST_BIT :: forall a. VkImageUsageBitmask a
- pattern VK_IMAGE_USAGE_SAMPLED_BIT :: forall a. VkImageUsageBitmask a
- pattern VK_IMAGE_USAGE_STORAGE_BIT :: forall a. VkImageUsageBitmask a
- pattern VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT :: forall a. VkImageUsageBitmask a
- pattern VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT :: forall a. VkImageUsageBitmask a
- pattern VK_IMAGE_USAGE_TRANSIENT_ATTACHMENT_BIT :: forall a. VkImageUsageBitmask a
- pattern VK_IMAGE_USAGE_INPUT_ATTACHMENT_BIT :: forall a. VkImageUsageBitmask a
- newtype VkImageViewType = VkImageViewType Int32
- pattern VK_IMAGE_VIEW_TYPE_1D :: VkImageViewType
- pattern VK_IMAGE_VIEW_TYPE_2D :: VkImageViewType
- pattern VK_IMAGE_VIEW_TYPE_3D :: VkImageViewType
- pattern VK_IMAGE_VIEW_TYPE_CUBE :: VkImageViewType
- pattern VK_IMAGE_VIEW_TYPE_1D_ARRAY :: VkImageViewType
- pattern VK_IMAGE_VIEW_TYPE_2D_ARRAY :: VkImageViewType
- pattern VK_IMAGE_VIEW_TYPE_CUBE_ARRAY :: VkImageViewType
- newtype VkPresentModeKHR = VkPresentModeKHR Int32
- pattern VK_PRESENT_MODE_IMMEDIATE_KHR :: VkPresentModeKHR
- pattern VK_PRESENT_MODE_MAILBOX_KHR :: VkPresentModeKHR
- pattern VK_PRESENT_MODE_FIFO_KHR :: VkPresentModeKHR
- pattern VK_PRESENT_MODE_FIFO_RELAXED_KHR :: VkPresentModeKHR
- newtype VkSharingMode = VkSharingMode Int32
- pattern VK_SHARING_MODE_EXCLUSIVE :: VkSharingMode
- pattern VK_SHARING_MODE_CONCURRENT :: VkSharingMode
- newtype VkStructureType = VkStructureType Int32
- pattern VK_STRUCTURE_TYPE_APPLICATION_INFO :: VkStructureType
- pattern VK_STRUCTURE_TYPE_INSTANCE_CREATE_INFO :: VkStructureType
- pattern VK_STRUCTURE_TYPE_DEVICE_QUEUE_CREATE_INFO :: VkStructureType
- pattern VK_STRUCTURE_TYPE_DEVICE_CREATE_INFO :: VkStructureType
- pattern VK_STRUCTURE_TYPE_SUBMIT_INFO :: VkStructureType
- pattern VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_INFO :: VkStructureType
- pattern VK_STRUCTURE_TYPE_MAPPED_MEMORY_RANGE :: VkStructureType
- pattern VK_STRUCTURE_TYPE_BIND_SPARSE_INFO :: VkStructureType
- pattern VK_STRUCTURE_TYPE_FENCE_CREATE_INFO :: VkStructureType
- pattern VK_STRUCTURE_TYPE_SEMAPHORE_CREATE_INFO :: VkStructureType
- pattern VK_STRUCTURE_TYPE_EVENT_CREATE_INFO :: VkStructureType
- pattern VK_STRUCTURE_TYPE_QUERY_POOL_CREATE_INFO :: VkStructureType
- pattern VK_STRUCTURE_TYPE_BUFFER_CREATE_INFO :: VkStructureType
- pattern VK_STRUCTURE_TYPE_BUFFER_VIEW_CREATE_INFO :: VkStructureType
- pattern VK_STRUCTURE_TYPE_IMAGE_CREATE_INFO :: VkStructureType
- pattern VK_STRUCTURE_TYPE_IMAGE_VIEW_CREATE_INFO :: VkStructureType
- pattern VK_STRUCTURE_TYPE_SHADER_MODULE_CREATE_INFO :: VkStructureType
- pattern VK_STRUCTURE_TYPE_PIPELINE_CACHE_CREATE_INFO :: VkStructureType
- pattern VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_CREATE_INFO :: VkStructureType
- pattern VK_STRUCTURE_TYPE_PIPELINE_VERTEX_INPUT_STATE_CREATE_INFO :: VkStructureType
- pattern VK_STRUCTURE_TYPE_PIPELINE_INPUT_ASSEMBLY_STATE_CREATE_INFO :: VkStructureType
- pattern VK_STRUCTURE_TYPE_PIPELINE_TESSELLATION_STATE_CREATE_INFO :: VkStructureType
- pattern VK_STRUCTURE_TYPE_PIPELINE_VIEWPORT_STATE_CREATE_INFO :: VkStructureType
- pattern VK_STRUCTURE_TYPE_PIPELINE_RASTERIZATION_STATE_CREATE_INFO :: VkStructureType
- pattern VK_STRUCTURE_TYPE_PIPELINE_MULTISAMPLE_STATE_CREATE_INFO :: VkStructureType
- pattern VK_STRUCTURE_TYPE_PIPELINE_DEPTH_STENCIL_STATE_CREATE_INFO :: VkStructureType
- pattern VK_STRUCTURE_TYPE_PIPELINE_COLOR_BLEND_STATE_CREATE_INFO :: VkStructureType
- pattern VK_STRUCTURE_TYPE_PIPELINE_DYNAMIC_STATE_CREATE_INFO :: VkStructureType
- pattern VK_STRUCTURE_TYPE_GRAPHICS_PIPELINE_CREATE_INFO :: VkStructureType
- pattern VK_STRUCTURE_TYPE_COMPUTE_PIPELINE_CREATE_INFO :: VkStructureType
- pattern VK_STRUCTURE_TYPE_PIPELINE_LAYOUT_CREATE_INFO :: VkStructureType
- pattern VK_STRUCTURE_TYPE_SAMPLER_CREATE_INFO :: VkStructureType
- pattern VK_STRUCTURE_TYPE_DESCRIPTOR_SET_LAYOUT_CREATE_INFO :: VkStructureType
- pattern VK_STRUCTURE_TYPE_DESCRIPTOR_POOL_CREATE_INFO :: VkStructureType
- pattern VK_STRUCTURE_TYPE_DESCRIPTOR_SET_ALLOCATE_INFO :: VkStructureType
- pattern VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET :: VkStructureType
- pattern VK_STRUCTURE_TYPE_COPY_DESCRIPTOR_SET :: VkStructureType
- pattern VK_STRUCTURE_TYPE_FRAMEBUFFER_CREATE_INFO :: VkStructureType
- pattern VK_STRUCTURE_TYPE_RENDER_PASS_CREATE_INFO :: VkStructureType
- pattern VK_STRUCTURE_TYPE_COMMAND_POOL_CREATE_INFO :: VkStructureType
- pattern VK_STRUCTURE_TYPE_COMMAND_BUFFER_ALLOCATE_INFO :: VkStructureType
- pattern VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_INFO :: VkStructureType
- pattern VK_STRUCTURE_TYPE_COMMAND_BUFFER_BEGIN_INFO :: VkStructureType
- pattern VK_STRUCTURE_TYPE_RENDER_PASS_BEGIN_INFO :: VkStructureType
- pattern VK_STRUCTURE_TYPE_BUFFER_MEMORY_BARRIER :: VkStructureType
- pattern VK_STRUCTURE_TYPE_IMAGE_MEMORY_BARRIER :: VkStructureType
- pattern VK_STRUCTURE_TYPE_MEMORY_BARRIER :: VkStructureType
- pattern VK_STRUCTURE_TYPE_LOADER_INSTANCE_CREATE_INFO :: VkStructureType
- pattern VK_STRUCTURE_TYPE_LOADER_DEVICE_CREATE_INFO :: VkStructureType
- newtype VkSurfaceCounterBitmaskEXT a = VkSurfaceCounterBitmaskEXT VkFlags
- type VkSurfaceCounterFlagsEXT = VkSurfaceCounterBitmaskEXT FlagMask
- type VkSurfaceCounterFlagBitsEXT = VkSurfaceCounterBitmaskEXT FlagBit
- pattern VkSurfaceCounterFlagBitsEXT :: VkFlags -> VkSurfaceCounterBitmaskEXT FlagBit
- pattern VkSurfaceCounterFlagsEXT :: VkFlags -> VkSurfaceCounterBitmaskEXT FlagMask
- pattern VK_SURFACE_COUNTER_VBLANK_EXT :: forall a. VkSurfaceCounterBitmaskEXT a
- newtype VkSurfaceTransformBitmaskKHR a = VkSurfaceTransformBitmaskKHR VkFlags
- type VkSurfaceTransformFlagsKHR = VkSurfaceTransformBitmaskKHR FlagMask
- type VkSurfaceTransformFlagBitsKHR = VkSurfaceTransformBitmaskKHR FlagBit
- pattern VkSurfaceTransformFlagBitsKHR :: VkFlags -> VkSurfaceTransformBitmaskKHR FlagBit
- pattern VkSurfaceTransformFlagsKHR :: VkFlags -> VkSurfaceTransformBitmaskKHR FlagMask
- pattern VK_SURFACE_TRANSFORM_IDENTITY_BIT_KHR :: forall a. VkSurfaceTransformBitmaskKHR a
- pattern VK_SURFACE_TRANSFORM_ROTATE_90_BIT_KHR :: forall a. VkSurfaceTransformBitmaskKHR a
- pattern VK_SURFACE_TRANSFORM_ROTATE_180_BIT_KHR :: forall a. VkSurfaceTransformBitmaskKHR a
- pattern VK_SURFACE_TRANSFORM_ROTATE_270_BIT_KHR :: forall a. VkSurfaceTransformBitmaskKHR a
- pattern VK_SURFACE_TRANSFORM_HORIZONTAL_MIRROR_BIT_KHR :: forall a. VkSurfaceTransformBitmaskKHR a
- pattern VK_SURFACE_TRANSFORM_HORIZONTAL_MIRROR_ROTATE_90_BIT_KHR :: forall a. VkSurfaceTransformBitmaskKHR a
- pattern VK_SURFACE_TRANSFORM_HORIZONTAL_MIRROR_ROTATE_180_BIT_KHR :: forall a. VkSurfaceTransformBitmaskKHR a
- pattern VK_SURFACE_TRANSFORM_HORIZONTAL_MIRROR_ROTATE_270_BIT_KHR :: forall a. VkSurfaceTransformBitmaskKHR a
- pattern VK_SURFACE_TRANSFORM_INHERIT_BIT_KHR :: forall a. VkSurfaceTransformBitmaskKHR a
- data VkSwapchainCounterCreateInfoEXT = VkSwapchainCounterCreateInfoEXT# Addr# ByteArray#
- data VkSwapchainCreateInfoKHR = VkSwapchainCreateInfoKHR# Addr# ByteArray#
- newtype VkSwapchainCreateBitmaskKHR a = VkSwapchainCreateBitmaskKHR VkFlags
- type VkSwapchainCreateFlagsKHR = VkSwapchainCreateBitmaskKHR FlagMask
- type VkSwapchainCreateFlagBitsKHR = VkSwapchainCreateBitmaskKHR FlagBit
- pattern VkSwapchainCreateFlagBitsKHR :: VkFlags -> VkSwapchainCreateBitmaskKHR FlagBit
- pattern VkSwapchainCreateFlagsKHR :: VkFlags -> VkSwapchainCreateBitmaskKHR FlagMask
- type VkDisplayPowerControlEXT = "vkDisplayPowerControlEXT"
- pattern VkDisplayPowerControlEXT :: CString
- type HS_vkDisplayPowerControlEXT = VkDevice -> VkDisplayKHR -> Ptr VkDisplayPowerInfoEXT -> IO VkResult
- type PFN_vkDisplayPowerControlEXT = FunPtr HS_vkDisplayPowerControlEXT
- type VkRegisterDeviceEventEXT = "vkRegisterDeviceEventEXT"
- pattern VkRegisterDeviceEventEXT :: CString
- type HS_vkRegisterDeviceEventEXT = VkDevice -> Ptr VkDeviceEventInfoEXT -> Ptr VkAllocationCallbacks -> Ptr VkFence -> IO VkResult
- type PFN_vkRegisterDeviceEventEXT = FunPtr HS_vkRegisterDeviceEventEXT
- type VkRegisterDisplayEventEXT = "vkRegisterDisplayEventEXT"
- pattern VkRegisterDisplayEventEXT :: CString
- type HS_vkRegisterDisplayEventEXT = VkDevice -> VkDisplayKHR -> Ptr VkDisplayEventInfoEXT -> Ptr VkAllocationCallbacks -> Ptr VkFence -> IO VkResult
- type PFN_vkRegisterDisplayEventEXT = FunPtr HS_vkRegisterDisplayEventEXT
- type VkGetSwapchainCounterEXT = "vkGetSwapchainCounterEXT"
- pattern VkGetSwapchainCounterEXT :: CString
- type HS_vkGetSwapchainCounterEXT = VkDevice -> VkSwapchainKHR -> VkSurfaceCounterFlagBitsEXT -> Ptr Word64 -> IO VkResult
- type PFN_vkGetSwapchainCounterEXT = FunPtr HS_vkGetSwapchainCounterEXT
- module Graphics.Vulkan.Marshal
- newtype VkInternalAllocationType = VkInternalAllocationType Int32
- pattern VK_INTERNAL_ALLOCATION_TYPE_EXECUTABLE :: VkInternalAllocationType
- newtype VkResult = VkResult Int32
- pattern VK_SUCCESS :: VkResult
- pattern VK_NOT_READY :: VkResult
- pattern VK_TIMEOUT :: VkResult
- pattern VK_EVENT_SET :: VkResult
- pattern VK_EVENT_RESET :: VkResult
- pattern VK_INCOMPLETE :: VkResult
- pattern VK_ERROR_OUT_OF_HOST_MEMORY :: VkResult
- pattern VK_ERROR_OUT_OF_DEVICE_MEMORY :: VkResult
- pattern VK_ERROR_INITIALIZATION_FAILED :: VkResult
- pattern VK_ERROR_DEVICE_LOST :: VkResult
- pattern VK_ERROR_MEMORY_MAP_FAILED :: VkResult
- pattern VK_ERROR_LAYER_NOT_PRESENT :: VkResult
- pattern VK_ERROR_EXTENSION_NOT_PRESENT :: VkResult
- pattern VK_ERROR_FEATURE_NOT_PRESENT :: VkResult
- pattern VK_ERROR_INCOMPATIBLE_DRIVER :: VkResult
- pattern VK_ERROR_TOO_MANY_OBJECTS :: VkResult
- pattern VK_ERROR_FORMAT_NOT_SUPPORTED :: VkResult
- pattern VK_ERROR_FRAGMENTED_POOL :: VkResult
- newtype VkSystemAllocationScope = VkSystemAllocationScope Int32
- pattern VK_SYSTEM_ALLOCATION_SCOPE_COMMAND :: VkSystemAllocationScope
- pattern VK_SYSTEM_ALLOCATION_SCOPE_OBJECT :: VkSystemAllocationScope
- pattern VK_SYSTEM_ALLOCATION_SCOPE_CACHE :: VkSystemAllocationScope
- pattern VK_SYSTEM_ALLOCATION_SCOPE_DEVICE :: VkSystemAllocationScope
- pattern VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE :: VkSystemAllocationScope
- type PFN_vkAllocationFunction = FunPtr HS_vkAllocationFunction
- type HS_vkAllocationFunction = Ptr Void -> CSize -> CSize -> VkSystemAllocationScope -> IO (Ptr Void)
- newVkAllocationFunction :: HS_vkAllocationFunction -> IO PFN_vkAllocationFunction
- unwrapVkAllocationFunction :: PFN_vkAllocationFunction -> HS_vkAllocationFunction
- type PFN_vkDebugReportCallbackEXT = FunPtr HS_vkDebugReportCallbackEXT
- type HS_vkDebugReportCallbackEXT = VkDebugReportFlagsEXT -> VkDebugReportObjectTypeEXT -> Word64 -> CSize -> Int32 -> CString -> CString -> Ptr Void -> IO VkBool32
- newVkDebugReportCallbackEXT :: HS_vkDebugReportCallbackEXT -> IO PFN_vkDebugReportCallbackEXT
- unwrapVkDebugReportCallbackEXT :: PFN_vkDebugReportCallbackEXT -> HS_vkDebugReportCallbackEXT
- type PFN_vkDebugUtilsMessengerCallbackEXT = FunPtr HS_vkDebugUtilsMessengerCallbackEXT
- type HS_vkDebugUtilsMessengerCallbackEXT = VkDebugUtilsMessageSeverityFlagBitsEXT -> VkDebugUtilsMessageTypeFlagsEXT -> Ptr VkDebugUtilsMessengerCallbackDataEXT -> Ptr Void -> IO VkBool32
- newVkDebugUtilsMessengerCallbackEXT :: HS_vkDebugUtilsMessengerCallbackEXT -> IO PFN_vkDebugUtilsMessengerCallbackEXT
- unwrapVkDebugUtilsMessengerCallbackEXT :: PFN_vkDebugUtilsMessengerCallbackEXT -> HS_vkDebugUtilsMessengerCallbackEXT
- type PFN_vkFreeFunction = FunPtr HS_vkFreeFunction
- type HS_vkFreeFunction = Ptr Void -> Ptr Void -> IO ()
- newVkFreeFunction :: HS_vkFreeFunction -> IO PFN_vkFreeFunction
- unwrapVkFreeFunction :: PFN_vkFreeFunction -> HS_vkFreeFunction
- type PFN_vkInternalAllocationNotification = FunPtr HS_vkInternalAllocationNotification
- type HS_vkInternalAllocationNotification = Ptr Void -> CSize -> VkInternalAllocationType -> VkSystemAllocationScope -> IO ()
- newVkInternalAllocationNotification :: HS_vkInternalAllocationNotification -> IO PFN_vkInternalAllocationNotification
- unwrapVkInternalAllocationNotification :: PFN_vkInternalAllocationNotification -> HS_vkInternalAllocationNotification
- type PFN_vkInternalFreeNotification = FunPtr HS_vkInternalFreeNotification
- type HS_vkInternalFreeNotification = Ptr Void -> CSize -> VkInternalAllocationType -> VkSystemAllocationScope -> IO ()
- newVkInternalFreeNotification :: HS_vkInternalFreeNotification -> IO PFN_vkInternalFreeNotification
- unwrapVkInternalFreeNotification :: PFN_vkInternalFreeNotification -> HS_vkInternalFreeNotification
- type PFN_vkReallocationFunction = FunPtr HS_vkReallocationFunction
- type HS_vkReallocationFunction = Ptr Void -> Ptr Void -> CSize -> CSize -> VkSystemAllocationScope -> IO (Ptr Void)
- newVkReallocationFunction :: HS_vkReallocationFunction -> IO PFN_vkReallocationFunction
- unwrapVkReallocationFunction :: PFN_vkReallocationFunction -> HS_vkReallocationFunction
- type PFN_vkVoidFunction = FunPtr HS_vkVoidFunction
- type HS_vkVoidFunction = IO ()
- newVkVoidFunction :: HS_vkVoidFunction -> IO PFN_vkVoidFunction
- unwrapVkVoidFunction :: PFN_vkVoidFunction -> HS_vkVoidFunction
- type VkBuffer = VkPtr VkBuffer_T
- data VkBuffer_T
- type VkBufferView = VkPtr VkBufferView_T
- data VkBufferView_T
- type VkCommandBuffer = Ptr VkCommandBuffer_T
- data VkCommandBuffer_T
- type VkCommandPool = VkPtr VkCommandPool_T
- data VkCommandPool_T
- type VkDebugReportCallbackEXT = VkPtr VkDebugReportCallbackEXT_T
- data VkDebugReportCallbackEXT_T
- type VkDebugUtilsMessengerEXT = VkPtr VkDebugUtilsMessengerEXT_T
- data VkDebugUtilsMessengerEXT_T
- type VkDescriptorPool = VkPtr VkDescriptorPool_T
- data VkDescriptorPool_T
- type VkDescriptorSet = VkPtr VkDescriptorSet_T
- data VkDescriptorSet_T
- type VkDescriptorSetLayout = VkPtr VkDescriptorSetLayout_T
- data VkDescriptorSetLayout_T
- type VkDescriptorUpdateTemplate = VkPtr VkDescriptorUpdateTemplate_T
- data VkDescriptorUpdateTemplate_T
- type VkDescriptorUpdateTemplateKHR = VkPtr VkDescriptorUpdateTemplateKHR_T
- data VkDescriptorUpdateTemplateKHR_T
- type VkDevice = Ptr VkDevice_T
- data VkDevice_T
- type VkDeviceMemory = VkPtr VkDeviceMemory_T
- data VkDeviceMemory_T
- type VkDisplayKHR = VkPtr VkDisplayKHR_T
- data VkDisplayKHR_T
- type VkDisplayModeKHR = VkPtr VkDisplayModeKHR_T
- data VkDisplayModeKHR_T
- type VkEvent = VkPtr VkEvent_T
- data VkEvent_T
- type VkFence = VkPtr VkFence_T
- data VkFence_T
- type VkFramebuffer = VkPtr VkFramebuffer_T
- data VkFramebuffer_T
- type VkImage = VkPtr VkImage_T
- data VkImage_T
- type VkImageView = VkPtr VkImageView_T
- data VkImageView_T
- type VkIndirectCommandsLayoutNVX = VkPtr VkIndirectCommandsLayoutNVX_T
- data VkIndirectCommandsLayoutNVX_T
- type VkInstance = Ptr VkInstance_T
- data VkInstance_T
- type VkObjectTableNVX = VkPtr VkObjectTableNVX_T
- data VkObjectTableNVX_T
- type VkPhysicalDevice = Ptr VkPhysicalDevice_T
- data VkPhysicalDevice_T
- type VkPipeline = VkPtr VkPipeline_T
- data VkPipeline_T
- type VkPipelineCache = VkPtr VkPipelineCache_T
- data VkPipelineCache_T
- type VkPipelineLayout = VkPtr VkPipelineLayout_T
- data VkPipelineLayout_T
- type VkQueryPool = VkPtr VkQueryPool_T
- data VkQueryPool_T
- type VkQueue = Ptr VkQueue_T
- data VkQueue_T
- type VkRenderPass = VkPtr VkRenderPass_T
- data VkRenderPass_T
- type VkSampler = VkPtr VkSampler_T
- data VkSampler_T
- type VkSamplerYcbcrConversion = VkPtr VkSamplerYcbcrConversion_T
- data VkSamplerYcbcrConversion_T
- type VkSamplerYcbcrConversionKHR = VkPtr VkSamplerYcbcrConversionKHR_T
- data VkSamplerYcbcrConversionKHR_T
- type VkSemaphore = VkPtr VkSemaphore_T
- data VkSemaphore_T
- type VkShaderModule = VkPtr VkShaderModule_T
- data VkShaderModule_T
- type VkSurfaceKHR = VkPtr VkSurfaceKHR_T
- data VkSurfaceKHR_T
- type VkSwapchainKHR = VkPtr VkSwapchainKHR_T
- data VkSwapchainKHR_T
- type VkValidationCacheEXT = VkPtr VkValidationCacheEXT_T
- data VkValidationCacheEXT_T
- data VkAllocationCallbacks = VkAllocationCallbacks# Addr# ByteArray#
- type VK_EXT_DISPLAY_CONTROL_SPEC_VERSION = 1
- pattern VK_EXT_DISPLAY_CONTROL_SPEC_VERSION :: forall a. (Num a, Eq a) => a
- type VK_EXT_DISPLAY_CONTROL_EXTENSION_NAME = "VK_EXT_display_control"
- pattern VK_EXT_DISPLAY_CONTROL_EXTENSION_NAME :: CString
- pattern VK_STRUCTURE_TYPE_DISPLAY_POWER_INFO_EXT :: VkStructureType
- pattern VK_STRUCTURE_TYPE_DEVICE_EVENT_INFO_EXT :: VkStructureType
- pattern VK_STRUCTURE_TYPE_DISPLAY_EVENT_INFO_EXT :: VkStructureType
- pattern VK_STRUCTURE_TYPE_SWAPCHAIN_COUNTER_CREATE_INFO_EXT :: VkStructureType
Vulkan extension: VK_EXT_display_control
supported: vulkan
contact: James Jones cubanismo@
author: NV
type: device
Extension number: 92
Required extensions: VK_EXT_display_surface_counter, VK_KHR_swapchain.
Required extensions: VK_EXT_display_surface_counter, VK_KHR_swapchain.
Instances
newtype VkDeviceSize Source #
Constructors
| VkDeviceSize Word64 |
Instances
Instances
newtype VkSampleMask Source #
Constructors
| VkSampleMask Word32 |
Instances
newtype VkColorComponentBitmask a Source #
Constructors
| VkColorComponentBitmask VkFlags |
Instances
pattern VkColorComponentFlagBits :: VkFlags -> VkColorComponentBitmask FlagBit Source #
pattern VkColorComponentFlags :: VkFlags -> VkColorComponentBitmask FlagMask Source #
pattern VK_COLOR_COMPONENT_R_BIT :: forall a. VkColorComponentBitmask a Source #
bitpos = 0
pattern VK_COLOR_COMPONENT_G_BIT :: forall a. VkColorComponentBitmask a Source #
bitpos = 1
pattern VK_COLOR_COMPONENT_B_BIT :: forall a. VkColorComponentBitmask a Source #
bitpos = 2
pattern VK_COLOR_COMPONENT_A_BIT :: forall a. VkColorComponentBitmask a Source #
bitpos = 3
newtype VkColorSpaceKHR Source #
type = enum
Constructors
| VkColorSpaceKHR Int32 |
Instances
pattern VK_COLOR_SPACE_SRGB_NONLINEAR_KHR :: VkColorSpaceKHR Source #
newtype VkCompositeAlphaBitmaskKHR a Source #
Constructors
| VkCompositeAlphaBitmaskKHR VkFlags |
Instances
pattern VkCompositeAlphaFlagBitsKHR :: VkFlags -> VkCompositeAlphaBitmaskKHR FlagBit Source #
pattern VkCompositeAlphaFlagsKHR :: VkFlags -> VkCompositeAlphaBitmaskKHR FlagMask Source #
pattern VK_COMPOSITE_ALPHA_OPAQUE_BIT_KHR :: forall a. VkCompositeAlphaBitmaskKHR a Source #
bitpos = 0
pattern VK_COMPOSITE_ALPHA_PRE_MULTIPLIED_BIT_KHR :: forall a. VkCompositeAlphaBitmaskKHR a Source #
bitpos = 1
pattern VK_COMPOSITE_ALPHA_POST_MULTIPLIED_BIT_KHR :: forall a. VkCompositeAlphaBitmaskKHR a Source #
bitpos = 2
pattern VK_COMPOSITE_ALPHA_INHERIT_BIT_KHR :: forall a. VkCompositeAlphaBitmaskKHR a Source #
bitpos = 3
data VkDeviceCreateInfo Source #
typedef struct VkDeviceCreateInfo {
VkStructureType sType;
const void* pNext;
VkDeviceCreateFlags flags;
uint32_t queueCreateInfoCount;
const VkDeviceQueueCreateInfo* pQueueCreateInfos;
uint32_t enabledLayerCount;
const char* const* ppEnabledLayerNames;
uint32_t enabledExtensionCount;
const char* const* ppEnabledExtensionNames;
const VkPhysicalDeviceFeatures* pEnabledFeatures;
} VkDeviceCreateInfo;Constructors
| VkDeviceCreateInfo# Addr# ByteArray# |
Instances
data VkDeviceEventInfoEXT Source #
typedef struct VkDeviceEventInfoEXT {
VkStructureType sType;
const void* pNext;
VkDeviceEventTypeEXT deviceEvent;
} VkDeviceEventInfoEXT;Constructors
| VkDeviceEventInfoEXT# Addr# ByteArray# |
Instances
data VkDeviceGeneratedCommandsFeaturesNVX Source #
typedef struct VkDeviceGeneratedCommandsFeaturesNVX {
VkStructureType sType;
const void* pNext;
VkBool32 computeBindingPointSupport;
} VkDeviceGeneratedCommandsFeaturesNVX;VkDeviceGeneratedCommandsFeaturesNVX registry at www.khronos.org
Constructors
| VkDeviceGeneratedCommandsFeaturesNVX# Addr# ByteArray# |
Instances
data VkDeviceGeneratedCommandsLimitsNVX Source #
typedef struct VkDeviceGeneratedCommandsLimitsNVX {
VkStructureType sType;
const void* pNext;
uint32_t maxIndirectCommandsLayoutTokenCount;
uint32_t maxObjectEntryCounts;
uint32_t minSequenceCountBufferOffsetAlignment;
uint32_t minSequenceIndexBufferOffsetAlignment;
uint32_t minCommandsTokenBufferOffsetAlignment;
} VkDeviceGeneratedCommandsLimitsNVX;VkDeviceGeneratedCommandsLimitsNVX registry at www.khronos.org
Constructors
| VkDeviceGeneratedCommandsLimitsNVX# Addr# ByteArray# |
Instances
data VkDeviceGroupBindSparseInfo Source #
typedef struct VkDeviceGroupBindSparseInfo {
VkStructureType sType;
const void* pNext;
uint32_t resourceDeviceIndex;
uint32_t memoryDeviceIndex;
} VkDeviceGroupBindSparseInfo;Constructors
| VkDeviceGroupBindSparseInfo# Addr# ByteArray# |
Instances
type VkDeviceGroupBindSparseInfoKHR = VkDeviceGroupBindSparseInfo Source #
Alias for VkDeviceGroupBindSparseInfo
data VkDeviceGroupCommandBufferBeginInfo Source #
typedef struct VkDeviceGroupCommandBufferBeginInfo {
VkStructureType sType;
const void* pNext;
uint32_t deviceMask;
} VkDeviceGroupCommandBufferBeginInfo;VkDeviceGroupCommandBufferBeginInfo registry at www.khronos.org
Constructors
| VkDeviceGroupCommandBufferBeginInfo# Addr# ByteArray# |
Instances
type VkDeviceGroupCommandBufferBeginInfoKHR = VkDeviceGroupCommandBufferBeginInfo Source #
Alias for VkDeviceGroupCommandBufferBeginInfo
data VkDeviceGroupDeviceCreateInfo Source #
typedef struct VkDeviceGroupDeviceCreateInfo {
VkStructureType sType;
const void* pNext;
uint32_t physicalDeviceCount;
const VkPhysicalDevice* pPhysicalDevices;
} VkDeviceGroupDeviceCreateInfo;Constructors
| VkDeviceGroupDeviceCreateInfo# Addr# ByteArray# |
Instances
type VkDeviceGroupDeviceCreateInfoKHR = VkDeviceGroupDeviceCreateInfo Source #
Alias for VkDeviceGroupDeviceCreateInfo
data VkDeviceGroupPresentCapabilitiesKHR Source #
typedef struct VkDeviceGroupPresentCapabilitiesKHR {
VkStructureType sType;
const void* pNext;
uint32_t presentMask[VK_MAX_DEVICE_GROUP_SIZE];
VkDeviceGroupPresentModeFlagsKHR modes;
} VkDeviceGroupPresentCapabilitiesKHR;VkDeviceGroupPresentCapabilitiesKHR registry at www.khronos.org
Constructors
| VkDeviceGroupPresentCapabilitiesKHR# Addr# ByteArray# |
Instances
data VkDeviceGroupPresentInfoKHR Source #
typedef struct VkDeviceGroupPresentInfoKHR {
VkStructureType sType;
const void* pNext;
uint32_t swapchainCount;
const uint32_t* pDeviceMasks;
VkDeviceGroupPresentModeFlagBitsKHR mode;
} VkDeviceGroupPresentInfoKHR;Constructors
| VkDeviceGroupPresentInfoKHR# Addr# ByteArray# |
Instances
data VkDeviceGroupRenderPassBeginInfo Source #
typedef struct VkDeviceGroupRenderPassBeginInfo {
VkStructureType sType;
const void* pNext;
uint32_t deviceMask;
uint32_t deviceRenderAreaCount;
const VkRect2D* pDeviceRenderAreas;
} VkDeviceGroupRenderPassBeginInfo;VkDeviceGroupRenderPassBeginInfo registry at www.khronos.org
Constructors
| VkDeviceGroupRenderPassBeginInfo# Addr# ByteArray# |
Instances
type VkDeviceGroupRenderPassBeginInfoKHR = VkDeviceGroupRenderPassBeginInfo Source #
Alias for VkDeviceGroupRenderPassBeginInfo
data VkDeviceGroupSubmitInfo Source #
typedef struct VkDeviceGroupSubmitInfo {
VkStructureType sType;
const void* pNext;
uint32_t waitSemaphoreCount;
const uint32_t* pWaitSemaphoreDeviceIndices;
uint32_t commandBufferCount;
const uint32_t* pCommandBufferDeviceMasks;
uint32_t signalSemaphoreCount;
const uint32_t* pSignalSemaphoreDeviceIndices;
} VkDeviceGroupSubmitInfo;Constructors
| VkDeviceGroupSubmitInfo# Addr# ByteArray# |
Instances
type VkDeviceGroupSubmitInfoKHR = VkDeviceGroupSubmitInfo Source #
Alias for VkDeviceGroupSubmitInfo
data VkDeviceGroupSwapchainCreateInfoKHR Source #
typedef struct VkDeviceGroupSwapchainCreateInfoKHR {
VkStructureType sType;
const void* pNext;
VkDeviceGroupPresentModeFlagsKHR modes;
} VkDeviceGroupSwapchainCreateInfoKHR;VkDeviceGroupSwapchainCreateInfoKHR registry at www.khronos.org
Constructors
| VkDeviceGroupSwapchainCreateInfoKHR# Addr# ByteArray# |
Instances
data VkDeviceQueueCreateInfo Source #
typedef struct VkDeviceQueueCreateInfo {
VkStructureType sType;
const void* pNext;
VkDeviceQueueCreateFlags flags;
uint32_t queueFamilyIndex;
uint32_t queueCount;
const float* pQueuePriorities;
} VkDeviceQueueCreateInfo;Constructors
| VkDeviceQueueCreateInfo# Addr# ByteArray# |
Instances
data VkDeviceQueueGlobalPriorityCreateInfoEXT Source #
typedef struct VkDeviceQueueGlobalPriorityCreateInfoEXT {
VkStructureType sType;
const void* pNext;
VkQueueGlobalPriorityEXT globalPriority;
} VkDeviceQueueGlobalPriorityCreateInfoEXT;VkDeviceQueueGlobalPriorityCreateInfoEXT registry at www.khronos.org
Constructors
| VkDeviceQueueGlobalPriorityCreateInfoEXT# Addr# ByteArray# |
Instances
data VkDeviceQueueInfo2 Source #
typedef struct VkDeviceQueueInfo2 {
VkStructureType sType;
const void* pNext;
VkDeviceQueueCreateFlags flags;
uint32_t queueFamilyIndex;
uint32_t queueIndex;
} VkDeviceQueueInfo2;Constructors
| VkDeviceQueueInfo2# Addr# ByteArray# |
Instances
newtype VkDeviceCreateFlagBits Source #
Constructors
| VkDeviceCreateFlagBits VkFlags |
Instances
newtype VkDeviceEventTypeEXT Source #
Constructors
| VkDeviceEventTypeEXT Int32 |
Instances
newtype VkDeviceGroupPresentModeBitmaskKHR a Source #
Constructors
| VkDeviceGroupPresentModeBitmaskKHR VkFlags |
Instances
pattern VkDeviceGroupPresentModeFlagBitsKHR :: VkFlags -> VkDeviceGroupPresentModeBitmaskKHR FlagBit Source #
pattern VkDeviceGroupPresentModeFlagsKHR :: VkFlags -> VkDeviceGroupPresentModeBitmaskKHR FlagMask Source #
pattern VK_DEVICE_GROUP_PRESENT_MODE_LOCAL_BIT_KHR :: forall a. VkDeviceGroupPresentModeBitmaskKHR a Source #
Present from local memory
bitpos = 0
pattern VK_DEVICE_GROUP_PRESENT_MODE_REMOTE_BIT_KHR :: forall a. VkDeviceGroupPresentModeBitmaskKHR a Source #
Present from remote memory
bitpos = 1
pattern VK_DEVICE_GROUP_PRESENT_MODE_SUM_BIT_KHR :: forall a. VkDeviceGroupPresentModeBitmaskKHR a Source #
Present sum of local and/or remote memory
bitpos = 2
pattern VK_DEVICE_GROUP_PRESENT_MODE_LOCAL_MULTI_DEVICE_BIT_KHR :: forall a. VkDeviceGroupPresentModeBitmaskKHR a Source #
Each physical device presents from local memory
bitpos = 3
newtype VkDeviceQueueCreateBitmask a Source #
Constructors
| VkDeviceQueueCreateBitmask VkFlags |
Instances
pattern VkDeviceQueueCreateFlagBits :: VkFlags -> VkDeviceQueueCreateBitmask FlagBit Source #
pattern VkDeviceQueueCreateFlags :: VkFlags -> VkDeviceQueueCreateBitmask FlagMask Source #
data VkDisplayEventInfoEXT Source #
typedef struct VkDisplayEventInfoEXT {
VkStructureType sType;
const void* pNext;
VkDisplayEventTypeEXT displayEvent;
} VkDisplayEventInfoEXT;Constructors
| VkDisplayEventInfoEXT# Addr# ByteArray# |
Instances
data VkDisplayModeCreateInfoKHR Source #
typedef struct VkDisplayModeCreateInfoKHR {
VkStructureType sType;
const void* pNext;
VkDisplayModeCreateFlagsKHR flags;
VkDisplayModeParametersKHR parameters;
} VkDisplayModeCreateInfoKHR;Constructors
| VkDisplayModeCreateInfoKHR# Addr# ByteArray# |
Instances
data VkDisplayModeParametersKHR Source #
typedef struct VkDisplayModeParametersKHR {
VkExtent2D visibleRegion;
uint32_t refreshRate;
} VkDisplayModeParametersKHR;Constructors
| VkDisplayModeParametersKHR# Addr# ByteArray# |
Instances
data VkDisplayModePropertiesKHR Source #
typedef struct VkDisplayModePropertiesKHR {
VkDisplayModeKHR displayMode;
VkDisplayModeParametersKHR parameters;
} VkDisplayModePropertiesKHR;Constructors
| VkDisplayModePropertiesKHR# Addr# ByteArray# |
Instances
data VkDisplayPlaneCapabilitiesKHR Source #
typedef struct VkDisplayPlaneCapabilitiesKHR {
VkDisplayPlaneAlphaFlagsKHR supportedAlpha;
VkOffset2D minSrcPosition;
VkOffset2D maxSrcPosition;
VkExtent2D minSrcExtent;
VkExtent2D maxSrcExtent;
VkOffset2D minDstPosition;
VkOffset2D maxDstPosition;
VkExtent2D minDstExtent;
VkExtent2D maxDstExtent;
} VkDisplayPlaneCapabilitiesKHR;Constructors
| VkDisplayPlaneCapabilitiesKHR# Addr# ByteArray# |
Instances
data VkDisplayPlanePropertiesKHR Source #
typedef struct VkDisplayPlanePropertiesKHR {
VkDisplayKHR currentDisplay;
uint32_t currentStackIndex;
} VkDisplayPlanePropertiesKHR;Constructors
| VkDisplayPlanePropertiesKHR# Addr# ByteArray# |
Instances
data VkDisplayPowerInfoEXT Source #
typedef struct VkDisplayPowerInfoEXT {
VkStructureType sType;
const void* pNext;
VkDisplayPowerStateEXT powerState;
} VkDisplayPowerInfoEXT;Constructors
| VkDisplayPowerInfoEXT# Addr# ByteArray# |
Instances
data VkDisplayPresentInfoKHR Source #
typedef struct VkDisplayPresentInfoKHR {
VkStructureType sType;
const void* pNext;
VkRect2D srcRect;
VkRect2D dstRect;
VkBool32 persistent;
} VkDisplayPresentInfoKHR;Constructors
| VkDisplayPresentInfoKHR# Addr# ByteArray# |
Instances
data VkDisplayPropertiesKHR Source #
typedef struct VkDisplayPropertiesKHR {
VkDisplayKHR display;
const char* displayName;
VkExtent2D physicalDimensions;
VkExtent2D physicalResolution;
VkSurfaceTransformFlagsKHR supportedTransforms;
VkBool32 planeReorderPossible;
VkBool32 persistentContent;
} VkDisplayPropertiesKHR;Constructors
| VkDisplayPropertiesKHR# Addr# ByteArray# |
Instances
data VkDisplaySurfaceCreateInfoKHR Source #
typedef struct VkDisplaySurfaceCreateInfoKHR {
VkStructureType sType;
const void* pNext;
VkDisplaySurfaceCreateFlagsKHR flags;
VkDisplayModeKHR displayMode;
uint32_t planeIndex;
uint32_t planeStackIndex;
VkSurfaceTransformFlagBitsKHR transform;
float globalAlpha;
VkDisplayPlaneAlphaFlagBitsKHR alphaMode;
VkExtent2D imageExtent;
} VkDisplaySurfaceCreateInfoKHR;Constructors
| VkDisplaySurfaceCreateInfoKHR# Addr# ByteArray# |
Instances
newtype VkDisplayEventTypeEXT Source #
Constructors
| VkDisplayEventTypeEXT Int32 |
Instances
newtype VkDisplayPlaneAlphaBitmaskKHR a Source #
Constructors
| VkDisplayPlaneAlphaBitmaskKHR VkFlags |
Instances
pattern VK_DISPLAY_PLANE_ALPHA_OPAQUE_BIT_KHR :: forall a. VkDisplayPlaneAlphaBitmaskKHR a Source #
bitpos = 0
pattern VK_DISPLAY_PLANE_ALPHA_GLOBAL_BIT_KHR :: forall a. VkDisplayPlaneAlphaBitmaskKHR a Source #
bitpos = 1
pattern VK_DISPLAY_PLANE_ALPHA_PER_PIXEL_BIT_KHR :: forall a. VkDisplayPlaneAlphaBitmaskKHR a Source #
bitpos = 2
pattern VK_DISPLAY_PLANE_ALPHA_PER_PIXEL_PREMULTIPLIED_BIT_KHR :: forall a. VkDisplayPlaneAlphaBitmaskKHR a Source #
bitpos = 3
newtype VkDisplayPowerStateEXT Source #
Constructors
| VkDisplayPowerStateEXT Int32 |
Instances
data VkExtent2D Source #
typedef struct VkExtent2D {
uint32_t width;
uint32_t height;
} VkExtent2D;Constructors
| VkExtent2D# Addr# ByteArray# |
Instances
| Eq VkExtent2D Source # | |
| Ord VkExtent2D Source # | |
| Show VkExtent2D Source # | |
| Storable VkExtent2D Source # | |
| VulkanMarshalPrim VkExtent2D Source # | |
| VulkanMarshal VkExtent2D Source # | |
| CanWriteField "height" VkExtent2D Source # | |
| CanWriteField "width" VkExtent2D Source # | |
| CanReadField "height" VkExtent2D Source # | |
| CanReadField "width" VkExtent2D Source # | |
| HasField "height" VkExtent2D Source # | |
| HasField "width" VkExtent2D Source # | |
| type StructFields VkExtent2D Source # | |
| type CUnionType VkExtent2D Source # | |
| type ReturnedOnly VkExtent2D Source # | |
| type StructExtends VkExtent2D Source # | |
| type FieldType "height" VkExtent2D Source # | |
| type FieldType "width" VkExtent2D Source # | |
| type FieldOptional "height" VkExtent2D Source # | |
| type FieldOptional "width" VkExtent2D Source # | |
| type FieldOffset "height" VkExtent2D Source # | |
| type FieldOffset "width" VkExtent2D Source # | |
| type FieldIsArray "height" VkExtent2D Source # | |
| type FieldIsArray "width" VkExtent2D Source # | |
data VkExtent3D Source #
typedef struct VkExtent3D {
uint32_t width;
uint32_t height;
uint32_t depth;
} VkExtent3D;Constructors
| VkExtent3D# Addr# ByteArray# |
Instances
pattern VK_FORMAT_UNDEFINED :: VkFormat Source #
pattern VK_FORMAT_R4G4_UNORM_PACK8 :: VkFormat Source #
pattern VK_FORMAT_R4G4B4A4_UNORM_PACK16 :: VkFormat Source #
pattern VK_FORMAT_B4G4R4A4_UNORM_PACK16 :: VkFormat Source #
pattern VK_FORMAT_R5G6B5_UNORM_PACK16 :: VkFormat Source #
pattern VK_FORMAT_B5G6R5_UNORM_PACK16 :: VkFormat Source #
pattern VK_FORMAT_R5G5B5A1_UNORM_PACK16 :: VkFormat Source #
pattern VK_FORMAT_B5G5R5A1_UNORM_PACK16 :: VkFormat Source #
pattern VK_FORMAT_A1R5G5B5_UNORM_PACK16 :: VkFormat Source #
pattern VK_FORMAT_R8_UNORM :: VkFormat Source #
pattern VK_FORMAT_R8_SNORM :: VkFormat Source #
pattern VK_FORMAT_R8_USCALED :: VkFormat Source #
pattern VK_FORMAT_R8_SSCALED :: VkFormat Source #
pattern VK_FORMAT_R8_UINT :: VkFormat Source #
pattern VK_FORMAT_R8_SINT :: VkFormat Source #
pattern VK_FORMAT_R8_SRGB :: VkFormat Source #
pattern VK_FORMAT_R8G8_UNORM :: VkFormat Source #
pattern VK_FORMAT_R8G8_SNORM :: VkFormat Source #
pattern VK_FORMAT_R8G8_USCALED :: VkFormat Source #
pattern VK_FORMAT_R8G8_SSCALED :: VkFormat Source #
pattern VK_FORMAT_R8G8_UINT :: VkFormat Source #
pattern VK_FORMAT_R8G8_SINT :: VkFormat Source #
pattern VK_FORMAT_R8G8_SRGB :: VkFormat Source #
pattern VK_FORMAT_R8G8B8_UNORM :: VkFormat Source #
pattern VK_FORMAT_R8G8B8_SNORM :: VkFormat Source #
pattern VK_FORMAT_R8G8B8_USCALED :: VkFormat Source #
pattern VK_FORMAT_R8G8B8_SSCALED :: VkFormat Source #
pattern VK_FORMAT_R8G8B8_UINT :: VkFormat Source #
pattern VK_FORMAT_R8G8B8_SINT :: VkFormat Source #
pattern VK_FORMAT_R8G8B8_SRGB :: VkFormat Source #
pattern VK_FORMAT_B8G8R8_UNORM :: VkFormat Source #
pattern VK_FORMAT_B8G8R8_SNORM :: VkFormat Source #
pattern VK_FORMAT_B8G8R8_USCALED :: VkFormat Source #
pattern VK_FORMAT_B8G8R8_SSCALED :: VkFormat Source #
pattern VK_FORMAT_B8G8R8_UINT :: VkFormat Source #
pattern VK_FORMAT_B8G8R8_SINT :: VkFormat Source #
pattern VK_FORMAT_B8G8R8_SRGB :: VkFormat Source #
pattern VK_FORMAT_R8G8B8A8_UNORM :: VkFormat Source #
pattern VK_FORMAT_R8G8B8A8_SNORM :: VkFormat Source #
pattern VK_FORMAT_R8G8B8A8_USCALED :: VkFormat Source #
pattern VK_FORMAT_R8G8B8A8_SSCALED :: VkFormat Source #
pattern VK_FORMAT_R8G8B8A8_UINT :: VkFormat Source #
pattern VK_FORMAT_R8G8B8A8_SINT :: VkFormat Source #
pattern VK_FORMAT_R8G8B8A8_SRGB :: VkFormat Source #
pattern VK_FORMAT_B8G8R8A8_UNORM :: VkFormat Source #
pattern VK_FORMAT_B8G8R8A8_SNORM :: VkFormat Source #
pattern VK_FORMAT_B8G8R8A8_USCALED :: VkFormat Source #
pattern VK_FORMAT_B8G8R8A8_SSCALED :: VkFormat Source #
pattern VK_FORMAT_B8G8R8A8_UINT :: VkFormat Source #
pattern VK_FORMAT_B8G8R8A8_SINT :: VkFormat Source #
pattern VK_FORMAT_B8G8R8A8_SRGB :: VkFormat Source #
pattern VK_FORMAT_A8B8G8R8_UNORM_PACK32 :: VkFormat Source #
pattern VK_FORMAT_A8B8G8R8_SNORM_PACK32 :: VkFormat Source #
pattern VK_FORMAT_A8B8G8R8_USCALED_PACK32 :: VkFormat Source #
pattern VK_FORMAT_A8B8G8R8_SSCALED_PACK32 :: VkFormat Source #
pattern VK_FORMAT_A8B8G8R8_UINT_PACK32 :: VkFormat Source #
pattern VK_FORMAT_A8B8G8R8_SINT_PACK32 :: VkFormat Source #
pattern VK_FORMAT_A8B8G8R8_SRGB_PACK32 :: VkFormat Source #
pattern VK_FORMAT_A2R10G10B10_UNORM_PACK32 :: VkFormat Source #
pattern VK_FORMAT_A2R10G10B10_SNORM_PACK32 :: VkFormat Source #
pattern VK_FORMAT_A2R10G10B10_USCALED_PACK32 :: VkFormat Source #
pattern VK_FORMAT_A2R10G10B10_SSCALED_PACK32 :: VkFormat Source #
pattern VK_FORMAT_A2R10G10B10_UINT_PACK32 :: VkFormat Source #
pattern VK_FORMAT_A2R10G10B10_SINT_PACK32 :: VkFormat Source #
pattern VK_FORMAT_A2B10G10R10_UNORM_PACK32 :: VkFormat Source #
pattern VK_FORMAT_A2B10G10R10_SNORM_PACK32 :: VkFormat Source #
pattern VK_FORMAT_A2B10G10R10_USCALED_PACK32 :: VkFormat Source #
pattern VK_FORMAT_A2B10G10R10_SSCALED_PACK32 :: VkFormat Source #
pattern VK_FORMAT_A2B10G10R10_UINT_PACK32 :: VkFormat Source #
pattern VK_FORMAT_A2B10G10R10_SINT_PACK32 :: VkFormat Source #
pattern VK_FORMAT_R16_UNORM :: VkFormat Source #
pattern VK_FORMAT_R16_SNORM :: VkFormat Source #
pattern VK_FORMAT_R16_USCALED :: VkFormat Source #
pattern VK_FORMAT_R16_SSCALED :: VkFormat Source #
pattern VK_FORMAT_R16_UINT :: VkFormat Source #
pattern VK_FORMAT_R16_SINT :: VkFormat Source #
pattern VK_FORMAT_R16_SFLOAT :: VkFormat Source #
pattern VK_FORMAT_R16G16_UNORM :: VkFormat Source #
pattern VK_FORMAT_R16G16_SNORM :: VkFormat Source #
pattern VK_FORMAT_R16G16_USCALED :: VkFormat Source #
pattern VK_FORMAT_R16G16_SSCALED :: VkFormat Source #
pattern VK_FORMAT_R16G16_UINT :: VkFormat Source #
pattern VK_FORMAT_R16G16_SINT :: VkFormat Source #
pattern VK_FORMAT_R16G16_SFLOAT :: VkFormat Source #
pattern VK_FORMAT_R16G16B16_UNORM :: VkFormat Source #
pattern VK_FORMAT_R16G16B16_SNORM :: VkFormat Source #
pattern VK_FORMAT_R16G16B16_USCALED :: VkFormat Source #
pattern VK_FORMAT_R16G16B16_SSCALED :: VkFormat Source #
pattern VK_FORMAT_R16G16B16_UINT :: VkFormat Source #
pattern VK_FORMAT_R16G16B16_SINT :: VkFormat Source #
pattern VK_FORMAT_R16G16B16_SFLOAT :: VkFormat Source #
pattern VK_FORMAT_R16G16B16A16_UNORM :: VkFormat Source #
pattern VK_FORMAT_R16G16B16A16_SNORM :: VkFormat Source #
pattern VK_FORMAT_R16G16B16A16_USCALED :: VkFormat Source #
pattern VK_FORMAT_R16G16B16A16_SSCALED :: VkFormat Source #
pattern VK_FORMAT_R16G16B16A16_UINT :: VkFormat Source #
pattern VK_FORMAT_R16G16B16A16_SINT :: VkFormat Source #
pattern VK_FORMAT_R16G16B16A16_SFLOAT :: VkFormat Source #
pattern VK_FORMAT_R32_UINT :: VkFormat Source #
pattern VK_FORMAT_R32_SINT :: VkFormat Source #
pattern VK_FORMAT_R32_SFLOAT :: VkFormat Source #
pattern VK_FORMAT_R32G32_UINT :: VkFormat Source #
pattern VK_FORMAT_R32G32_SINT :: VkFormat Source #
pattern VK_FORMAT_R32G32_SFLOAT :: VkFormat Source #
pattern VK_FORMAT_R32G32B32_UINT :: VkFormat Source #
pattern VK_FORMAT_R32G32B32_SINT :: VkFormat Source #
pattern VK_FORMAT_R32G32B32_SFLOAT :: VkFormat Source #
pattern VK_FORMAT_R32G32B32A32_UINT :: VkFormat Source #
pattern VK_FORMAT_R32G32B32A32_SINT :: VkFormat Source #
pattern VK_FORMAT_R32G32B32A32_SFLOAT :: VkFormat Source #
pattern VK_FORMAT_R64_UINT :: VkFormat Source #
pattern VK_FORMAT_R64_SINT :: VkFormat Source #
pattern VK_FORMAT_R64_SFLOAT :: VkFormat Source #
pattern VK_FORMAT_R64G64_UINT :: VkFormat Source #
pattern VK_FORMAT_R64G64_SINT :: VkFormat Source #
pattern VK_FORMAT_R64G64_SFLOAT :: VkFormat Source #
pattern VK_FORMAT_R64G64B64_UINT :: VkFormat Source #
pattern VK_FORMAT_R64G64B64_SINT :: VkFormat Source #
pattern VK_FORMAT_R64G64B64_SFLOAT :: VkFormat Source #
pattern VK_FORMAT_R64G64B64A64_UINT :: VkFormat Source #
pattern VK_FORMAT_R64G64B64A64_SINT :: VkFormat Source #
pattern VK_FORMAT_R64G64B64A64_SFLOAT :: VkFormat Source #
pattern VK_FORMAT_B10G11R11_UFLOAT_PACK32 :: VkFormat Source #
pattern VK_FORMAT_E5B9G9R9_UFLOAT_PACK32 :: VkFormat Source #
pattern VK_FORMAT_D16_UNORM :: VkFormat Source #
pattern VK_FORMAT_X8_D24_UNORM_PACK32 :: VkFormat Source #
pattern VK_FORMAT_D32_SFLOAT :: VkFormat Source #
pattern VK_FORMAT_S8_UINT :: VkFormat Source #
pattern VK_FORMAT_D16_UNORM_S8_UINT :: VkFormat Source #
pattern VK_FORMAT_D24_UNORM_S8_UINT :: VkFormat Source #
pattern VK_FORMAT_D32_SFLOAT_S8_UINT :: VkFormat Source #
pattern VK_FORMAT_BC1_RGB_UNORM_BLOCK :: VkFormat Source #
pattern VK_FORMAT_BC1_RGB_SRGB_BLOCK :: VkFormat Source #
pattern VK_FORMAT_BC1_RGBA_UNORM_BLOCK :: VkFormat Source #
pattern VK_FORMAT_BC1_RGBA_SRGB_BLOCK :: VkFormat Source #
pattern VK_FORMAT_BC2_UNORM_BLOCK :: VkFormat Source #
pattern VK_FORMAT_BC2_SRGB_BLOCK :: VkFormat Source #
pattern VK_FORMAT_BC3_UNORM_BLOCK :: VkFormat Source #
pattern VK_FORMAT_BC3_SRGB_BLOCK :: VkFormat Source #
pattern VK_FORMAT_BC4_UNORM_BLOCK :: VkFormat Source #
pattern VK_FORMAT_BC4_SNORM_BLOCK :: VkFormat Source #
pattern VK_FORMAT_BC5_UNORM_BLOCK :: VkFormat Source #
pattern VK_FORMAT_BC5_SNORM_BLOCK :: VkFormat Source #
pattern VK_FORMAT_BC6H_UFLOAT_BLOCK :: VkFormat Source #
pattern VK_FORMAT_BC6H_SFLOAT_BLOCK :: VkFormat Source #
pattern VK_FORMAT_BC7_UNORM_BLOCK :: VkFormat Source #
pattern VK_FORMAT_BC7_SRGB_BLOCK :: VkFormat Source #
pattern VK_FORMAT_ETC2_R8G8B8_UNORM_BLOCK :: VkFormat Source #
pattern VK_FORMAT_ETC2_R8G8B8_SRGB_BLOCK :: VkFormat Source #
pattern VK_FORMAT_ETC2_R8G8B8A1_UNORM_BLOCK :: VkFormat Source #
pattern VK_FORMAT_ETC2_R8G8B8A1_SRGB_BLOCK :: VkFormat Source #
pattern VK_FORMAT_ETC2_R8G8B8A8_UNORM_BLOCK :: VkFormat Source #
pattern VK_FORMAT_ETC2_R8G8B8A8_SRGB_BLOCK :: VkFormat Source #
pattern VK_FORMAT_EAC_R11_UNORM_BLOCK :: VkFormat Source #
pattern VK_FORMAT_EAC_R11_SNORM_BLOCK :: VkFormat Source #
pattern VK_FORMAT_EAC_R11G11_UNORM_BLOCK :: VkFormat Source #
pattern VK_FORMAT_EAC_R11G11_SNORM_BLOCK :: VkFormat Source #
pattern VK_FORMAT_ASTC_4x4_UNORM_BLOCK :: VkFormat Source #
pattern VK_FORMAT_ASTC_4x4_SRGB_BLOCK :: VkFormat Source #
pattern VK_FORMAT_ASTC_5x4_UNORM_BLOCK :: VkFormat Source #
pattern VK_FORMAT_ASTC_5x4_SRGB_BLOCK :: VkFormat Source #
pattern VK_FORMAT_ASTC_5x5_UNORM_BLOCK :: VkFormat Source #
pattern VK_FORMAT_ASTC_5x5_SRGB_BLOCK :: VkFormat Source #
pattern VK_FORMAT_ASTC_6x5_UNORM_BLOCK :: VkFormat Source #
pattern VK_FORMAT_ASTC_6x5_SRGB_BLOCK :: VkFormat Source #
pattern VK_FORMAT_ASTC_6x6_UNORM_BLOCK :: VkFormat Source #
pattern VK_FORMAT_ASTC_6x6_SRGB_BLOCK :: VkFormat Source #
pattern VK_FORMAT_ASTC_8x5_UNORM_BLOCK :: VkFormat Source #
pattern VK_FORMAT_ASTC_8x5_SRGB_BLOCK :: VkFormat Source #
pattern VK_FORMAT_ASTC_8x6_UNORM_BLOCK :: VkFormat Source #
pattern VK_FORMAT_ASTC_8x6_SRGB_BLOCK :: VkFormat Source #
pattern VK_FORMAT_ASTC_8x8_UNORM_BLOCK :: VkFormat Source #
pattern VK_FORMAT_ASTC_8x8_SRGB_BLOCK :: VkFormat Source #
pattern VK_FORMAT_ASTC_10x5_UNORM_BLOCK :: VkFormat Source #
pattern VK_FORMAT_ASTC_10x5_SRGB_BLOCK :: VkFormat Source #
pattern VK_FORMAT_ASTC_10x6_UNORM_BLOCK :: VkFormat Source #
pattern VK_FORMAT_ASTC_10x6_SRGB_BLOCK :: VkFormat Source #
pattern VK_FORMAT_ASTC_10x8_UNORM_BLOCK :: VkFormat Source #
pattern VK_FORMAT_ASTC_10x8_SRGB_BLOCK :: VkFormat Source #
pattern VK_FORMAT_ASTC_10x10_UNORM_BLOCK :: VkFormat Source #
pattern VK_FORMAT_ASTC_10x10_SRGB_BLOCK :: VkFormat Source #
pattern VK_FORMAT_ASTC_12x10_UNORM_BLOCK :: VkFormat Source #
pattern VK_FORMAT_ASTC_12x10_SRGB_BLOCK :: VkFormat Source #
pattern VK_FORMAT_ASTC_12x12_UNORM_BLOCK :: VkFormat Source #
pattern VK_FORMAT_ASTC_12x12_SRGB_BLOCK :: VkFormat Source #
newtype VkFormatFeatureBitmask a Source #
Constructors
| VkFormatFeatureBitmask VkFlags |
Instances
pattern VkFormatFeatureFlagBits :: VkFlags -> VkFormatFeatureBitmask FlagBit Source #
pattern VkFormatFeatureFlags :: VkFlags -> VkFormatFeatureBitmask FlagMask Source #
pattern VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT :: forall a. VkFormatFeatureBitmask a Source #
Format can be used for sampled images (SAMPLED_IMAGE and COMBINED_IMAGE_SAMPLER descriptor types)
bitpos = 0
pattern VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT :: forall a. VkFormatFeatureBitmask a Source #
Format can be used for storage images (STORAGE_IMAGE descriptor type)
bitpos = 1
pattern VK_FORMAT_FEATURE_STORAGE_IMAGE_ATOMIC_BIT :: forall a. VkFormatFeatureBitmask a Source #
Format supports atomic operations in case it is used for storage images
bitpos = 2
pattern VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT :: forall a. VkFormatFeatureBitmask a Source #
Format can be used for uniform texel buffers (TBOs)
bitpos = 3
pattern VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT :: forall a. VkFormatFeatureBitmask a Source #
Format can be used for storage texel buffers (IBOs)
bitpos = 4
pattern VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_ATOMIC_BIT :: forall a. VkFormatFeatureBitmask a Source #
Format supports atomic operations in case it is used for storage texel buffers
bitpos = 5
pattern VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT :: forall a. VkFormatFeatureBitmask a Source #
Format can be used for vertex buffers (VBOs)
bitpos = 6
pattern VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT :: forall a. VkFormatFeatureBitmask a Source #
Format can be used for color attachment images
bitpos = 7
pattern VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT :: forall a. VkFormatFeatureBitmask a Source #
Format supports blending in case it is used for color attachment images
bitpos = 8
pattern VK_FORMAT_FEATURE_DEPTH_STENCIL_ATTACHMENT_BIT :: forall a. VkFormatFeatureBitmask a Source #
Format can be used for depth/stencil attachment images
bitpos = 9
pattern VK_FORMAT_FEATURE_BLIT_SRC_BIT :: forall a. VkFormatFeatureBitmask a Source #
Format can be used as the source image of blits with vkCmdBlitImage
bitpos = 10
pattern VK_FORMAT_FEATURE_BLIT_DST_BIT :: forall a. VkFormatFeatureBitmask a Source #
Format can be used as the destination image of blits with vkCmdBlitImage
bitpos = 11
pattern VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT :: forall a. VkFormatFeatureBitmask a Source #
Format can be filtered with VK_FILTER_LINEAR when being sampled
bitpos = 12
newtype VkImageAspectBitmask a Source #
Constructors
| VkImageAspectBitmask VkFlags |
Instances
pattern VkImageAspectFlagBits :: VkFlags -> VkImageAspectBitmask FlagBit Source #
pattern VkImageAspectFlags :: VkFlags -> VkImageAspectBitmask FlagMask Source #
pattern VK_IMAGE_ASPECT_COLOR_BIT :: forall a. VkImageAspectBitmask a Source #
bitpos = 0
pattern VK_IMAGE_ASPECT_DEPTH_BIT :: forall a. VkImageAspectBitmask a Source #
bitpos = 1
pattern VK_IMAGE_ASPECT_STENCIL_BIT :: forall a. VkImageAspectBitmask a Source #
bitpos = 2
pattern VK_IMAGE_ASPECT_METADATA_BIT :: forall a. VkImageAspectBitmask a Source #
bitpos = 3
newtype VkImageCreateBitmask a Source #
Constructors
| VkImageCreateBitmask VkFlags |
Instances
pattern VkImageCreateFlagBits :: VkFlags -> VkImageCreateBitmask FlagBit Source #
pattern VkImageCreateFlags :: VkFlags -> VkImageCreateBitmask FlagMask Source #
pattern VK_IMAGE_CREATE_SPARSE_BINDING_BIT :: forall a. VkImageCreateBitmask a Source #
Image should support sparse backing
bitpos = 0
pattern VK_IMAGE_CREATE_SPARSE_RESIDENCY_BIT :: forall a. VkImageCreateBitmask a Source #
Image should support sparse backing with partial residency
bitpos = 1
pattern VK_IMAGE_CREATE_SPARSE_ALIASED_BIT :: forall a. VkImageCreateBitmask a Source #
Image should support constent data access to physical memory ranges mapped into multiple locations of sparse images
bitpos = 2
pattern VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT :: forall a. VkImageCreateBitmask a Source #
Allows image views to have different format than the base image
bitpos = 3
pattern VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT :: forall a. VkImageCreateBitmask a Source #
Allows creating image views with cube type from the created image
bitpos = 4
newtype VkImageLayout Source #
type = enum
Constructors
| VkImageLayout Int32 |
Instances
pattern VK_IMAGE_LAYOUT_UNDEFINED :: VkImageLayout Source #
Implicit layout an image is when its contents are undefined due to various reasons (e.g. right after creation)
pattern VK_IMAGE_LAYOUT_GENERAL :: VkImageLayout Source #
General layout when image can be used for any kind of access
pattern VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL :: VkImageLayout Source #
Optimal layout when image is only used for color attachment read/write
pattern VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL :: VkImageLayout Source #
Optimal layout when image is only used for depthstencil attachment readwrite
pattern VK_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL :: VkImageLayout Source #
Optimal layout when image is used for read only depth/stencil attachment and shader access
pattern VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL :: VkImageLayout Source #
Optimal layout when image is used for read only shader access
pattern VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL :: VkImageLayout Source #
Optimal layout when image is used only as source of transfer operations
pattern VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL :: VkImageLayout Source #
Optimal layout when image is used only as destination of transfer operations
pattern VK_IMAGE_LAYOUT_PREINITIALIZED :: VkImageLayout Source #
Initial layout used when the data is populated by the CPU
newtype VkImageTiling Source #
type = enum
Constructors
| VkImageTiling Int32 |
Instances
pattern VK_IMAGE_TILING_OPTIMAL :: VkImageTiling Source #
pattern VK_IMAGE_TILING_LINEAR :: VkImageTiling Source #
pattern VK_IMAGE_TYPE_1D :: VkImageType Source #
pattern VK_IMAGE_TYPE_2D :: VkImageType Source #
pattern VK_IMAGE_TYPE_3D :: VkImageType Source #
newtype VkImageUsageBitmask a Source #
Constructors
| VkImageUsageBitmask VkFlags |
Instances
pattern VkImageUsageFlagBits :: VkFlags -> VkImageUsageBitmask FlagBit Source #
pattern VkImageUsageFlags :: VkFlags -> VkImageUsageBitmask FlagMask Source #
pattern VK_IMAGE_USAGE_TRANSFER_SRC_BIT :: forall a. VkImageUsageBitmask a Source #
Can be used as a source of transfer operations
bitpos = 0
pattern VK_IMAGE_USAGE_TRANSFER_DST_BIT :: forall a. VkImageUsageBitmask a Source #
Can be used as a destination of transfer operations
bitpos = 1
pattern VK_IMAGE_USAGE_SAMPLED_BIT :: forall a. VkImageUsageBitmask a Source #
Can be sampled from (SAMPLED_IMAGE and COMBINED_IMAGE_SAMPLER descriptor types)
bitpos = 2
pattern VK_IMAGE_USAGE_STORAGE_BIT :: forall a. VkImageUsageBitmask a Source #
Can be used as storage image (STORAGE_IMAGE descriptor type)
bitpos = 3
pattern VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT :: forall a. VkImageUsageBitmask a Source #
Can be used as framebuffer color attachment
bitpos = 4
pattern VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT :: forall a. VkImageUsageBitmask a Source #
Can be used as framebuffer depth/stencil attachment
bitpos = 5
pattern VK_IMAGE_USAGE_TRANSIENT_ATTACHMENT_BIT :: forall a. VkImageUsageBitmask a Source #
Image data not needed outside of rendering
bitpos = 6
pattern VK_IMAGE_USAGE_INPUT_ATTACHMENT_BIT :: forall a. VkImageUsageBitmask a Source #
Can be used as framebuffer input attachment
bitpos = 7
newtype VkImageViewType Source #
type = enum
Constructors
| VkImageViewType Int32 |
Instances
pattern VK_IMAGE_VIEW_TYPE_1D :: VkImageViewType Source #
pattern VK_IMAGE_VIEW_TYPE_2D :: VkImageViewType Source #
pattern VK_IMAGE_VIEW_TYPE_3D :: VkImageViewType Source #
pattern VK_IMAGE_VIEW_TYPE_CUBE :: VkImageViewType Source #
pattern VK_IMAGE_VIEW_TYPE_1D_ARRAY :: VkImageViewType Source #
pattern VK_IMAGE_VIEW_TYPE_2D_ARRAY :: VkImageViewType Source #
pattern VK_IMAGE_VIEW_TYPE_CUBE_ARRAY :: VkImageViewType Source #
newtype VkPresentModeKHR Source #
type = enum
Constructors
| VkPresentModeKHR Int32 |
Instances
pattern VK_PRESENT_MODE_IMMEDIATE_KHR :: VkPresentModeKHR Source #
pattern VK_PRESENT_MODE_MAILBOX_KHR :: VkPresentModeKHR Source #
pattern VK_PRESENT_MODE_FIFO_KHR :: VkPresentModeKHR Source #
pattern VK_PRESENT_MODE_FIFO_RELAXED_KHR :: VkPresentModeKHR Source #
newtype VkSharingMode Source #
type = enum
Constructors
| VkSharingMode Int32 |
Instances
pattern VK_SHARING_MODE_EXCLUSIVE :: VkSharingMode Source #
pattern VK_SHARING_MODE_CONCURRENT :: VkSharingMode Source #
newtype VkStructureType Source #
Constructors
| VkStructureType Int32 |
Instances
pattern VK_STRUCTURE_TYPE_APPLICATION_INFO :: VkStructureType Source #
pattern VK_STRUCTURE_TYPE_SUBMIT_INFO :: VkStructureType Source #
pattern VK_STRUCTURE_TYPE_BIND_SPARSE_INFO :: VkStructureType Source #
pattern VK_STRUCTURE_TYPE_MEMORY_BARRIER :: VkStructureType Source #
pattern VK_STRUCTURE_TYPE_LOADER_INSTANCE_CREATE_INFO :: VkStructureType Source #
Reserved for internal use by the loader, layers, and ICDs
pattern VK_STRUCTURE_TYPE_LOADER_DEVICE_CREATE_INFO :: VkStructureType Source #
Reserved for internal use by the loader, layers, and ICDs
newtype VkSurfaceCounterBitmaskEXT a Source #
Constructors
| VkSurfaceCounterBitmaskEXT VkFlags |
Instances
pattern VkSurfaceCounterFlagBitsEXT :: VkFlags -> VkSurfaceCounterBitmaskEXT FlagBit Source #
pattern VkSurfaceCounterFlagsEXT :: VkFlags -> VkSurfaceCounterBitmaskEXT FlagMask Source #
pattern VK_SURFACE_COUNTER_VBLANK_EXT :: forall a. VkSurfaceCounterBitmaskEXT a Source #
bitpos = 0
newtype VkSurfaceTransformBitmaskKHR a Source #
Constructors
| VkSurfaceTransformBitmaskKHR VkFlags |
Instances
pattern VkSurfaceTransformFlagsKHR :: VkFlags -> VkSurfaceTransformBitmaskKHR FlagMask Source #
pattern VK_SURFACE_TRANSFORM_IDENTITY_BIT_KHR :: forall a. VkSurfaceTransformBitmaskKHR a Source #
bitpos = 0
pattern VK_SURFACE_TRANSFORM_ROTATE_90_BIT_KHR :: forall a. VkSurfaceTransformBitmaskKHR a Source #
bitpos = 1
pattern VK_SURFACE_TRANSFORM_ROTATE_180_BIT_KHR :: forall a. VkSurfaceTransformBitmaskKHR a Source #
bitpos = 2
pattern VK_SURFACE_TRANSFORM_ROTATE_270_BIT_KHR :: forall a. VkSurfaceTransformBitmaskKHR a Source #
bitpos = 3
pattern VK_SURFACE_TRANSFORM_HORIZONTAL_MIRROR_BIT_KHR :: forall a. VkSurfaceTransformBitmaskKHR a Source #
bitpos = 4
pattern VK_SURFACE_TRANSFORM_HORIZONTAL_MIRROR_ROTATE_90_BIT_KHR :: forall a. VkSurfaceTransformBitmaskKHR a Source #
bitpos = 5
pattern VK_SURFACE_TRANSFORM_HORIZONTAL_MIRROR_ROTATE_180_BIT_KHR :: forall a. VkSurfaceTransformBitmaskKHR a Source #
bitpos = 6
pattern VK_SURFACE_TRANSFORM_HORIZONTAL_MIRROR_ROTATE_270_BIT_KHR :: forall a. VkSurfaceTransformBitmaskKHR a Source #
bitpos = 7
pattern VK_SURFACE_TRANSFORM_INHERIT_BIT_KHR :: forall a. VkSurfaceTransformBitmaskKHR a Source #
bitpos = 8
data VkSwapchainCounterCreateInfoEXT Source #
typedef struct VkSwapchainCounterCreateInfoEXT {
VkStructureType sType;
const void* pNext;
VkSurfaceCounterFlagsEXT surfaceCounters;
} VkSwapchainCounterCreateInfoEXT;Constructors
| VkSwapchainCounterCreateInfoEXT# Addr# ByteArray# |
Instances
data VkSwapchainCreateInfoKHR Source #
typedef struct VkSwapchainCreateInfoKHR {
VkStructureType sType;
const void* pNext;
VkSwapchainCreateFlagsKHR flags;
VkSurfaceKHR surface;
uint32_t minImageCount;
VkFormat imageFormat;
VkColorSpaceKHR imageColorSpace;
VkExtent2D imageExtent;
uint32_t imageArrayLayers;
VkImageUsageFlags imageUsage;
VkSharingMode imageSharingMode;
uint32_t queueFamilyIndexCount;
const uint32_t* pQueueFamilyIndices;
VkSurfaceTransformFlagBitsKHR preTransform;
VkCompositeAlphaFlagBitsKHR compositeAlpha;
VkPresentModeKHR presentMode;
VkBool32 clipped;
VkSwapchainKHR oldSwapchain;
} VkSwapchainCreateInfoKHR;Constructors
| VkSwapchainCreateInfoKHR# Addr# ByteArray# |
Instances
newtype VkSwapchainCreateBitmaskKHR a Source #
Constructors
| VkSwapchainCreateBitmaskKHR VkFlags |
Instances
pattern VkSwapchainCreateFlagBitsKHR :: VkFlags -> VkSwapchainCreateBitmaskKHR FlagBit Source #
pattern VkSwapchainCreateFlagsKHR :: VkFlags -> VkSwapchainCreateBitmaskKHR FlagMask Source #
type VkDisplayPowerControlEXT = "vkDisplayPowerControlEXT" Source #
pattern VkDisplayPowerControlEXT :: CString Source #
type HS_vkDisplayPowerControlEXT Source #
Arguments
| = VkDevice | device |
| -> VkDisplayKHR | display |
| -> Ptr VkDisplayPowerInfoEXT | pDisplayPowerInfo |
| -> IO VkResult |
Success codes: VK_SUCCESS.
VkResult vkDisplayPowerControlEXT
( VkDevice device
, VkDisplayKHR display
, const VkDisplayPowerInfoEXT* pDisplayPowerInfo
)type VkRegisterDeviceEventEXT = "vkRegisterDeviceEventEXT" Source #
pattern VkRegisterDeviceEventEXT :: CString Source #
type HS_vkRegisterDeviceEventEXT Source #
Arguments
| = VkDevice | device |
| -> Ptr VkDeviceEventInfoEXT | pDeviceEventInfo |
| -> Ptr VkAllocationCallbacks | pAllocator |
| -> Ptr VkFence | pFence |
| -> IO VkResult |
Success codes: VK_SUCCESS.
VkResult vkRegisterDeviceEventEXT
( VkDevice device
, const VkDeviceEventInfoEXT* pDeviceEventInfo
, const VkAllocationCallbacks* pAllocator
, VkFence* pFence
)type VkRegisterDisplayEventEXT = "vkRegisterDisplayEventEXT" Source #
pattern VkRegisterDisplayEventEXT :: CString Source #
type HS_vkRegisterDisplayEventEXT Source #
Arguments
| = VkDevice | device |
| -> VkDisplayKHR | display |
| -> Ptr VkDisplayEventInfoEXT | pDisplayEventInfo |
| -> Ptr VkAllocationCallbacks | pAllocator |
| -> Ptr VkFence | pFence |
| -> IO VkResult |
Success codes: VK_SUCCESS.
VkResult vkRegisterDisplayEventEXT
( VkDevice device
, VkDisplayKHR display
, const VkDisplayEventInfoEXT* pDisplayEventInfo
, const VkAllocationCallbacks* pAllocator
, VkFence* pFence
)type VkGetSwapchainCounterEXT = "vkGetSwapchainCounterEXT" Source #
pattern VkGetSwapchainCounterEXT :: CString Source #
type HS_vkGetSwapchainCounterEXT Source #
Arguments
| = VkDevice | device |
| -> VkSwapchainKHR | swapchain |
| -> VkSurfaceCounterFlagBitsEXT | counter |
| -> Ptr Word64 | pCounterValue |
| -> IO VkResult |
Success codes: VK_SUCCESS.
Error codes: VK_ERROR_DEVICE_LOST, VK_ERROR_OUT_OF_DATE_KHR.
VkResult vkGetSwapchainCounterEXT
( VkDevice device
, VkSwapchainKHR swapchain
, VkSurfaceCounterFlagBitsEXT counter
, uint64_t* pCounterValue
)module Graphics.Vulkan.Marshal
newtype VkInternalAllocationType Source #
Constructors
| VkInternalAllocationType Int32 |
Instances
pattern VK_SUCCESS :: VkResult Source #
Command completed successfully
pattern VK_NOT_READY :: VkResult Source #
A fence or query has not yet completed
pattern VK_TIMEOUT :: VkResult Source #
A wait operation has not completed in the specified time
pattern VK_EVENT_SET :: VkResult Source #
An event is signaled
pattern VK_EVENT_RESET :: VkResult Source #
An event is unsignaled
pattern VK_INCOMPLETE :: VkResult Source #
A return array was too small for the result
pattern VK_ERROR_OUT_OF_HOST_MEMORY :: VkResult Source #
A host memory allocation has failed
pattern VK_ERROR_OUT_OF_DEVICE_MEMORY :: VkResult Source #
A device memory allocation has failed
pattern VK_ERROR_INITIALIZATION_FAILED :: VkResult Source #
Initialization of a object has failed
pattern VK_ERROR_DEVICE_LOST :: VkResult Source #
The logical device has been lost. See
pattern VK_ERROR_MEMORY_MAP_FAILED :: VkResult Source #
Mapping of a memory object has failed
pattern VK_ERROR_LAYER_NOT_PRESENT :: VkResult Source #
Layer specified does not exist
pattern VK_ERROR_EXTENSION_NOT_PRESENT :: VkResult Source #
Extension specified does not exist
pattern VK_ERROR_FEATURE_NOT_PRESENT :: VkResult Source #
Requested feature is not available on this device
pattern VK_ERROR_INCOMPATIBLE_DRIVER :: VkResult Source #
Unable to find a Vulkan driver
pattern VK_ERROR_TOO_MANY_OBJECTS :: VkResult Source #
Too many objects of the type have already been created
pattern VK_ERROR_FORMAT_NOT_SUPPORTED :: VkResult Source #
Requested format is not supported on this device
pattern VK_ERROR_FRAGMENTED_POOL :: VkResult Source #
A requested pool allocation has failed due to fragmentation of the pool's memory
newtype VkSystemAllocationScope Source #
Constructors
| VkSystemAllocationScope Int32 |
Instances
type PFN_vkAllocationFunction = FunPtr HS_vkAllocationFunction Source #
typedef void* (VKAPI_PTR *PFN_vkAllocationFunction)(
void* pUserData,
size_t size,
size_t alignment,
VkSystemAllocationScope allocationScope);type HS_vkAllocationFunction = Ptr Void -> CSize -> CSize -> VkSystemAllocationScope -> IO (Ptr Void) Source #
newVkAllocationFunction :: HS_vkAllocationFunction -> IO PFN_vkAllocationFunction Source #
Wrap haskell function into C-callable FunPtr. Note, you need to free resources after using it.
type PFN_vkDebugReportCallbackEXT = FunPtr HS_vkDebugReportCallbackEXT Source #
typedef VkBool32 (VKAPI_PTR *PFN_vkDebugReportCallbackEXT)(
VkDebugReportFlagsEXT flags,
VkDebugReportObjectTypeEXT objectType,
uint64_t object,
size_t location,
int32_t messageCode,
const char* pLayerPrefix,
const char* pMessage,
void* pUserData);type HS_vkDebugReportCallbackEXT = VkDebugReportFlagsEXT -> VkDebugReportObjectTypeEXT -> Word64 -> CSize -> Int32 -> CString -> CString -> Ptr Void -> IO VkBool32 Source #
newVkDebugReportCallbackEXT :: HS_vkDebugReportCallbackEXT -> IO PFN_vkDebugReportCallbackEXT Source #
Wrap haskell function into C-callable FunPtr. Note, you need to free resources after using it.
unwrapVkDebugReportCallbackEXT :: PFN_vkDebugReportCallbackEXT -> HS_vkDebugReportCallbackEXT Source #
type PFN_vkDebugUtilsMessengerCallbackEXT = FunPtr HS_vkDebugUtilsMessengerCallbackEXT Source #
typedef VkBool32 (VKAPI_PTR *PFN_vkDebugUtilsMessengerCallbackEXT)(
VkDebugUtilsMessageSeverityFlagBitsEXT messageSeverity,
VkDebugUtilsMessageTypeFlagsEXT messageType,
const VkDebugUtilsMessengerCallbackDataEXT* pCallbackData,
void* pUserData);type HS_vkDebugUtilsMessengerCallbackEXT = VkDebugUtilsMessageSeverityFlagBitsEXT -> VkDebugUtilsMessageTypeFlagsEXT -> Ptr VkDebugUtilsMessengerCallbackDataEXT -> Ptr Void -> IO VkBool32 Source #
newVkDebugUtilsMessengerCallbackEXT :: HS_vkDebugUtilsMessengerCallbackEXT -> IO PFN_vkDebugUtilsMessengerCallbackEXT Source #
Wrap haskell function into C-callable FunPtr. Note, you need to free resources after using it.
unwrapVkDebugUtilsMessengerCallbackEXT :: PFN_vkDebugUtilsMessengerCallbackEXT -> HS_vkDebugUtilsMessengerCallbackEXT Source #
type PFN_vkFreeFunction = FunPtr HS_vkFreeFunction Source #
typedef void (VKAPI_PTR *PFN_vkFreeFunction)(
void* pUserData,
void* pMemory);newVkFreeFunction :: HS_vkFreeFunction -> IO PFN_vkFreeFunction Source #
Wrap haskell function into C-callable FunPtr. Note, you need to free resources after using it.
type PFN_vkInternalAllocationNotification = FunPtr HS_vkInternalAllocationNotification Source #
typedef void (VKAPI_PTR *PFN_vkInternalAllocationNotification)(
void* pUserData,
size_t size,
VkInternalAllocationType allocationType,
VkSystemAllocationScope allocationScope);type HS_vkInternalAllocationNotification = Ptr Void -> CSize -> VkInternalAllocationType -> VkSystemAllocationScope -> IO () Source #
newVkInternalAllocationNotification :: HS_vkInternalAllocationNotification -> IO PFN_vkInternalAllocationNotification Source #
Wrap haskell function into C-callable FunPtr. Note, you need to free resources after using it.
unwrapVkInternalAllocationNotification :: PFN_vkInternalAllocationNotification -> HS_vkInternalAllocationNotification Source #
type PFN_vkInternalFreeNotification = FunPtr HS_vkInternalFreeNotification Source #
typedef void (VKAPI_PTR *PFN_vkInternalFreeNotification)(
void* pUserData,
size_t size,
VkInternalAllocationType allocationType,
VkSystemAllocationScope allocationScope);type HS_vkInternalFreeNotification = Ptr Void -> CSize -> VkInternalAllocationType -> VkSystemAllocationScope -> IO () Source #
newVkInternalFreeNotification :: HS_vkInternalFreeNotification -> IO PFN_vkInternalFreeNotification Source #
Wrap haskell function into C-callable FunPtr. Note, you need to free resources after using it.
unwrapVkInternalFreeNotification :: PFN_vkInternalFreeNotification -> HS_vkInternalFreeNotification Source #
type PFN_vkReallocationFunction = FunPtr HS_vkReallocationFunction Source #
typedef void* (VKAPI_PTR *PFN_vkReallocationFunction)(
void* pUserData,
void* pOriginal,
size_t size,
size_t alignment,
VkSystemAllocationScope allocationScope);type HS_vkReallocationFunction = Ptr Void -> Ptr Void -> CSize -> CSize -> VkSystemAllocationScope -> IO (Ptr Void) Source #
newVkReallocationFunction :: HS_vkReallocationFunction -> IO PFN_vkReallocationFunction Source #
Wrap haskell function into C-callable FunPtr. Note, you need to free resources after using it.
type PFN_vkVoidFunction = FunPtr HS_vkVoidFunction Source #
typedef void (VKAPI_PTR *PFN_vkVoidFunction)(void);
type HS_vkVoidFunction = IO () Source #
newVkVoidFunction :: HS_vkVoidFunction -> IO PFN_vkVoidFunction Source #
Wrap haskell function into C-callable FunPtr. Note, you need to free resources after using it.
type VkBuffer = VkPtr VkBuffer_T Source #
data VkBuffer_T Source #
Opaque data type referenced by VkBuffer
type VkBufferView = VkPtr VkBufferView_T Source #
data VkBufferView_T Source #
Opaque data type referenced by VkBufferView
type VkCommandBuffer = Ptr VkCommandBuffer_T Source #
data VkCommandBuffer_T Source #
Opaque data type referenced by VkCommandBuffer
type VkCommandPool = VkPtr VkCommandPool_T Source #
data VkCommandPool_T Source #
Opaque data type referenced by VkCommandPool
data VkDebugReportCallbackEXT_T Source #
Opaque data type referenced by VkDebugReportCallbackEXT
data VkDebugUtilsMessengerEXT_T Source #
Opaque data type referenced by VkDebugUtilsMessengerEXT
data VkDescriptorPool_T Source #
Opaque data type referenced by VkDescriptorPool
type VkDescriptorSet = VkPtr VkDescriptorSet_T Source #
data VkDescriptorSet_T Source #
Opaque data type referenced by VkDescriptorSet
data VkDescriptorSetLayout_T Source #
Opaque data type referenced by VkDescriptorSetLayout
data VkDescriptorUpdateTemplate_T Source #
Opaque data type referenced by VkDescriptorUpdateTemplate
data VkDescriptorUpdateTemplateKHR_T Source #
Opaque data type referenced by VkDescriptorUpdateTemplateKHR
type VkDevice = Ptr VkDevice_T Source #
data VkDevice_T Source #
Opaque data type referenced by VkDevice
type VkDeviceMemory = VkPtr VkDeviceMemory_T Source #
data VkDeviceMemory_T Source #
Opaque data type referenced by VkDeviceMemory
type VkDisplayKHR = VkPtr VkDisplayKHR_T Source #
data VkDisplayKHR_T Source #
Opaque data type referenced by VkDisplayKHR
data VkDisplayModeKHR_T Source #
Opaque data type referenced by VkDisplayModeKHR
type VkFramebuffer = VkPtr VkFramebuffer_T Source #
data VkFramebuffer_T Source #
Opaque data type referenced by VkFramebuffer
type VkImageView = VkPtr VkImageView_T Source #
data VkImageView_T Source #
Opaque data type referenced by VkImageView
data VkIndirectCommandsLayoutNVX_T Source #
Opaque data type referenced by VkIndirectCommandsLayoutNVX
type VkInstance = Ptr VkInstance_T Source #
data VkInstance_T Source #
Opaque data type referenced by VkInstance
data VkObjectTableNVX_T Source #
Opaque data type referenced by VkObjectTableNVX
type VkPhysicalDevice = Ptr VkPhysicalDevice_T Source #
data VkPhysicalDevice_T Source #
Opaque data type referenced by VkPhysicalDevice
type VkPipeline = VkPtr VkPipeline_T Source #
data VkPipeline_T Source #
Opaque data type referenced by VkPipeline
type VkPipelineCache = VkPtr VkPipelineCache_T Source #
data VkPipelineCache_T Source #
Opaque data type referenced by VkPipelineCache
data VkPipelineLayout_T Source #
Opaque data type referenced by VkPipelineLayout
type VkQueryPool = VkPtr VkQueryPool_T Source #
data VkQueryPool_T Source #
Opaque data type referenced by VkQueryPool
type VkRenderPass = VkPtr VkRenderPass_T Source #
data VkRenderPass_T Source #
Opaque data type referenced by VkRenderPass
type VkSampler = VkPtr VkSampler_T Source #
data VkSampler_T Source #
Opaque data type referenced by VkSampler
data VkSamplerYcbcrConversion_T Source #
Opaque data type referenced by VkSamplerYcbcrConversion
data VkSamplerYcbcrConversionKHR_T Source #
Opaque data type referenced by VkSamplerYcbcrConversionKHR
type VkSemaphore = VkPtr VkSemaphore_T Source #
data VkSemaphore_T Source #
Opaque data type referenced by VkSemaphore
type VkShaderModule = VkPtr VkShaderModule_T Source #
data VkShaderModule_T Source #
Opaque data type referenced by VkShaderModule
type VkSurfaceKHR = VkPtr VkSurfaceKHR_T Source #
data VkSurfaceKHR_T Source #
Opaque data type referenced by VkSurfaceKHR
type VkSwapchainKHR = VkPtr VkSwapchainKHR_T Source #
data VkSwapchainKHR_T Source #
Opaque data type referenced by VkSwapchainKHR
data VkValidationCacheEXT_T Source #
Opaque data type referenced by VkValidationCacheEXT
data VkAllocationCallbacks Source #
typedef struct VkAllocationCallbacks {
void* pUserData;
PFN_vkAllocationFunction pfnAllocation;
PFN_vkReallocationFunction pfnReallocation;
PFN_vkFreeFunction pfnFree;
PFN_vkInternalAllocationNotification pfnInternalAllocation;
PFN_vkInternalFreeNotification pfnInternalFree;
} VkAllocationCallbacks;Constructors
| VkAllocationCallbacks# Addr# ByteArray# |
Instances
type VK_EXT_DISPLAY_CONTROL_SPEC_VERSION = 1 Source #
pattern VK_EXT_DISPLAY_CONTROL_SPEC_VERSION :: forall a. (Num a, Eq a) => a Source #
type VK_EXT_DISPLAY_CONTROL_EXTENSION_NAME = "VK_EXT_display_control" Source #
pattern VK_EXT_DISPLAY_CONTROL_EXTENSION_NAME :: CString Source #
Orphan instances
| VulkanProc "vkDisplayPowerControlEXT" Source # | |
| VulkanProc "vkGetSwapchainCounterEXT" Source # | |
| VulkanProc "vkRegisterDeviceEventEXT" Source # | |
| VulkanProc "vkRegisterDisplayEventEXT" Source # | |