| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Graphics.Vulkan.Ext.VK_KHR_swapchain
Synopsis
- data AHardwareBuffer
- data ANativeWindow
- data CAMetalLayer
- newtype VkBool32 = VkBool32 Word32
- newtype VkDeviceAddress = VkDeviceAddress Word64
- newtype VkDeviceSize = VkDeviceSize Word64
- newtype VkFlags = VkFlags Word32
- newtype VkSampleMask = VkSampleMask Word32
- pattern VK_COLORSPACE_SRGB_NONLINEAR_KHR :: VkColorSpaceKHR
- newtype VkColorComponentBitmask (a :: FlagType) where
- VkColorComponentBitmask VkFlags
- pattern VkColorComponentFlagBits :: VkFlags -> VkColorComponentBitmask FlagBit
- pattern VkColorComponentFlags :: VkFlags -> VkColorComponentBitmask FlagMask
- pattern VK_COLOR_COMPONENT_R_BIT :: VkColorComponentBitmask a
- pattern VK_COLOR_COMPONENT_G_BIT :: VkColorComponentBitmask a
- pattern VK_COLOR_COMPONENT_B_BIT :: VkColorComponentBitmask a
- pattern VK_COLOR_COMPONENT_A_BIT :: VkColorComponentBitmask a
- newtype VkColorSpaceKHR where
- type VkColorComponentFlagBits = VkColorComponentBitmask FlagBit
- type VkColorComponentFlags = VkColorComponentBitmask FlagMask
- newtype VkCompositeAlphaBitmaskKHR (a :: FlagType) where
- VkCompositeAlphaBitmaskKHR VkFlags
- pattern VkCompositeAlphaFlagBitsKHR :: VkFlags -> VkCompositeAlphaBitmaskKHR FlagBit
- pattern VkCompositeAlphaFlagsKHR :: VkFlags -> VkCompositeAlphaBitmaskKHR FlagMask
- pattern VK_COMPOSITE_ALPHA_OPAQUE_BIT_KHR :: VkCompositeAlphaBitmaskKHR a
- pattern VK_COMPOSITE_ALPHA_PRE_MULTIPLIED_BIT_KHR :: VkCompositeAlphaBitmaskKHR a
- pattern VK_COMPOSITE_ALPHA_POST_MULTIPLIED_BIT_KHR :: VkCompositeAlphaBitmaskKHR a
- pattern VK_COMPOSITE_ALPHA_INHERIT_BIT_KHR :: VkCompositeAlphaBitmaskKHR a
- type VkCompositeAlphaFlagBitsKHR = VkCompositeAlphaBitmaskKHR FlagBit
- type VkCompositeAlphaFlagsKHR = VkCompositeAlphaBitmaskKHR FlagMask
- type VkExtent2D = VkStruct VkExtent2D'
- newtype VkFormat where
- 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 :: FlagType) where
- VkFormatFeatureBitmask VkFlags
- pattern VkFormatFeatureFlagBits :: VkFlags -> VkFormatFeatureBitmask FlagBit
- pattern VkFormatFeatureFlags :: VkFlags -> VkFormatFeatureBitmask FlagMask
- pattern VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT :: VkFormatFeatureBitmask a
- pattern VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT :: VkFormatFeatureBitmask a
- pattern VK_FORMAT_FEATURE_STORAGE_IMAGE_ATOMIC_BIT :: VkFormatFeatureBitmask a
- pattern VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT :: VkFormatFeatureBitmask a
- pattern VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT :: VkFormatFeatureBitmask a
- pattern VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_ATOMIC_BIT :: VkFormatFeatureBitmask a
- pattern VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT :: VkFormatFeatureBitmask a
- pattern VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT :: VkFormatFeatureBitmask a
- pattern VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT :: VkFormatFeatureBitmask a
- pattern VK_FORMAT_FEATURE_DEPTH_STENCIL_ATTACHMENT_BIT :: VkFormatFeatureBitmask a
- pattern VK_FORMAT_FEATURE_BLIT_SRC_BIT :: VkFormatFeatureBitmask a
- pattern VK_FORMAT_FEATURE_BLIT_DST_BIT :: VkFormatFeatureBitmask a
- pattern VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT :: VkFormatFeatureBitmask a
- type VkFormatFeatureFlagBits = VkFormatFeatureBitmask FlagBit
- type VkFormatFeatureFlags = VkFormatFeatureBitmask FlagMask
- newtype VkImageAspectBitmask (a :: FlagType) where
- VkImageAspectBitmask VkFlags
- pattern VkImageAspectFlagBits :: VkFlags -> VkImageAspectBitmask FlagBit
- pattern VkImageAspectFlags :: VkFlags -> VkImageAspectBitmask FlagMask
- pattern VK_IMAGE_ASPECT_COLOR_BIT :: VkImageAspectBitmask a
- pattern VK_IMAGE_ASPECT_DEPTH_BIT :: VkImageAspectBitmask a
- pattern VK_IMAGE_ASPECT_STENCIL_BIT :: VkImageAspectBitmask a
- pattern VK_IMAGE_ASPECT_METADATA_BIT :: VkImageAspectBitmask a
- newtype VkImageCreateBitmask (a :: FlagType) where
- VkImageCreateBitmask VkFlags
- pattern VkImageCreateFlagBits :: VkFlags -> VkImageCreateBitmask FlagBit
- pattern VkImageCreateFlags :: VkFlags -> VkImageCreateBitmask FlagMask
- pattern VK_IMAGE_CREATE_SPARSE_BINDING_BIT :: VkImageCreateBitmask a
- pattern VK_IMAGE_CREATE_SPARSE_RESIDENCY_BIT :: VkImageCreateBitmask a
- pattern VK_IMAGE_CREATE_SPARSE_ALIASED_BIT :: VkImageCreateBitmask a
- pattern VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT :: VkImageCreateBitmask a
- pattern VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT :: VkImageCreateBitmask a
- newtype VkImageLayout where
- 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 where
- VkImageTiling Int32
- pattern VK_IMAGE_TILING_OPTIMAL :: VkImageTiling
- pattern VK_IMAGE_TILING_LINEAR :: VkImageTiling
- newtype VkImageType where
- VkImageType Int32
- pattern VK_IMAGE_TYPE_1D :: VkImageType
- pattern VK_IMAGE_TYPE_2D :: VkImageType
- pattern VK_IMAGE_TYPE_3D :: VkImageType
- newtype VkImageUsageBitmask (a :: FlagType) where
- VkImageUsageBitmask VkFlags
- pattern VkImageUsageFlagBits :: VkFlags -> VkImageUsageBitmask FlagBit
- pattern VkImageUsageFlags :: VkFlags -> VkImageUsageBitmask FlagMask
- pattern VK_IMAGE_USAGE_TRANSFER_SRC_BIT :: VkImageUsageBitmask a
- pattern VK_IMAGE_USAGE_TRANSFER_DST_BIT :: VkImageUsageBitmask a
- pattern VK_IMAGE_USAGE_SAMPLED_BIT :: VkImageUsageBitmask a
- pattern VK_IMAGE_USAGE_STORAGE_BIT :: VkImageUsageBitmask a
- pattern VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT :: VkImageUsageBitmask a
- pattern VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT :: VkImageUsageBitmask a
- pattern VK_IMAGE_USAGE_TRANSIENT_ATTACHMENT_BIT :: VkImageUsageBitmask a
- pattern VK_IMAGE_USAGE_INPUT_ATTACHMENT_BIT :: VkImageUsageBitmask a
- newtype VkImageViewType where
- 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
- type VkImageAspectFlagBits = VkImageAspectBitmask FlagBit
- type VkImageAspectFlags = VkImageAspectBitmask FlagMask
- type VkImageCreateFlagBits = VkImageCreateBitmask FlagBit
- type VkImageCreateFlags = VkImageCreateBitmask FlagMask
- type VkImageUsageFlagBits = VkImageUsageBitmask FlagBit
- type VkImageUsageFlags = VkImageUsageBitmask FlagMask
- newtype VkImageViewCreateBitmask (a :: FlagType) where
- type VkImageViewCreateFlagBits = VkImageViewCreateBitmask FlagBit
- type VkImageViewCreateFlags = VkImageViewCreateBitmask FlagMask
- type VkPresentInfoKHR = VkStruct VkPresentInfoKHR'
- newtype VkPresentModeKHR where
- newtype VkResult where
- 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
- pattern VK_ERROR_UNKNOWN :: VkResult
- newtype VkSharingMode where
- VkSharingMode Int32
- pattern VK_SHARING_MODE_EXCLUSIVE :: VkSharingMode
- pattern VK_SHARING_MODE_CONCURRENT :: VkSharingMode
- newtype VkStructureType where
- 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 :: FlagType) where
- newtype VkSurfaceTransformBitmaskKHR (a :: FlagType) where
- VkSurfaceTransformBitmaskKHR VkFlags
- pattern VkSurfaceTransformFlagBitsKHR :: VkFlags -> VkSurfaceTransformBitmaskKHR FlagBit
- pattern VkSurfaceTransformFlagsKHR :: VkFlags -> VkSurfaceTransformBitmaskKHR FlagMask
- pattern VK_SURFACE_TRANSFORM_IDENTITY_BIT_KHR :: VkSurfaceTransformBitmaskKHR a
- pattern VK_SURFACE_TRANSFORM_ROTATE_90_BIT_KHR :: VkSurfaceTransformBitmaskKHR a
- pattern VK_SURFACE_TRANSFORM_ROTATE_180_BIT_KHR :: VkSurfaceTransformBitmaskKHR a
- pattern VK_SURFACE_TRANSFORM_ROTATE_270_BIT_KHR :: VkSurfaceTransformBitmaskKHR a
- pattern VK_SURFACE_TRANSFORM_HORIZONTAL_MIRROR_BIT_KHR :: VkSurfaceTransformBitmaskKHR a
- pattern VK_SURFACE_TRANSFORM_HORIZONTAL_MIRROR_ROTATE_90_BIT_KHR :: VkSurfaceTransformBitmaskKHR a
- pattern VK_SURFACE_TRANSFORM_HORIZONTAL_MIRROR_ROTATE_180_BIT_KHR :: VkSurfaceTransformBitmaskKHR a
- pattern VK_SURFACE_TRANSFORM_HORIZONTAL_MIRROR_ROTATE_270_BIT_KHR :: VkSurfaceTransformBitmaskKHR a
- pattern VK_SURFACE_TRANSFORM_INHERIT_BIT_KHR :: VkSurfaceTransformBitmaskKHR a
- type VkSurfaceCounterFlagBitsEXT = VkSurfaceCounterBitmaskEXT FlagBit
- type VkSurfaceCounterFlagsEXT = VkSurfaceCounterBitmaskEXT FlagMask
- type VkSurfaceTransformFlagBitsKHR = VkSurfaceTransformBitmaskKHR FlagBit
- type VkSurfaceTransformFlagsKHR = VkSurfaceTransformBitmaskKHR FlagMask
- newtype VkSwapchainImageUsageBitmaskANDROID (a :: FlagType) where
- VkSwapchainImageUsageBitmaskANDROID VkFlags
- pattern VkSwapchainImageUsageFlagBitsANDROID :: VkFlags -> VkSwapchainImageUsageBitmaskANDROID FlagBit
- pattern VkSwapchainImageUsageFlagsANDROID :: VkFlags -> VkSwapchainImageUsageBitmaskANDROID FlagMask
- pattern VK_SWAPCHAIN_IMAGE_USAGE_SHARED_BIT_ANDROID :: VkSwapchainImageUsageBitmaskANDROID a
- newtype VkSwapchainCreateBitmaskKHR (a :: FlagType) where
- type VkSwapchainCreateFlagBitsKHR = VkSwapchainCreateBitmaskKHR FlagBit
- type VkSwapchainCreateFlagsKHR = VkSwapchainCreateBitmaskKHR FlagMask
- type VkSwapchainImageUsageFlagBitsANDROID = VkSwapchainImageUsageBitmaskANDROID FlagBit
- type VkSwapchainImageUsageFlagsANDROID = VkSwapchainImageUsageBitmaskANDROID FlagMask
- type VkSwapchainCreateInfoKHR = VkStruct VkSwapchainCreateInfoKHR'
- type VkCreateSwapchainKHR = "vkCreateSwapchainKHR"
- pattern VkCreateSwapchainKHR :: CString
- type HS_vkCreateSwapchainKHR = VkDevice -> Ptr VkSwapchainCreateInfoKHR -> Ptr VkAllocationCallbacks -> Ptr VkSwapchainKHR -> IO VkResult
- type PFN_vkCreateSwapchainKHR = FunPtr HS_vkCreateSwapchainKHR
- vkCreateSwapchainKHR :: VkDevice -> Ptr VkSwapchainCreateInfoKHR -> Ptr VkAllocationCallbacks -> Ptr VkSwapchainKHR -> IO VkResult
- vkCreateSwapchainKHRUnsafe :: VkDevice -> Ptr VkSwapchainCreateInfoKHR -> Ptr VkAllocationCallbacks -> Ptr VkSwapchainKHR -> IO VkResult
- vkCreateSwapchainKHRSafe :: VkDevice -> Ptr VkSwapchainCreateInfoKHR -> Ptr VkAllocationCallbacks -> Ptr VkSwapchainKHR -> IO VkResult
- type VkDestroySwapchainKHR = "vkDestroySwapchainKHR"
- pattern VkDestroySwapchainKHR :: CString
- type HS_vkDestroySwapchainKHR = VkDevice -> VkSwapchainKHR -> Ptr VkAllocationCallbacks -> IO ()
- type PFN_vkDestroySwapchainKHR = FunPtr HS_vkDestroySwapchainKHR
- vkDestroySwapchainKHR :: VkDevice -> VkSwapchainKHR -> Ptr VkAllocationCallbacks -> IO ()
- vkDestroySwapchainKHRUnsafe :: VkDevice -> VkSwapchainKHR -> Ptr VkAllocationCallbacks -> IO ()
- vkDestroySwapchainKHRSafe :: VkDevice -> VkSwapchainKHR -> Ptr VkAllocationCallbacks -> IO ()
- type VkGetSwapchainImagesKHR = "vkGetSwapchainImagesKHR"
- pattern VkGetSwapchainImagesKHR :: CString
- type HS_vkGetSwapchainImagesKHR = VkDevice -> VkSwapchainKHR -> Ptr Word32 -> Ptr VkImage -> IO VkResult
- type PFN_vkGetSwapchainImagesKHR = FunPtr HS_vkGetSwapchainImagesKHR
- vkGetSwapchainImagesKHR :: VkDevice -> VkSwapchainKHR -> Ptr Word32 -> Ptr VkImage -> IO VkResult
- vkGetSwapchainImagesKHRUnsafe :: VkDevice -> VkSwapchainKHR -> Ptr Word32 -> Ptr VkImage -> IO VkResult
- vkGetSwapchainImagesKHRSafe :: VkDevice -> VkSwapchainKHR -> Ptr Word32 -> Ptr VkImage -> IO VkResult
- type VkAcquireNextImageKHR = "vkAcquireNextImageKHR"
- pattern VkAcquireNextImageKHR :: CString
- type HS_vkAcquireNextImageKHR = VkDevice -> VkSwapchainKHR -> Word64 -> VkSemaphore -> VkFence -> Ptr Word32 -> IO VkResult
- type PFN_vkAcquireNextImageKHR = FunPtr HS_vkAcquireNextImageKHR
- vkAcquireNextImageKHR :: VkDevice -> VkSwapchainKHR -> Word64 -> VkSemaphore -> VkFence -> Ptr Word32 -> IO VkResult
- vkAcquireNextImageKHRUnsafe :: VkDevice -> VkSwapchainKHR -> Word64 -> VkSemaphore -> VkFence -> Ptr Word32 -> IO VkResult
- vkAcquireNextImageKHRSafe :: VkDevice -> VkSwapchainKHR -> Word64 -> VkSemaphore -> VkFence -> Ptr Word32 -> IO VkResult
- type VkQueuePresentKHR = "vkQueuePresentKHR"
- pattern VkQueuePresentKHR :: CString
- type HS_vkQueuePresentKHR = VkQueue -> Ptr VkPresentInfoKHR -> IO VkResult
- type PFN_vkQueuePresentKHR = FunPtr HS_vkQueuePresentKHR
- vkQueuePresentKHR :: VkQueue -> Ptr VkPresentInfoKHR -> IO VkResult
- vkQueuePresentKHRUnsafe :: VkQueue -> Ptr VkPresentInfoKHR -> IO VkResult
- vkQueuePresentKHRSafe :: VkQueue -> Ptr VkPresentInfoKHR -> IO VkResult
- module Graphics.Vulkan.Marshal
- newtype VkInternalAllocationType where
- newtype VkSystemAllocationScope where
- 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
- newVkAllocationFunction :: HS_vkAllocationFunction -> IO PFN_vkAllocationFunction
- newVkDebugReportCallbackEXT :: HS_vkDebugReportCallbackEXT -> IO PFN_vkDebugReportCallbackEXT
- newVkDebugUtilsMessengerCallbackEXT :: HS_vkDebugUtilsMessengerCallbackEXT -> IO PFN_vkDebugUtilsMessengerCallbackEXT
- newVkFreeFunction :: HS_vkFreeFunction -> IO PFN_vkFreeFunction
- newVkInternalAllocationNotification :: HS_vkInternalAllocationNotification -> IO PFN_vkInternalAllocationNotification
- newVkInternalFreeNotification :: HS_vkInternalFreeNotification -> IO PFN_vkInternalFreeNotification
- newVkReallocationFunction :: HS_vkReallocationFunction -> IO PFN_vkReallocationFunction
- newVkVoidFunction :: HS_vkVoidFunction -> IO PFN_vkVoidFunction
- unwrapVkAllocationFunction :: PFN_vkAllocationFunction -> HS_vkAllocationFunction
- unwrapVkDebugReportCallbackEXT :: PFN_vkDebugReportCallbackEXT -> HS_vkDebugReportCallbackEXT
- unwrapVkDebugUtilsMessengerCallbackEXT :: PFN_vkDebugUtilsMessengerCallbackEXT -> HS_vkDebugUtilsMessengerCallbackEXT
- unwrapVkFreeFunction :: PFN_vkFreeFunction -> HS_vkFreeFunction
- unwrapVkInternalAllocationNotification :: PFN_vkInternalAllocationNotification -> HS_vkInternalAllocationNotification
- unwrapVkInternalFreeNotification :: PFN_vkInternalFreeNotification -> HS_vkInternalFreeNotification
- unwrapVkReallocationFunction :: PFN_vkReallocationFunction -> HS_vkReallocationFunction
- unwrapVkVoidFunction :: PFN_vkVoidFunction -> HS_vkVoidFunction
- type HS_vkAllocationFunction = Ptr Void -> CSize -> CSize -> VkSystemAllocationScope -> IO (Ptr Void)
- type HS_vkDebugReportCallbackEXT = VkDebugReportFlagsEXT -> VkDebugReportObjectTypeEXT -> Word64 -> CSize -> Int32 -> CString -> CString -> Ptr Void -> IO VkBool32
- type HS_vkDebugUtilsMessengerCallbackEXT = VkDebugUtilsMessageSeverityFlagBitsEXT -> VkDebugUtilsMessageTypeFlagsEXT -> Ptr VkDebugUtilsMessengerCallbackDataEXT -> Ptr Void -> IO VkBool32
- type HS_vkFreeFunction = Ptr Void -> Ptr Void -> IO ()
- type HS_vkInternalAllocationNotification = Ptr Void -> CSize -> VkInternalAllocationType -> VkSystemAllocationScope -> IO ()
- type HS_vkInternalFreeNotification = Ptr Void -> CSize -> VkInternalAllocationType -> VkSystemAllocationScope -> IO ()
- type HS_vkReallocationFunction = Ptr Void -> Ptr Void -> CSize -> CSize -> VkSystemAllocationScope -> IO (Ptr Void)
- type HS_vkVoidFunction = IO ()
- type PFN_vkAllocationFunction = FunPtr HS_vkAllocationFunction
- type PFN_vkDebugReportCallbackEXT = FunPtr HS_vkDebugReportCallbackEXT
- type PFN_vkDebugUtilsMessengerCallbackEXT = FunPtr HS_vkDebugUtilsMessengerCallbackEXT
- type PFN_vkFreeFunction = FunPtr HS_vkFreeFunction
- type PFN_vkInternalAllocationNotification = FunPtr HS_vkInternalAllocationNotification
- type PFN_vkInternalFreeNotification = FunPtr HS_vkInternalFreeNotification
- type PFN_vkReallocationFunction = FunPtr HS_vkReallocationFunction
- type PFN_vkVoidFunction = FunPtr HS_vkVoidFunction
- type VkAccelerationStructureKHR = VkPtr VkAccelerationStructureKHR_T
- data VkAccelerationStructureKHR_T
- type VkAccelerationStructureNV = VkPtr VkAccelerationStructureNV_T
- data VkAccelerationStructureNV_T
- type VkBuffer = VkPtr VkBuffer_T
- type VkBufferView = VkPtr VkBufferView_T
- data VkBufferView_T
- data VkBuffer_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 VkDeferredOperationKHR = VkPtr VkDeferredOperationKHR_T
- data VkDeferredOperationKHR_T
- type VkDescriptorPool = VkPtr VkDescriptorPool_T
- data VkDescriptorPool_T
- type VkDescriptorSet = VkPtr VkDescriptorSet_T
- type VkDescriptorSetLayout = VkPtr VkDescriptorSetLayout_T
- data VkDescriptorSetLayout_T
- data VkDescriptorSet_T
- type VkDescriptorUpdateTemplate = VkPtr VkDescriptorUpdateTemplate_T
- type VkDescriptorUpdateTemplateKHR = VkPtr VkDescriptorUpdateTemplateKHR_T
- data VkDescriptorUpdateTemplateKHR_T
- data VkDescriptorUpdateTemplate_T
- type VkDevice = Ptr VkDevice_T
- type VkDeviceMemory = VkPtr VkDeviceMemory_T
- data VkDeviceMemory_T
- data VkDevice_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
- type VkImageView = VkPtr VkImageView_T
- data VkImageView_T
- data VkImage_T
- type VkIndirectCommandsLayoutNV = VkPtr VkIndirectCommandsLayoutNV_T
- data VkIndirectCommandsLayoutNV_T
- type VkInstance = Ptr VkInstance_T
- data VkInstance_T
- type VkPerformanceConfigurationINTEL = VkPtr VkPerformanceConfigurationINTEL_T
- data VkPerformanceConfigurationINTEL_T
- type VkPhysicalDevice = Ptr VkPhysicalDevice_T
- data VkPhysicalDevice_T
- type VkPipeline = VkPtr VkPipeline_T
- type VkPipelineCache = VkPtr VkPipelineCache_T
- data VkPipelineCache_T
- type VkPipelineLayout = VkPtr VkPipelineLayout_T
- data VkPipelineLayout_T
- data VkPipeline_T
- type VkPrivateDataSlotEXT = VkPtr VkPrivateDataSlotEXT_T
- data VkPrivateDataSlotEXT_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
- type VkSamplerYcbcrConversion = VkPtr VkSamplerYcbcrConversion_T
- type VkSamplerYcbcrConversionKHR = VkPtr VkSamplerYcbcrConversionKHR_T
- data VkSamplerYcbcrConversionKHR_T
- data VkSamplerYcbcrConversion_T
- data VkSampler_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
- type VkAllocationCallbacks = VkStruct VkAllocationCallbacks'
- type VkExtent3D = VkStruct VkExtent3D'
- type VkPresentRegionKHR = VkStruct VkPresentRegionKHR'
- type VkPresentRegionsKHR = VkStruct VkPresentRegionsKHR'
- type VkPresentTimeGOOGLE = VkStruct VkPresentTimeGOOGLE'
- type VkPresentTimesInfoGOOGLE = VkStruct VkPresentTimesInfoGOOGLE'
- type VkSwapchainCounterCreateInfoEXT = VkStruct VkSwapchainCounterCreateInfoEXT'
- type VkSwapchainDisplayNativeHdrCreateInfoAMD = VkStruct VkSwapchainDisplayNativeHdrCreateInfoAMD'
- type VK_KHR_SWAPCHAIN_SPEC_VERSION = 70
- pattern VK_KHR_SWAPCHAIN_SPEC_VERSION :: (Num a, Eq a) => a
- type VK_KHR_SWAPCHAIN_EXTENSION_NAME = "VK_KHR_swapchain"
- pattern VK_KHR_SWAPCHAIN_EXTENSION_NAME :: CString
- pattern VK_STRUCTURE_TYPE_SWAPCHAIN_CREATE_INFO_KHR :: VkStructureType
- pattern VK_STRUCTURE_TYPE_PRESENT_INFO_KHR :: VkStructureType
- pattern VK_IMAGE_LAYOUT_PRESENT_SRC_KHR :: VkImageLayout
- pattern VK_SUBOPTIMAL_KHR :: VkResult
- pattern VK_ERROR_OUT_OF_DATE_KHR :: VkResult
- pattern VK_OBJECT_TYPE_SWAPCHAIN_KHR :: VkObjectType
- type VkAcquireNextImageInfoKHR = VkStruct VkAcquireNextImageInfoKHR'
- type VkBindImageMemoryInfo = VkStruct VkBindImageMemoryInfo'
- type VkBindImageMemorySwapchainInfoKHR = VkStruct VkBindImageMemorySwapchainInfoKHR'
- type VkDeviceGroupPresentCapabilitiesKHR = VkStruct VkDeviceGroupPresentCapabilitiesKHR'
- type VkDeviceGroupPresentInfoKHR = VkStruct VkDeviceGroupPresentInfoKHR'
- newtype VkDeviceDiagnosticsConfigBitmaskNV (a :: FlagType) where
- VkDeviceDiagnosticsConfigBitmaskNV VkFlags
- pattern VkDeviceDiagnosticsConfigFlagBitsNV :: VkFlags -> VkDeviceDiagnosticsConfigBitmaskNV FlagBit
- pattern VkDeviceDiagnosticsConfigFlagsNV :: VkFlags -> VkDeviceDiagnosticsConfigBitmaskNV FlagMask
- pattern VK_DEVICE_DIAGNOSTICS_CONFIG_ENABLE_SHADER_DEBUG_INFO_BIT_NV :: VkDeviceDiagnosticsConfigBitmaskNV a
- pattern VK_DEVICE_DIAGNOSTICS_CONFIG_ENABLE_RESOURCE_TRACKING_BIT_NV :: VkDeviceDiagnosticsConfigBitmaskNV a
- pattern VK_DEVICE_DIAGNOSTICS_CONFIG_ENABLE_AUTOMATIC_CHECKPOINTS_BIT_NV :: VkDeviceDiagnosticsConfigBitmaskNV a
- newtype VkDeviceEventTypeEXT where
- newtype VkDeviceGroupPresentModeBitmaskKHR (a :: FlagType) where
- VkDeviceGroupPresentModeBitmaskKHR VkFlags
- pattern VkDeviceGroupPresentModeFlagBitsKHR :: VkFlags -> VkDeviceGroupPresentModeBitmaskKHR FlagBit
- pattern VkDeviceGroupPresentModeFlagsKHR :: VkFlags -> VkDeviceGroupPresentModeBitmaskKHR FlagMask
- pattern VK_DEVICE_GROUP_PRESENT_MODE_LOCAL_BIT_KHR :: VkDeviceGroupPresentModeBitmaskKHR a
- pattern VK_DEVICE_GROUP_PRESENT_MODE_REMOTE_BIT_KHR :: VkDeviceGroupPresentModeBitmaskKHR a
- pattern VK_DEVICE_GROUP_PRESENT_MODE_SUM_BIT_KHR :: VkDeviceGroupPresentModeBitmaskKHR a
- pattern VK_DEVICE_GROUP_PRESENT_MODE_LOCAL_MULTI_DEVICE_BIT_KHR :: VkDeviceGroupPresentModeBitmaskKHR a
- newtype VkDeviceCreateFlagBits = VkDeviceCreateFlagBits VkFlags
- type VkDeviceDiagnosticsConfigFlagBitsNV = VkDeviceDiagnosticsConfigBitmaskNV FlagBit
- type VkDeviceDiagnosticsConfigFlagsNV = VkDeviceDiagnosticsConfigBitmaskNV FlagMask
- type VkDeviceGroupPresentModeFlagBitsKHR = VkDeviceGroupPresentModeBitmaskKHR FlagBit
- type VkDeviceGroupPresentModeFlagsKHR = VkDeviceGroupPresentModeBitmaskKHR FlagMask
- newtype VkDeviceQueueCreateBitmask (a :: FlagType) where
- type VkDeviceQueueCreateFlagBits = VkDeviceQueueCreateBitmask FlagBit
- type VkDeviceQueueCreateFlags = VkDeviceQueueCreateBitmask FlagMask
- type VkDeviceGroupSwapchainCreateInfoKHR = VkStruct VkDeviceGroupSwapchainCreateInfoKHR'
- type VkImageCreateInfo = VkStruct VkImageCreateInfo'
- type VkImageSwapchainCreateInfoKHR = VkStruct VkImageSwapchainCreateInfoKHR'
- newtype VkSampleCountBitmask (a :: FlagType) where
- VkSampleCountBitmask VkFlags
- pattern VkSampleCountFlagBits :: VkFlags -> VkSampleCountBitmask FlagBit
- pattern VkSampleCountFlags :: VkFlags -> VkSampleCountBitmask FlagMask
- pattern VK_SAMPLE_COUNT_1_BIT :: VkSampleCountBitmask a
- pattern VK_SAMPLE_COUNT_2_BIT :: VkSampleCountBitmask a
- pattern VK_SAMPLE_COUNT_4_BIT :: VkSampleCountBitmask a
- pattern VK_SAMPLE_COUNT_8_BIT :: VkSampleCountBitmask a
- pattern VK_SAMPLE_COUNT_16_BIT :: VkSampleCountBitmask a
- pattern VK_SAMPLE_COUNT_32_BIT :: VkSampleCountBitmask a
- pattern VK_SAMPLE_COUNT_64_BIT :: VkSampleCountBitmask a
- type VkSampleCountFlagBits = VkSampleCountBitmask FlagBit
- type VkSampleCountFlags = VkSampleCountBitmask FlagMask
- type VkGetDeviceGroupPresentCapabilitiesKHR = "vkGetDeviceGroupPresentCapabilitiesKHR"
- pattern VkGetDeviceGroupPresentCapabilitiesKHR :: CString
- type HS_vkGetDeviceGroupPresentCapabilitiesKHR = VkDevice -> Ptr VkDeviceGroupPresentCapabilitiesKHR -> IO VkResult
- type PFN_vkGetDeviceGroupPresentCapabilitiesKHR = FunPtr HS_vkGetDeviceGroupPresentCapabilitiesKHR
- vkGetDeviceGroupPresentCapabilitiesKHR :: VkDevice -> Ptr VkDeviceGroupPresentCapabilitiesKHR -> IO VkResult
- vkGetDeviceGroupPresentCapabilitiesKHRUnsafe :: VkDevice -> Ptr VkDeviceGroupPresentCapabilitiesKHR -> IO VkResult
- vkGetDeviceGroupPresentCapabilitiesKHRSafe :: VkDevice -> Ptr VkDeviceGroupPresentCapabilitiesKHR -> IO VkResult
- type VkGetDeviceGroupSurfacePresentModesKHR = "vkGetDeviceGroupSurfacePresentModesKHR"
- pattern VkGetDeviceGroupSurfacePresentModesKHR :: CString
- type HS_vkGetDeviceGroupSurfacePresentModesKHR = VkDevice -> VkSurfaceKHR -> Ptr VkDeviceGroupPresentModeFlagsKHR -> IO VkResult
- type PFN_vkGetDeviceGroupSurfacePresentModesKHR = FunPtr HS_vkGetDeviceGroupSurfacePresentModesKHR
- vkGetDeviceGroupSurfacePresentModesKHR :: VkDevice -> VkSurfaceKHR -> Ptr VkDeviceGroupPresentModeFlagsKHR -> IO VkResult
- vkGetDeviceGroupSurfacePresentModesKHRUnsafe :: VkDevice -> VkSurfaceKHR -> Ptr VkDeviceGroupPresentModeFlagsKHR -> IO VkResult
- vkGetDeviceGroupSurfacePresentModesKHRSafe :: VkDevice -> VkSurfaceKHR -> Ptr VkDeviceGroupPresentModeFlagsKHR -> IO VkResult
- type VkGetPhysicalDevicePresentRectanglesKHR = "vkGetPhysicalDevicePresentRectanglesKHR"
- pattern VkGetPhysicalDevicePresentRectanglesKHR :: CString
- type HS_vkGetPhysicalDevicePresentRectanglesKHR = VkPhysicalDevice -> VkSurfaceKHR -> Ptr Word32 -> Ptr VkRect2D -> IO VkResult
- type PFN_vkGetPhysicalDevicePresentRectanglesKHR = FunPtr HS_vkGetPhysicalDevicePresentRectanglesKHR
- vkGetPhysicalDevicePresentRectanglesKHR :: VkPhysicalDevice -> VkSurfaceKHR -> Ptr Word32 -> Ptr VkRect2D -> IO VkResult
- vkGetPhysicalDevicePresentRectanglesKHRUnsafe :: VkPhysicalDevice -> VkSurfaceKHR -> Ptr Word32 -> Ptr VkRect2D -> IO VkResult
- vkGetPhysicalDevicePresentRectanglesKHRSafe :: VkPhysicalDevice -> VkSurfaceKHR -> Ptr Word32 -> Ptr VkRect2D -> IO VkResult
- type VkAcquireNextImage2KHR = "vkAcquireNextImage2KHR"
- pattern VkAcquireNextImage2KHR :: CString
- type HS_vkAcquireNextImage2KHR = VkDevice -> Ptr VkAcquireNextImageInfoKHR -> Ptr Word32 -> IO VkResult
- type PFN_vkAcquireNextImage2KHR = FunPtr HS_vkAcquireNextImage2KHR
- vkAcquireNextImage2KHR :: VkDevice -> Ptr VkAcquireNextImageInfoKHR -> Ptr Word32 -> IO VkResult
- vkAcquireNextImage2KHRUnsafe :: VkDevice -> Ptr VkAcquireNextImageInfoKHR -> Ptr Word32 -> IO VkResult
- vkAcquireNextImage2KHRSafe :: VkDevice -> Ptr VkAcquireNextImageInfoKHR -> Ptr Word32 -> IO VkResult
- type VkAcquireProfilingLockInfoKHR = VkStruct VkAcquireProfilingLockInfoKHR'
- type VkDeviceCreateInfo = VkStruct VkDeviceCreateInfo'
- type VkDeviceDiagnosticsConfigCreateInfoNV = VkStruct VkDeviceDiagnosticsConfigCreateInfoNV'
- type VkDeviceEventInfoEXT = VkStruct VkDeviceEventInfoEXT'
- type VkDeviceGroupBindSparseInfo = VkStruct VkDeviceGroupBindSparseInfo'
- type VkDeviceGroupBindSparseInfoKHR = VkDeviceGroupBindSparseInfo
- type VkDeviceGroupCommandBufferBeginInfo = VkStruct VkDeviceGroupCommandBufferBeginInfo'
- type VkDeviceGroupCommandBufferBeginInfoKHR = VkDeviceGroupCommandBufferBeginInfo
- type VkDeviceGroupDeviceCreateInfo = VkStruct VkDeviceGroupDeviceCreateInfo'
- type VkDeviceGroupDeviceCreateInfoKHR = VkDeviceGroupDeviceCreateInfo
- type VkDeviceGroupRenderPassBeginInfo = VkStruct VkDeviceGroupRenderPassBeginInfo'
- type VkDeviceGroupRenderPassBeginInfoKHR = VkDeviceGroupRenderPassBeginInfo
- type VkDeviceGroupSubmitInfo = VkStruct VkDeviceGroupSubmitInfo'
- type VkDeviceGroupSubmitInfoKHR = VkDeviceGroupSubmitInfo
- type VkDeviceMemoryOpaqueCaptureAddressInfo = VkStruct VkDeviceMemoryOpaqueCaptureAddressInfo'
- type VkDeviceMemoryOpaqueCaptureAddressInfoKHR = VkDeviceMemoryOpaqueCaptureAddressInfo
- type VkDeviceMemoryOverallocationCreateInfoAMD = VkStruct VkDeviceMemoryOverallocationCreateInfoAMD'
- type VkDevicePrivateDataCreateInfoEXT = VkStruct VkDevicePrivateDataCreateInfoEXT'
- type VkDeviceQueueCreateInfo = VkStruct VkDeviceQueueCreateInfo'
- type VkDeviceQueueGlobalPriorityCreateInfoEXT = VkStruct VkDeviceQueueGlobalPriorityCreateInfoEXT'
- type VkDeviceQueueInfo2 = VkStruct VkDeviceQueueInfo2'
- type VkOffset2D = VkStruct VkOffset2D'
- type VkOffset3D = VkStruct VkOffset3D'
- type VkRect2D = VkStruct VkRect2D'
- type VkRectLayerKHR = VkStruct VkRectLayerKHR'
- pattern VK_STRUCTURE_TYPE_DEVICE_GROUP_PRESENT_CAPABILITIES_KHR :: VkStructureType
- pattern VK_STRUCTURE_TYPE_IMAGE_SWAPCHAIN_CREATE_INFO_KHR :: VkStructureType
- pattern VK_STRUCTURE_TYPE_BIND_IMAGE_MEMORY_SWAPCHAIN_INFO_KHR :: VkStructureType
- pattern VK_STRUCTURE_TYPE_ACQUIRE_NEXT_IMAGE_INFO_KHR :: VkStructureType
- pattern VK_STRUCTURE_TYPE_DEVICE_GROUP_PRESENT_INFO_KHR :: VkStructureType
- pattern VK_STRUCTURE_TYPE_DEVICE_GROUP_SWAPCHAIN_CREATE_INFO_KHR :: VkStructureType
- pattern VK_SWAPCHAIN_CREATE_SPLIT_INSTANCE_BIND_REGIONS_BIT_KHR :: VkSwapchainCreateBitmaskKHR a
- pattern VK_SWAPCHAIN_CREATE_PROTECTED_BIT_KHR :: VkSwapchainCreateBitmaskKHR a
Documentation
data AHardwareBuffer Source #
struct AHardwareBuffer;
data ANativeWindow Source #
struct ANativeWindow;
data CAMetalLayer Source #
#ifdef __OBJC__ @class CAMetalLayer; #else typedef void CAMetalLayer; #endif
Instances
newtype VkDeviceAddress Source #
Constructors
| VkDeviceAddress Word64 |
Instances
newtype VkDeviceSize Source #
Constructors
| VkDeviceSize Word64 |
Instances
Instances
newtype VkSampleMask Source #
Constructors
| VkSampleMask Word32 |
Instances
pattern VK_COLORSPACE_SRGB_NONLINEAR_KHR :: VkColorSpaceKHR Source #
Backwards-compatible alias containing a typo
newtype VkColorComponentBitmask (a :: FlagType) Source #
Constructors
| VkColorComponentBitmask VkFlags |
Bundled Patterns
| pattern VkColorComponentFlagBits :: VkFlags -> VkColorComponentBitmask FlagBit | |
| pattern VkColorComponentFlags :: VkFlags -> VkColorComponentBitmask FlagMask | |
| pattern VK_COLOR_COMPONENT_R_BIT :: VkColorComponentBitmask a | bitpos = |
| pattern VK_COLOR_COMPONENT_G_BIT :: VkColorComponentBitmask a | bitpos = |
| pattern VK_COLOR_COMPONENT_B_BIT :: VkColorComponentBitmask a | bitpos = |
| pattern VK_COLOR_COMPONENT_A_BIT :: VkColorComponentBitmask a | bitpos = |
Instances
newtype VkColorSpaceKHR Source #
type = enum
Constructors
| VkColorSpaceKHR Int32 |
Bundled Patterns
| pattern VK_COLOR_SPACE_SRGB_NONLINEAR_KHR :: VkColorSpaceKHR |
Instances
newtype VkCompositeAlphaBitmaskKHR (a :: FlagType) Source #
Constructors
| VkCompositeAlphaBitmaskKHR VkFlags |
Bundled Patterns
| pattern VkCompositeAlphaFlagBitsKHR :: VkFlags -> VkCompositeAlphaBitmaskKHR FlagBit | |
| pattern VkCompositeAlphaFlagsKHR :: VkFlags -> VkCompositeAlphaBitmaskKHR FlagMask | |
| pattern VK_COMPOSITE_ALPHA_OPAQUE_BIT_KHR :: VkCompositeAlphaBitmaskKHR a | bitpos = |
| pattern VK_COMPOSITE_ALPHA_PRE_MULTIPLIED_BIT_KHR :: VkCompositeAlphaBitmaskKHR a | bitpos = |
| pattern VK_COMPOSITE_ALPHA_POST_MULTIPLIED_BIT_KHR :: VkCompositeAlphaBitmaskKHR a | bitpos = |
| pattern VK_COMPOSITE_ALPHA_INHERIT_BIT_KHR :: VkCompositeAlphaBitmaskKHR a | bitpos = |
Instances
type VkExtent2D = VkStruct VkExtent2D' Source #
typedef struct VkExtent2D {
uint32_t width;
uint32_t height;
} VkExtent2D;Bundled Patterns
Instances
| Enum VkFormat Source # | |
Defined in Graphics.Vulkan.Types.Enum.Format | |
| Eq VkFormat Source # | |
| Ord VkFormat Source # | |
Defined in Graphics.Vulkan.Types.Enum.Format | |
| Read VkFormat Source # | |
| Show VkFormat Source # | |
| Storable VkFormat Source # | |
Defined in Graphics.Vulkan.Types.Enum.Format | |
newtype VkFormatFeatureBitmask (a :: FlagType) Source #
Constructors
| VkFormatFeatureBitmask VkFlags |
Bundled Patterns
| pattern VkFormatFeatureFlagBits :: VkFlags -> VkFormatFeatureBitmask FlagBit | |
| pattern VkFormatFeatureFlags :: VkFlags -> VkFormatFeatureBitmask FlagMask | |
| pattern VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT :: VkFormatFeatureBitmask a | Format can be used for sampled images (SAMPLED_IMAGE and COMBINED_IMAGE_SAMPLER descriptor types) bitpos = |
| pattern VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT :: VkFormatFeatureBitmask a | Format can be used for storage images (STORAGE_IMAGE descriptor type) bitpos = |
| pattern VK_FORMAT_FEATURE_STORAGE_IMAGE_ATOMIC_BIT :: VkFormatFeatureBitmask a | Format supports atomic operations in case it is used for storage images bitpos = |
| pattern VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT :: VkFormatFeatureBitmask a | Format can be used for uniform texel buffers (TBOs) bitpos = |
| pattern VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT :: VkFormatFeatureBitmask a | Format can be used for storage texel buffers (IBOs) bitpos = |
| pattern VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_ATOMIC_BIT :: VkFormatFeatureBitmask a | Format supports atomic operations in case it is used for storage texel buffers bitpos = |
| pattern VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT :: VkFormatFeatureBitmask a | Format can be used for vertex buffers (VBOs) bitpos = |
| pattern VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT :: VkFormatFeatureBitmask a | Format can be used for color attachment images bitpos = |
| pattern VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT :: VkFormatFeatureBitmask a | Format supports blending in case it is used for color attachment images bitpos = |
| pattern VK_FORMAT_FEATURE_DEPTH_STENCIL_ATTACHMENT_BIT :: VkFormatFeatureBitmask a | Format can be used for depth/stencil attachment images bitpos = |
| pattern VK_FORMAT_FEATURE_BLIT_SRC_BIT :: VkFormatFeatureBitmask a | Format can be used as the source image of blits with vkCmdBlitImage bitpos = |
| pattern VK_FORMAT_FEATURE_BLIT_DST_BIT :: VkFormatFeatureBitmask a | Format can be used as the destination image of blits with vkCmdBlitImage bitpos = |
| pattern VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT :: VkFormatFeatureBitmask a | Format can be filtered with VK_FILTER_LINEAR when being sampled bitpos = |
Instances
newtype VkImageAspectBitmask (a :: FlagType) Source #
Constructors
| VkImageAspectBitmask VkFlags |
Bundled Patterns
| pattern VkImageAspectFlagBits :: VkFlags -> VkImageAspectBitmask FlagBit | |
| pattern VkImageAspectFlags :: VkFlags -> VkImageAspectBitmask FlagMask | |
| pattern VK_IMAGE_ASPECT_COLOR_BIT :: VkImageAspectBitmask a | bitpos = |
| pattern VK_IMAGE_ASPECT_DEPTH_BIT :: VkImageAspectBitmask a | bitpos = |
| pattern VK_IMAGE_ASPECT_STENCIL_BIT :: VkImageAspectBitmask a | bitpos = |
| pattern VK_IMAGE_ASPECT_METADATA_BIT :: VkImageAspectBitmask a | bitpos = |
Instances
newtype VkImageCreateBitmask (a :: FlagType) Source #
Constructors
| VkImageCreateBitmask VkFlags |
Bundled Patterns
| pattern VkImageCreateFlagBits :: VkFlags -> VkImageCreateBitmask FlagBit | |
| pattern VkImageCreateFlags :: VkFlags -> VkImageCreateBitmask FlagMask | |
| pattern VK_IMAGE_CREATE_SPARSE_BINDING_BIT :: VkImageCreateBitmask a | Image should support sparse backing bitpos = |
| pattern VK_IMAGE_CREATE_SPARSE_RESIDENCY_BIT :: VkImageCreateBitmask a | Image should support sparse backing with partial residency bitpos = |
| pattern VK_IMAGE_CREATE_SPARSE_ALIASED_BIT :: VkImageCreateBitmask a | Image should support constent data access to physical memory ranges mapped into multiple locations of sparse images bitpos = |
| pattern VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT :: VkImageCreateBitmask a | Allows image views to have different format than the base image bitpos = |
| pattern VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT :: VkImageCreateBitmask a | Allows creating image views with cube type from the created image bitpos = |
Instances
newtype VkImageLayout Source #
type = enum
Constructors
| VkImageLayout Int32 |
Bundled Patterns
| pattern VK_IMAGE_LAYOUT_UNDEFINED :: VkImageLayout | 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 | General layout when image can be used for any kind of access |
| pattern VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL :: VkImageLayout | Optimal layout when image is only used for color attachment read/write |
| pattern VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL :: VkImageLayout | Optimal layout when image is only used for depthstencil attachment readwrite |
| pattern VK_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL :: VkImageLayout | Optimal layout when image is used for read only depth/stencil attachment and shader access |
| pattern VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL :: VkImageLayout | Optimal layout when image is used for read only shader access |
| pattern VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL :: VkImageLayout | Optimal layout when image is used only as source of transfer operations |
| pattern VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL :: VkImageLayout | Optimal layout when image is used only as destination of transfer operations |
| pattern VK_IMAGE_LAYOUT_PREINITIALIZED :: VkImageLayout | Initial layout used when the data is populated by the CPU |
Instances
newtype VkImageTiling Source #
type = enum
Constructors
| VkImageTiling Int32 |
Bundled Patterns
| pattern VK_IMAGE_TILING_OPTIMAL :: VkImageTiling | |
| pattern VK_IMAGE_TILING_LINEAR :: VkImageTiling |
Instances
newtype VkImageType Source #
type = enum
Constructors
| VkImageType Int32 |
Bundled Patterns
| pattern VK_IMAGE_TYPE_1D :: VkImageType | |
| pattern VK_IMAGE_TYPE_2D :: VkImageType | |
| pattern VK_IMAGE_TYPE_3D :: VkImageType |
Instances
newtype VkImageUsageBitmask (a :: FlagType) Source #
Constructors
| VkImageUsageBitmask VkFlags |
Bundled Patterns
| pattern VkImageUsageFlagBits :: VkFlags -> VkImageUsageBitmask FlagBit | |
| pattern VkImageUsageFlags :: VkFlags -> VkImageUsageBitmask FlagMask | |
| pattern VK_IMAGE_USAGE_TRANSFER_SRC_BIT :: VkImageUsageBitmask a | Can be used as a source of transfer operations bitpos = |
| pattern VK_IMAGE_USAGE_TRANSFER_DST_BIT :: VkImageUsageBitmask a | Can be used as a destination of transfer operations bitpos = |
| pattern VK_IMAGE_USAGE_SAMPLED_BIT :: VkImageUsageBitmask a | Can be sampled from (SAMPLED_IMAGE and COMBINED_IMAGE_SAMPLER descriptor types) bitpos = |
| pattern VK_IMAGE_USAGE_STORAGE_BIT :: VkImageUsageBitmask a | Can be used as storage image (STORAGE_IMAGE descriptor type) bitpos = |
| pattern VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT :: VkImageUsageBitmask a | Can be used as framebuffer color attachment bitpos = |
| pattern VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT :: VkImageUsageBitmask a | Can be used as framebuffer depth/stencil attachment bitpos = |
| pattern VK_IMAGE_USAGE_TRANSIENT_ATTACHMENT_BIT :: VkImageUsageBitmask a | Image data not needed outside of rendering bitpos = |
| pattern VK_IMAGE_USAGE_INPUT_ATTACHMENT_BIT :: VkImageUsageBitmask a | Can be used as framebuffer input attachment bitpos = |
Instances
newtype VkImageViewType Source #
type = enum
Constructors
| VkImageViewType Int32 |
Bundled Patterns
| 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 |
Instances
newtype VkImageViewCreateBitmask (a :: FlagType) Source #
Constructors
| VkImageViewCreateBitmask VkFlags |
Bundled Patterns
| pattern VkImageViewCreateFlagBits :: VkFlags -> VkImageViewCreateBitmask FlagBit | |
| pattern VkImageViewCreateFlags :: VkFlags -> VkImageViewCreateBitmask FlagMask |
Instances
type VkPresentInfoKHR = VkStruct VkPresentInfoKHR' Source #
typedef struct VkPresentInfoKHR {
VkStructureType sType;
const void* pNext;
uint32_t waitSemaphoreCount;
const VkSemaphore* pWaitSemaphores;
uint32_t swapchainCount;
const VkSwapchainKHR* pSwapchains;
const uint32_t* pImageIndices;
VkResult* pResults;
} VkPresentInfoKHR;newtype VkPresentModeKHR Source #
type = enum
Constructors
| VkPresentModeKHR Int32 |
Bundled Patterns
| 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 |
Instances
Bundled Patterns
| pattern VK_SUCCESS :: VkResult | Command completed successfully |
| pattern VK_NOT_READY :: VkResult | A fence or query has not yet completed |
| pattern VK_TIMEOUT :: VkResult | A wait operation has not completed in the specified time |
| pattern VK_EVENT_SET :: VkResult | An event is signaled |
| pattern VK_EVENT_RESET :: VkResult | An event is unsignaled |
| pattern VK_INCOMPLETE :: VkResult | A return array was too small for the result |
| pattern VK_ERROR_OUT_OF_HOST_MEMORY :: VkResult | A host memory allocation has failed |
| pattern VK_ERROR_OUT_OF_DEVICE_MEMORY :: VkResult | A device memory allocation has failed |
| pattern VK_ERROR_INITIALIZATION_FAILED :: VkResult | Initialization of a object has failed |
| pattern VK_ERROR_DEVICE_LOST :: VkResult | The logical device has been lost. See |
| pattern VK_ERROR_MEMORY_MAP_FAILED :: VkResult | Mapping of a memory object has failed |
| pattern VK_ERROR_LAYER_NOT_PRESENT :: VkResult | Layer specified does not exist |
| pattern VK_ERROR_EXTENSION_NOT_PRESENT :: VkResult | Extension specified does not exist |
| pattern VK_ERROR_FEATURE_NOT_PRESENT :: VkResult | Requested feature is not available on this device |
| pattern VK_ERROR_INCOMPATIBLE_DRIVER :: VkResult | Unable to find a Vulkan driver |
| pattern VK_ERROR_TOO_MANY_OBJECTS :: VkResult | Too many objects of the type have already been created |
| pattern VK_ERROR_FORMAT_NOT_SUPPORTED :: VkResult | Requested format is not supported on this device |
| pattern VK_ERROR_FRAGMENTED_POOL :: VkResult | A requested pool allocation has failed due to fragmentation of the pool's memory |
| pattern VK_ERROR_UNKNOWN :: VkResult | An unknown error has occurred, due to an implementation or application bug |
Instances
| Enum VkResult Source # | |
Defined in Graphics.Vulkan.Types.Enum.Result | |
| Eq VkResult Source # | |
| Ord VkResult Source # | |
Defined in Graphics.Vulkan.Types.Enum.Result | |
| Read VkResult Source # | |
| Show VkResult Source # | |
| Storable VkResult Source # | |
Defined in Graphics.Vulkan.Types.Enum.Result | |
newtype VkSharingMode Source #
type = enum
Constructors
| VkSharingMode Int32 |
Bundled Patterns
| pattern VK_SHARING_MODE_EXCLUSIVE :: VkSharingMode | |
| pattern VK_SHARING_MODE_CONCURRENT :: VkSharingMode |
Instances
newtype VkStructureType Source #
Constructors
| VkStructureType Int32 |
Bundled Patterns
Instances
newtype VkSurfaceCounterBitmaskEXT (a :: FlagType) Source #
Constructors
| VkSurfaceCounterBitmaskEXT VkFlags |
Bundled Patterns
| pattern VkSurfaceCounterFlagBitsEXT :: VkFlags -> VkSurfaceCounterBitmaskEXT FlagBit | |
| pattern VkSurfaceCounterFlagsEXT :: VkFlags -> VkSurfaceCounterBitmaskEXT FlagMask | |
| pattern VK_SURFACE_COUNTER_VBLANK_EXT :: VkSurfaceCounterBitmaskEXT a | bitpos = |
Instances
newtype VkSurfaceTransformBitmaskKHR (a :: FlagType) Source #
Constructors
| VkSurfaceTransformBitmaskKHR VkFlags |
Bundled Patterns
Instances
newtype VkSwapchainImageUsageBitmaskANDROID (a :: FlagType) Source #
Constructors
| VkSwapchainImageUsageBitmaskANDROID VkFlags |
Bundled Patterns
Instances
newtype VkSwapchainCreateBitmaskKHR (a :: FlagType) Source #
Constructors
| VkSwapchainCreateBitmaskKHR VkFlags |
Bundled Patterns
| pattern VkSwapchainCreateFlagBitsKHR :: VkFlags -> VkSwapchainCreateBitmaskKHR FlagBit | |
| pattern VkSwapchainCreateFlagsKHR :: VkFlags -> VkSwapchainCreateBitmaskKHR FlagMask |
Instances
type VkSwapchainCreateInfoKHR = VkStruct 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;type VkCreateSwapchainKHR = "vkCreateSwapchainKHR" Source #
pattern VkCreateSwapchainKHR :: CString Source #
type HS_vkCreateSwapchainKHR Source #
Arguments
| = VkDevice | device |
| -> Ptr VkSwapchainCreateInfoKHR | pCreateInfo |
| -> Ptr VkAllocationCallbacks | pAllocator |
| -> Ptr VkSwapchainKHR | pSwapchain |
| -> IO VkResult |
Success codes: VK_SUCCESS.
Error codes: VK_ERROR_OUT_OF_HOST_MEMORY, VK_ERROR_OUT_OF_DEVICE_MEMORY, VK_ERROR_DEVICE_LOST, VK_ERROR_SURFACE_LOST_KHR, VK_ERROR_NATIVE_WINDOW_IN_USE_KHR, VK_ERROR_INITIALIZATION_FAILED.
VkResult vkCreateSwapchainKHR
( VkDevice device
, const VkSwapchainCreateInfoKHR* pCreateInfo
, const VkAllocationCallbacks* pAllocator
, VkSwapchainKHR* pSwapchain
)Arguments
| :: VkDevice | device |
| -> Ptr VkSwapchainCreateInfoKHR | pCreateInfo |
| -> Ptr VkAllocationCallbacks | pAllocator |
| -> Ptr VkSwapchainKHR | pSwapchain |
| -> IO VkResult |
Success codes: VK_SUCCESS.
Error codes: VK_ERROR_OUT_OF_HOST_MEMORY, VK_ERROR_OUT_OF_DEVICE_MEMORY, VK_ERROR_DEVICE_LOST, VK_ERROR_SURFACE_LOST_KHR, VK_ERROR_NATIVE_WINDOW_IN_USE_KHR, VK_ERROR_INITIALIZATION_FAILED.
VkResult vkCreateSwapchainKHR
( VkDevice device
, const VkSwapchainCreateInfoKHR* pCreateInfo
, const VkAllocationCallbacks* pAllocator
, VkSwapchainKHR* pSwapchain
)vkCreateSwapchainKHR registry at www.khronos.org
Note: When useNativeFFI-1-0 cabal flag is enabled, this function is linked statically
as a foreign import call to C Vulkan loader.
Otherwise, it is looked up dynamically at runtime using dlsym-like machinery (platform-dependent).
Independently of the flag setting, you can lookup the function manually at runtime:
myCreateSwapchainKHR <- vkGetDeviceProc @VkCreateSwapchainKHR vkDevice
or less efficient:
myCreateSwapchainKHR <- vkGetProc @VkCreateSwapchainKHR
Note: vkCreateSwapchainKHRUnsafe and vkCreateSwapchainKHRSafe are the unsafe and safe
FFI imports of this function, respectively. vkCreateSwapchainKHR is an alias
of vkCreateSwapchainKHRUnsafe when the useUnsafeFFIDefault cabal flag
is enabled; otherwise, it is an alias of vkCreateSwapchainKHRSafe.
vkCreateSwapchainKHRUnsafe Source #
Arguments
| :: VkDevice | device |
| -> Ptr VkSwapchainCreateInfoKHR | pCreateInfo |
| -> Ptr VkAllocationCallbacks | pAllocator |
| -> Ptr VkSwapchainKHR | pSwapchain |
| -> IO VkResult |
Success codes: VK_SUCCESS.
Error codes: VK_ERROR_OUT_OF_HOST_MEMORY, VK_ERROR_OUT_OF_DEVICE_MEMORY, VK_ERROR_DEVICE_LOST, VK_ERROR_SURFACE_LOST_KHR, VK_ERROR_NATIVE_WINDOW_IN_USE_KHR, VK_ERROR_INITIALIZATION_FAILED.
VkResult vkCreateSwapchainKHR
( VkDevice device
, const VkSwapchainCreateInfoKHR* pCreateInfo
, const VkAllocationCallbacks* pAllocator
, VkSwapchainKHR* pSwapchain
)vkCreateSwapchainKHR registry at www.khronos.org
Note: When useNativeFFI-1-0 cabal flag is enabled, this function is linked statically
as a foreign import call to C Vulkan loader.
Otherwise, it is looked up dynamically at runtime using dlsym-like machinery (platform-dependent).
Independently of the flag setting, you can lookup the function manually at runtime:
myCreateSwapchainKHR <- vkGetDeviceProc @VkCreateSwapchainKHR vkDevice
or less efficient:
myCreateSwapchainKHR <- vkGetProc @VkCreateSwapchainKHR
Note: vkCreateSwapchainKHRUnsafe and vkCreateSwapchainKHRSafe are the unsafe and safe
FFI imports of this function, respectively. vkCreateSwapchainKHR is an alias
of vkCreateSwapchainKHRUnsafe when the useUnsafeFFIDefault cabal flag
is enabled; otherwise, it is an alias of vkCreateSwapchainKHRSafe.
vkCreateSwapchainKHRSafe Source #
Arguments
| :: VkDevice | device |
| -> Ptr VkSwapchainCreateInfoKHR | pCreateInfo |
| -> Ptr VkAllocationCallbacks | pAllocator |
| -> Ptr VkSwapchainKHR | pSwapchain |
| -> IO VkResult |
Success codes: VK_SUCCESS.
Error codes: VK_ERROR_OUT_OF_HOST_MEMORY, VK_ERROR_OUT_OF_DEVICE_MEMORY, VK_ERROR_DEVICE_LOST, VK_ERROR_SURFACE_LOST_KHR, VK_ERROR_NATIVE_WINDOW_IN_USE_KHR, VK_ERROR_INITIALIZATION_FAILED.
VkResult vkCreateSwapchainKHR
( VkDevice device
, const VkSwapchainCreateInfoKHR* pCreateInfo
, const VkAllocationCallbacks* pAllocator
, VkSwapchainKHR* pSwapchain
)vkCreateSwapchainKHR registry at www.khronos.org
Note: When useNativeFFI-1-0 cabal flag is enabled, this function is linked statically
as a foreign import call to C Vulkan loader.
Otherwise, it is looked up dynamically at runtime using dlsym-like machinery (platform-dependent).
Independently of the flag setting, you can lookup the function manually at runtime:
myCreateSwapchainKHR <- vkGetDeviceProc @VkCreateSwapchainKHR vkDevice
or less efficient:
myCreateSwapchainKHR <- vkGetProc @VkCreateSwapchainKHR
Note: vkCreateSwapchainKHRUnsafe and vkCreateSwapchainKHRSafe are the unsafe and safe
FFI imports of this function, respectively. vkCreateSwapchainKHR is an alias
of vkCreateSwapchainKHRUnsafe when the useUnsafeFFIDefault cabal flag
is enabled; otherwise, it is an alias of vkCreateSwapchainKHRSafe.
type VkDestroySwapchainKHR = "vkDestroySwapchainKHR" Source #
pattern VkDestroySwapchainKHR :: CString Source #
type HS_vkDestroySwapchainKHR Source #
Arguments
| = VkDevice | device |
| -> VkSwapchainKHR | swapchain |
| -> Ptr VkAllocationCallbacks | pAllocator |
| -> IO () |
void vkDestroySwapchainKHR
( VkDevice device
, VkSwapchainKHR swapchain
, const VkAllocationCallbacks* pAllocator
)vkDestroySwapchainKHR Source #
Arguments
| :: VkDevice | device |
| -> VkSwapchainKHR | swapchain |
| -> Ptr VkAllocationCallbacks | pAllocator |
| -> IO () |
void vkDestroySwapchainKHR
( VkDevice device
, VkSwapchainKHR swapchain
, const VkAllocationCallbacks* pAllocator
)vkDestroySwapchainKHR registry at www.khronos.org
Note: When useNativeFFI-1-0 cabal flag is enabled, this function is linked statically
as a foreign import call to C Vulkan loader.
Otherwise, it is looked up dynamically at runtime using dlsym-like machinery (platform-dependent).
Independently of the flag setting, you can lookup the function manually at runtime:
myDestroySwapchainKHR <- vkGetDeviceProc @VkDestroySwapchainKHR vkDevice
or less efficient:
myDestroySwapchainKHR <- vkGetProc @VkDestroySwapchainKHR
Note: vkDestroySwapchainKHRUnsafe and vkDestroySwapchainKHRSafe are the unsafe and safe
FFI imports of this function, respectively. vkDestroySwapchainKHR is an alias
of vkDestroySwapchainKHRUnsafe when the useUnsafeFFIDefault cabal flag
is enabled; otherwise, it is an alias of vkDestroySwapchainKHRSafe.
vkDestroySwapchainKHRUnsafe Source #
Arguments
| :: VkDevice | device |
| -> VkSwapchainKHR | swapchain |
| -> Ptr VkAllocationCallbacks | pAllocator |
| -> IO () |
void vkDestroySwapchainKHR
( VkDevice device
, VkSwapchainKHR swapchain
, const VkAllocationCallbacks* pAllocator
)vkDestroySwapchainKHR registry at www.khronos.org
Note: When useNativeFFI-1-0 cabal flag is enabled, this function is linked statically
as a foreign import call to C Vulkan loader.
Otherwise, it is looked up dynamically at runtime using dlsym-like machinery (platform-dependent).
Independently of the flag setting, you can lookup the function manually at runtime:
myDestroySwapchainKHR <- vkGetDeviceProc @VkDestroySwapchainKHR vkDevice
or less efficient:
myDestroySwapchainKHR <- vkGetProc @VkDestroySwapchainKHR
Note: vkDestroySwapchainKHRUnsafe and vkDestroySwapchainKHRSafe are the unsafe and safe
FFI imports of this function, respectively. vkDestroySwapchainKHR is an alias
of vkDestroySwapchainKHRUnsafe when the useUnsafeFFIDefault cabal flag
is enabled; otherwise, it is an alias of vkDestroySwapchainKHRSafe.
vkDestroySwapchainKHRSafe Source #
Arguments
| :: VkDevice | device |
| -> VkSwapchainKHR | swapchain |
| -> Ptr VkAllocationCallbacks | pAllocator |
| -> IO () |
void vkDestroySwapchainKHR
( VkDevice device
, VkSwapchainKHR swapchain
, const VkAllocationCallbacks* pAllocator
)vkDestroySwapchainKHR registry at www.khronos.org
Note: When useNativeFFI-1-0 cabal flag is enabled, this function is linked statically
as a foreign import call to C Vulkan loader.
Otherwise, it is looked up dynamically at runtime using dlsym-like machinery (platform-dependent).
Independently of the flag setting, you can lookup the function manually at runtime:
myDestroySwapchainKHR <- vkGetDeviceProc @VkDestroySwapchainKHR vkDevice
or less efficient:
myDestroySwapchainKHR <- vkGetProc @VkDestroySwapchainKHR
Note: vkDestroySwapchainKHRUnsafe and vkDestroySwapchainKHRSafe are the unsafe and safe
FFI imports of this function, respectively. vkDestroySwapchainKHR is an alias
of vkDestroySwapchainKHRUnsafe when the useUnsafeFFIDefault cabal flag
is enabled; otherwise, it is an alias of vkDestroySwapchainKHRSafe.
type VkGetSwapchainImagesKHR = "vkGetSwapchainImagesKHR" Source #
pattern VkGetSwapchainImagesKHR :: CString Source #
type HS_vkGetSwapchainImagesKHR Source #
Arguments
| = VkDevice | device |
| -> VkSwapchainKHR | swapchain |
| -> Ptr Word32 | pSwapchainImageCount |
| -> Ptr VkImage | pSwapchainImages |
| -> IO VkResult |
Success codes: VK_SUCCESS, VK_INCOMPLETE.
Error codes: VK_ERROR_OUT_OF_HOST_MEMORY, VK_ERROR_OUT_OF_DEVICE_MEMORY.
VkResult vkGetSwapchainImagesKHR
( VkDevice device
, VkSwapchainKHR swapchain
, uint32_t* pSwapchainImageCount
, VkImage* pSwapchainImages
)vkGetSwapchainImagesKHR Source #
Arguments
| :: VkDevice | device |
| -> VkSwapchainKHR | swapchain |
| -> Ptr Word32 | pSwapchainImageCount |
| -> Ptr VkImage | pSwapchainImages |
| -> IO VkResult |
Success codes: VK_SUCCESS, VK_INCOMPLETE.
Error codes: VK_ERROR_OUT_OF_HOST_MEMORY, VK_ERROR_OUT_OF_DEVICE_MEMORY.
VkResult vkGetSwapchainImagesKHR
( VkDevice device
, VkSwapchainKHR swapchain
, uint32_t* pSwapchainImageCount
, VkImage* pSwapchainImages
)vkGetSwapchainImagesKHR registry at www.khronos.org
Note: When useNativeFFI-1-0 cabal flag is enabled, this function is linked statically
as a foreign import call to C Vulkan loader.
Otherwise, it is looked up dynamically at runtime using dlsym-like machinery (platform-dependent).
Independently of the flag setting, you can lookup the function manually at runtime:
myGetSwapchainImagesKHR <- vkGetDeviceProc @VkGetSwapchainImagesKHR vkDevice
or less efficient:
myGetSwapchainImagesKHR <- vkGetProc @VkGetSwapchainImagesKHR
Note: vkGetSwapchainImagesKHRUnsafe and vkGetSwapchainImagesKHRSafe are the unsafe and safe
FFI imports of this function, respectively. vkGetSwapchainImagesKHR is an alias
of vkGetSwapchainImagesKHRUnsafe when the useUnsafeFFIDefault cabal flag
is enabled; otherwise, it is an alias of vkGetSwapchainImagesKHRSafe.
vkGetSwapchainImagesKHRUnsafe Source #
Arguments
| :: VkDevice | device |
| -> VkSwapchainKHR | swapchain |
| -> Ptr Word32 | pSwapchainImageCount |
| -> Ptr VkImage | pSwapchainImages |
| -> IO VkResult |
Success codes: VK_SUCCESS, VK_INCOMPLETE.
Error codes: VK_ERROR_OUT_OF_HOST_MEMORY, VK_ERROR_OUT_OF_DEVICE_MEMORY.
VkResult vkGetSwapchainImagesKHR
( VkDevice device
, VkSwapchainKHR swapchain
, uint32_t* pSwapchainImageCount
, VkImage* pSwapchainImages
)vkGetSwapchainImagesKHR registry at www.khronos.org
Note: When useNativeFFI-1-0 cabal flag is enabled, this function is linked statically
as a foreign import call to C Vulkan loader.
Otherwise, it is looked up dynamically at runtime using dlsym-like machinery (platform-dependent).
Independently of the flag setting, you can lookup the function manually at runtime:
myGetSwapchainImagesKHR <- vkGetDeviceProc @VkGetSwapchainImagesKHR vkDevice
or less efficient:
myGetSwapchainImagesKHR <- vkGetProc @VkGetSwapchainImagesKHR
Note: vkGetSwapchainImagesKHRUnsafe and vkGetSwapchainImagesKHRSafe are the unsafe and safe
FFI imports of this function, respectively. vkGetSwapchainImagesKHR is an alias
of vkGetSwapchainImagesKHRUnsafe when the useUnsafeFFIDefault cabal flag
is enabled; otherwise, it is an alias of vkGetSwapchainImagesKHRSafe.
vkGetSwapchainImagesKHRSafe Source #
Arguments
| :: VkDevice | device |
| -> VkSwapchainKHR | swapchain |
| -> Ptr Word32 | pSwapchainImageCount |
| -> Ptr VkImage | pSwapchainImages |
| -> IO VkResult |
Success codes: VK_SUCCESS, VK_INCOMPLETE.
Error codes: VK_ERROR_OUT_OF_HOST_MEMORY, VK_ERROR_OUT_OF_DEVICE_MEMORY.
VkResult vkGetSwapchainImagesKHR
( VkDevice device
, VkSwapchainKHR swapchain
, uint32_t* pSwapchainImageCount
, VkImage* pSwapchainImages
)vkGetSwapchainImagesKHR registry at www.khronos.org
Note: When useNativeFFI-1-0 cabal flag is enabled, this function is linked statically
as a foreign import call to C Vulkan loader.
Otherwise, it is looked up dynamically at runtime using dlsym-like machinery (platform-dependent).
Independently of the flag setting, you can lookup the function manually at runtime:
myGetSwapchainImagesKHR <- vkGetDeviceProc @VkGetSwapchainImagesKHR vkDevice
or less efficient:
myGetSwapchainImagesKHR <- vkGetProc @VkGetSwapchainImagesKHR
Note: vkGetSwapchainImagesKHRUnsafe and vkGetSwapchainImagesKHRSafe are the unsafe and safe
FFI imports of this function, respectively. vkGetSwapchainImagesKHR is an alias
of vkGetSwapchainImagesKHRUnsafe when the useUnsafeFFIDefault cabal flag
is enabled; otherwise, it is an alias of vkGetSwapchainImagesKHRSafe.
type VkAcquireNextImageKHR = "vkAcquireNextImageKHR" Source #
pattern VkAcquireNextImageKHR :: CString Source #
type HS_vkAcquireNextImageKHR Source #
Arguments
| = VkDevice | device |
| -> VkSwapchainKHR | swapchain |
| -> Word64 | timeout |
| -> VkSemaphore | semaphore |
| -> VkFence | fence |
| -> Ptr Word32 | pImageIndex |
| -> IO VkResult |
Success codes: VK_SUCCESS, VK_TIMEOUT, VK_NOT_READY, VK_SUBOPTIMAL_KHR.
Error codes: VK_ERROR_OUT_OF_HOST_MEMORY, VK_ERROR_OUT_OF_DEVICE_MEMORY, VK_ERROR_DEVICE_LOST, VK_ERROR_OUT_OF_DATE_KHR, VK_ERROR_SURFACE_LOST_KHR, VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT.
VkResult vkAcquireNextImageKHR
( VkDevice device
, VkSwapchainKHR swapchain
, uint64_t timeout
, VkSemaphore semaphore
, VkFence fence
, uint32_t* pImageIndex
)vkAcquireNextImageKHR Source #
Arguments
| :: VkDevice | device |
| -> VkSwapchainKHR | swapchain |
| -> Word64 | timeout |
| -> VkSemaphore | semaphore |
| -> VkFence | fence |
| -> Ptr Word32 | pImageIndex |
| -> IO VkResult |
Success codes: VK_SUCCESS, VK_TIMEOUT, VK_NOT_READY, VK_SUBOPTIMAL_KHR.
Error codes: VK_ERROR_OUT_OF_HOST_MEMORY, VK_ERROR_OUT_OF_DEVICE_MEMORY, VK_ERROR_DEVICE_LOST, VK_ERROR_OUT_OF_DATE_KHR, VK_ERROR_SURFACE_LOST_KHR, VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT.
VkResult vkAcquireNextImageKHR
( VkDevice device
, VkSwapchainKHR swapchain
, uint64_t timeout
, VkSemaphore semaphore
, VkFence fence
, uint32_t* pImageIndex
)vkAcquireNextImageKHR registry at www.khronos.org
Note: When useNativeFFI-1-0 cabal flag is enabled, this function is linked statically
as a foreign import call to C Vulkan loader.
Otherwise, it is looked up dynamically at runtime using dlsym-like machinery (platform-dependent).
Independently of the flag setting, you can lookup the function manually at runtime:
myAcquireNextImageKHR <- vkGetDeviceProc @VkAcquireNextImageKHR vkDevice
or less efficient:
myAcquireNextImageKHR <- vkGetProc @VkAcquireNextImageKHR
Note: vkAcquireNextImageKHRUnsafe and vkAcquireNextImageKHRSafe are the unsafe and safe
FFI imports of this function, respectively. vkAcquireNextImageKHR is an alias
of vkAcquireNextImageKHRUnsafe when the useUnsafeFFIDefault cabal flag
is enabled; otherwise, it is an alias of vkAcquireNextImageKHRSafe.
vkAcquireNextImageKHRUnsafe Source #
Arguments
| :: VkDevice | device |
| -> VkSwapchainKHR | swapchain |
| -> Word64 | timeout |
| -> VkSemaphore | semaphore |
| -> VkFence | fence |
| -> Ptr Word32 | pImageIndex |
| -> IO VkResult |
Success codes: VK_SUCCESS, VK_TIMEOUT, VK_NOT_READY, VK_SUBOPTIMAL_KHR.
Error codes: VK_ERROR_OUT_OF_HOST_MEMORY, VK_ERROR_OUT_OF_DEVICE_MEMORY, VK_ERROR_DEVICE_LOST, VK_ERROR_OUT_OF_DATE_KHR, VK_ERROR_SURFACE_LOST_KHR, VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT.
VkResult vkAcquireNextImageKHR
( VkDevice device
, VkSwapchainKHR swapchain
, uint64_t timeout
, VkSemaphore semaphore
, VkFence fence
, uint32_t* pImageIndex
)vkAcquireNextImageKHR registry at www.khronos.org
Note: When useNativeFFI-1-0 cabal flag is enabled, this function is linked statically
as a foreign import call to C Vulkan loader.
Otherwise, it is looked up dynamically at runtime using dlsym-like machinery (platform-dependent).
Independently of the flag setting, you can lookup the function manually at runtime:
myAcquireNextImageKHR <- vkGetDeviceProc @VkAcquireNextImageKHR vkDevice
or less efficient:
myAcquireNextImageKHR <- vkGetProc @VkAcquireNextImageKHR
Note: vkAcquireNextImageKHRUnsafe and vkAcquireNextImageKHRSafe are the unsafe and safe
FFI imports of this function, respectively. vkAcquireNextImageKHR is an alias
of vkAcquireNextImageKHRUnsafe when the useUnsafeFFIDefault cabal flag
is enabled; otherwise, it is an alias of vkAcquireNextImageKHRSafe.
vkAcquireNextImageKHRSafe Source #
Arguments
| :: VkDevice | device |
| -> VkSwapchainKHR | swapchain |
| -> Word64 | timeout |
| -> VkSemaphore | semaphore |
| -> VkFence | fence |
| -> Ptr Word32 | pImageIndex |
| -> IO VkResult |
Success codes: VK_SUCCESS, VK_TIMEOUT, VK_NOT_READY, VK_SUBOPTIMAL_KHR.
Error codes: VK_ERROR_OUT_OF_HOST_MEMORY, VK_ERROR_OUT_OF_DEVICE_MEMORY, VK_ERROR_DEVICE_LOST, VK_ERROR_OUT_OF_DATE_KHR, VK_ERROR_SURFACE_LOST_KHR, VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT.
VkResult vkAcquireNextImageKHR
( VkDevice device
, VkSwapchainKHR swapchain
, uint64_t timeout
, VkSemaphore semaphore
, VkFence fence
, uint32_t* pImageIndex
)vkAcquireNextImageKHR registry at www.khronos.org
Note: When useNativeFFI-1-0 cabal flag is enabled, this function is linked statically
as a foreign import call to C Vulkan loader.
Otherwise, it is looked up dynamically at runtime using dlsym-like machinery (platform-dependent).
Independently of the flag setting, you can lookup the function manually at runtime:
myAcquireNextImageKHR <- vkGetDeviceProc @VkAcquireNextImageKHR vkDevice
or less efficient:
myAcquireNextImageKHR <- vkGetProc @VkAcquireNextImageKHR
Note: vkAcquireNextImageKHRUnsafe and vkAcquireNextImageKHRSafe are the unsafe and safe
FFI imports of this function, respectively. vkAcquireNextImageKHR is an alias
of vkAcquireNextImageKHRUnsafe when the useUnsafeFFIDefault cabal flag
is enabled; otherwise, it is an alias of vkAcquireNextImageKHRSafe.
type VkQueuePresentKHR = "vkQueuePresentKHR" Source #
pattern VkQueuePresentKHR :: CString Source #
type HS_vkQueuePresentKHR Source #
Arguments
| = VkQueue | queue |
| -> Ptr VkPresentInfoKHR | pPresentInfo |
| -> IO VkResult |
Success codes: VK_SUCCESS, VK_SUBOPTIMAL_KHR.
Error codes: VK_ERROR_OUT_OF_HOST_MEMORY, VK_ERROR_OUT_OF_DEVICE_MEMORY, VK_ERROR_DEVICE_LOST, VK_ERROR_OUT_OF_DATE_KHR, VK_ERROR_SURFACE_LOST_KHR, VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT.
VkResult vkQueuePresentKHR
( VkQueue queue
, const VkPresentInfoKHR* pPresentInfo
)Arguments
| :: VkQueue | queue |
| -> Ptr VkPresentInfoKHR | pPresentInfo |
| -> IO VkResult |
Success codes: VK_SUCCESS, VK_SUBOPTIMAL_KHR.
Error codes: VK_ERROR_OUT_OF_HOST_MEMORY, VK_ERROR_OUT_OF_DEVICE_MEMORY, VK_ERROR_DEVICE_LOST, VK_ERROR_OUT_OF_DATE_KHR, VK_ERROR_SURFACE_LOST_KHR, VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT.
VkResult vkQueuePresentKHR
( VkQueue queue
, const VkPresentInfoKHR* pPresentInfo
)vkQueuePresentKHR registry at www.khronos.org
Note: When useNativeFFI-1-0 cabal flag is enabled, this function is linked statically
as a foreign import call to C Vulkan loader.
Otherwise, it is looked up dynamically at runtime using dlsym-like machinery (platform-dependent).
Independently of the flag setting, you can lookup the function manually at runtime:
myQueuePresentKHR <- vkGetInstanceProc @VkQueuePresentKHR vkInstance
or less efficient:
myQueuePresentKHR <- vkGetProc @VkQueuePresentKHR
Note: vkQueuePresentKHRUnsafe and vkQueuePresentKHRSafe are the unsafe and safe
FFI imports of this function, respectively. vkQueuePresentKHR is an alias
of vkQueuePresentKHRUnsafe when the useUnsafeFFIDefault cabal flag
is enabled; otherwise, it is an alias of vkQueuePresentKHRSafe.
vkQueuePresentKHRUnsafe Source #
Arguments
| :: VkQueue | queue |
| -> Ptr VkPresentInfoKHR | pPresentInfo |
| -> IO VkResult |
Success codes: VK_SUCCESS, VK_SUBOPTIMAL_KHR.
Error codes: VK_ERROR_OUT_OF_HOST_MEMORY, VK_ERROR_OUT_OF_DEVICE_MEMORY, VK_ERROR_DEVICE_LOST, VK_ERROR_OUT_OF_DATE_KHR, VK_ERROR_SURFACE_LOST_KHR, VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT.
VkResult vkQueuePresentKHR
( VkQueue queue
, const VkPresentInfoKHR* pPresentInfo
)vkQueuePresentKHR registry at www.khronos.org
Note: When useNativeFFI-1-0 cabal flag is enabled, this function is linked statically
as a foreign import call to C Vulkan loader.
Otherwise, it is looked up dynamically at runtime using dlsym-like machinery (platform-dependent).
Independently of the flag setting, you can lookup the function manually at runtime:
myQueuePresentKHR <- vkGetInstanceProc @VkQueuePresentKHR vkInstance
or less efficient:
myQueuePresentKHR <- vkGetProc @VkQueuePresentKHR
Note: vkQueuePresentKHRUnsafe and vkQueuePresentKHRSafe are the unsafe and safe
FFI imports of this function, respectively. vkQueuePresentKHR is an alias
of vkQueuePresentKHRUnsafe when the useUnsafeFFIDefault cabal flag
is enabled; otherwise, it is an alias of vkQueuePresentKHRSafe.
vkQueuePresentKHRSafe Source #
Arguments
| :: VkQueue | queue |
| -> Ptr VkPresentInfoKHR | pPresentInfo |
| -> IO VkResult |
Success codes: VK_SUCCESS, VK_SUBOPTIMAL_KHR.
Error codes: VK_ERROR_OUT_OF_HOST_MEMORY, VK_ERROR_OUT_OF_DEVICE_MEMORY, VK_ERROR_DEVICE_LOST, VK_ERROR_OUT_OF_DATE_KHR, VK_ERROR_SURFACE_LOST_KHR, VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT.
VkResult vkQueuePresentKHR
( VkQueue queue
, const VkPresentInfoKHR* pPresentInfo
)vkQueuePresentKHR registry at www.khronos.org
Note: When useNativeFFI-1-0 cabal flag is enabled, this function is linked statically
as a foreign import call to C Vulkan loader.
Otherwise, it is looked up dynamically at runtime using dlsym-like machinery (platform-dependent).
Independently of the flag setting, you can lookup the function manually at runtime:
myQueuePresentKHR <- vkGetInstanceProc @VkQueuePresentKHR vkInstance
or less efficient:
myQueuePresentKHR <- vkGetProc @VkQueuePresentKHR
Note: vkQueuePresentKHRUnsafe and vkQueuePresentKHRSafe are the unsafe and safe
FFI imports of this function, respectively. vkQueuePresentKHR is an alias
of vkQueuePresentKHRUnsafe when the useUnsafeFFIDefault cabal flag
is enabled; otherwise, it is an alias of vkQueuePresentKHRSafe.
module Graphics.Vulkan.Marshal
newtype VkInternalAllocationType Source #
Constructors
| VkInternalAllocationType Int32 |
Bundled Patterns
| pattern VK_INTERNAL_ALLOCATION_TYPE_EXECUTABLE :: VkInternalAllocationType |
Instances
newtype VkSystemAllocationScope Source #
Constructors
| VkSystemAllocationScope Int32 |
Bundled Patterns
Instances
newVkAllocationFunction :: HS_vkAllocationFunction -> IO PFN_vkAllocationFunction Source #
Wrap haskell function into C-callable FunPtr. Note, you need to free resources after using it.
newVkDebugReportCallbackEXT :: HS_vkDebugReportCallbackEXT -> IO PFN_vkDebugReportCallbackEXT Source #
Wrap haskell function into C-callable FunPtr. Note, you need to free resources after using it.
newVkDebugUtilsMessengerCallbackEXT :: HS_vkDebugUtilsMessengerCallbackEXT -> IO PFN_vkDebugUtilsMessengerCallbackEXT Source #
Wrap haskell function into C-callable FunPtr. Note, you need to free resources after using it.
newVkFreeFunction :: HS_vkFreeFunction -> IO PFN_vkFreeFunction Source #
Wrap haskell function into C-callable FunPtr. Note, you need to free resources after using it.
newVkInternalAllocationNotification :: HS_vkInternalAllocationNotification -> IO PFN_vkInternalAllocationNotification Source #
Wrap haskell function into C-callable FunPtr. Note, you need to free resources after using it.
newVkInternalFreeNotification :: HS_vkInternalFreeNotification -> IO PFN_vkInternalFreeNotification Source #
Wrap haskell function into C-callable FunPtr. Note, you need to free resources after using it.
newVkReallocationFunction :: HS_vkReallocationFunction -> IO PFN_vkReallocationFunction Source #
Wrap haskell function into C-callable FunPtr. Note, you need to free resources after using it.
newVkVoidFunction :: HS_vkVoidFunction -> IO PFN_vkVoidFunction Source #
Wrap haskell function into C-callable FunPtr. Note, you need to free resources after using it.
unwrapVkDebugReportCallbackEXT :: PFN_vkDebugReportCallbackEXT -> HS_vkDebugReportCallbackEXT Source #
unwrapVkDebugUtilsMessengerCallbackEXT :: PFN_vkDebugUtilsMessengerCallbackEXT -> HS_vkDebugUtilsMessengerCallbackEXT Source #
unwrapVkInternalAllocationNotification :: PFN_vkInternalAllocationNotification -> HS_vkInternalAllocationNotification Source #
unwrapVkInternalFreeNotification :: PFN_vkInternalFreeNotification -> HS_vkInternalFreeNotification Source #
type HS_vkAllocationFunction = Ptr Void -> CSize -> CSize -> VkSystemAllocationScope -> IO (Ptr Void) Source #
type HS_vkDebugReportCallbackEXT = VkDebugReportFlagsEXT -> VkDebugReportObjectTypeEXT -> Word64 -> CSize -> Int32 -> CString -> CString -> Ptr Void -> IO VkBool32 Source #
type HS_vkDebugUtilsMessengerCallbackEXT = VkDebugUtilsMessageSeverityFlagBitsEXT -> VkDebugUtilsMessageTypeFlagsEXT -> Ptr VkDebugUtilsMessengerCallbackDataEXT -> Ptr Void -> IO VkBool32 Source #
type HS_vkInternalAllocationNotification = Ptr Void -> CSize -> VkInternalAllocationType -> VkSystemAllocationScope -> IO () Source #
type HS_vkInternalFreeNotification = Ptr Void -> CSize -> VkInternalAllocationType -> VkSystemAllocationScope -> IO () Source #
type HS_vkReallocationFunction = Ptr Void -> Ptr Void -> CSize -> CSize -> VkSystemAllocationScope -> IO (Ptr Void) Source #
type HS_vkVoidFunction = IO () Source #
type PFN_vkAllocationFunction = FunPtr HS_vkAllocationFunction Source #
typedef void* (VKAPI_PTR *PFN_vkAllocationFunction)(
void* pUserData,
size_t size,
size_t alignment,
VkSystemAllocationScope allocationScope);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 PFN_vkDebugUtilsMessengerCallbackEXT = FunPtr HS_vkDebugUtilsMessengerCallbackEXT Source #
typedef VkBool32 (VKAPI_PTR *PFN_vkDebugUtilsMessengerCallbackEXT)(
VkDebugUtilsMessageSeverityFlagBitsEXT messageSeverity,
VkDebugUtilsMessageTypeFlagsEXT messageTypes,
const VkDebugUtilsMessengerCallbackDataEXT* pCallbackData,
void* pUserData);type PFN_vkFreeFunction = FunPtr HS_vkFreeFunction Source #
typedef void (VKAPI_PTR *PFN_vkFreeFunction)(
void* pUserData,
void* pMemory);type PFN_vkInternalAllocationNotification = FunPtr HS_vkInternalAllocationNotification Source #
typedef void (VKAPI_PTR *PFN_vkInternalAllocationNotification)(
void* pUserData,
size_t size,
VkInternalAllocationType allocationType,
VkSystemAllocationScope allocationScope);type PFN_vkInternalFreeNotification = FunPtr HS_vkInternalFreeNotification Source #
typedef void (VKAPI_PTR *PFN_vkInternalFreeNotification)(
void* pUserData,
size_t size,
VkInternalAllocationType allocationType,
VkSystemAllocationScope allocationScope);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 PFN_vkVoidFunction = FunPtr HS_vkVoidFunction Source #
typedef void (VKAPI_PTR *PFN_vkVoidFunction)(void);
data VkAccelerationStructureKHR_T Source #
Opaque data type referenced by VkAccelerationStructureKHR
data VkAccelerationStructureNV_T Source #
Opaque data type referenced by VkAccelerationStructureNV
type VkBuffer = VkPtr VkBuffer_T Source #
type VkBufferView = VkPtr VkBufferView_T Source #
data VkBufferView_T Source #
Opaque data type referenced by VkBufferView
data VkBuffer_T Source #
Opaque data type referenced by VkBuffer
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 VkDeferredOperationKHR_T Source #
Opaque data type referenced by VkDeferredOperationKHR
data VkDescriptorPool_T Source #
Opaque data type referenced by VkDescriptorPool
type VkDescriptorSet = VkPtr VkDescriptorSet_T Source #
data VkDescriptorSetLayout_T Source #
Opaque data type referenced by VkDescriptorSetLayout
data VkDescriptorSet_T Source #
Opaque data type referenced by VkDescriptorSet
data VkDescriptorUpdateTemplateKHR_T Source #
Opaque data type referenced by VkDescriptorUpdateTemplateKHR
data VkDescriptorUpdateTemplate_T Source #
Opaque data type referenced by VkDescriptorUpdateTemplate
type VkDevice = Ptr VkDevice_T Source #
type VkDeviceMemory = VkPtr VkDeviceMemory_T Source #
data VkDeviceMemory_T Source #
Opaque data type referenced by VkDeviceMemory
data VkDevice_T Source #
Opaque data type referenced by VkDevice
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 VkIndirectCommandsLayoutNV_T Source #
Opaque data type referenced by VkIndirectCommandsLayoutNV
type VkInstance = Ptr VkInstance_T Source #
data VkInstance_T Source #
Opaque data type referenced by VkInstance
data VkPerformanceConfigurationINTEL_T Source #
Opaque data type referenced by VkPerformanceConfigurationINTEL
type VkPhysicalDevice = Ptr VkPhysicalDevice_T Source #
data VkPhysicalDevice_T Source #
Opaque data type referenced by VkPhysicalDevice
type VkPipeline = VkPtr VkPipeline_T Source #
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
data VkPipeline_T Source #
Opaque data type referenced by VkPipeline
data VkPrivateDataSlotEXT_T Source #
Opaque data type referenced by VkPrivateDataSlotEXT
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 VkSamplerYcbcrConversionKHR_T Source #
Opaque data type referenced by VkSamplerYcbcrConversionKHR
data VkSamplerYcbcrConversion_T Source #
Opaque data type referenced by VkSamplerYcbcrConversion
data VkSampler_T Source #
Opaque data type referenced by VkSampler
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
type VkAllocationCallbacks = VkStruct VkAllocationCallbacks' Source #
typedef struct VkAllocationCallbacks {
void* pUserData;
PFN_vkAllocationFunction pfnAllocation;
PFN_vkReallocationFunction pfnReallocation;
PFN_vkFreeFunction pfnFree;
PFN_vkInternalAllocationNotification pfnInternalAllocation;
PFN_vkInternalFreeNotification pfnInternalFree;
} VkAllocationCallbacks;type VkExtent3D = VkStruct VkExtent3D' Source #
typedef struct VkExtent3D {
uint32_t width;
uint32_t height;
uint32_t depth;
} VkExtent3D;type VkPresentRegionKHR = VkStruct VkPresentRegionKHR' Source #
typedef struct VkPresentRegionKHR {
uint32_t rectangleCount;
const VkRectLayerKHR* pRectangles;
} VkPresentRegionKHR;type VkPresentRegionsKHR = VkStruct VkPresentRegionsKHR' Source #
typedef struct VkPresentRegionsKHR {
VkStructureType sType;
const void* pNext;
uint32_t swapchainCount;
const VkPresentRegionKHR* pRegions;
} VkPresentRegionsKHR;type VkPresentTimeGOOGLE = VkStruct VkPresentTimeGOOGLE' Source #
typedef struct VkPresentTimeGOOGLE {
uint32_t presentID;
uint64_t desiredPresentTime;
} VkPresentTimeGOOGLE;type VkPresentTimesInfoGOOGLE = VkStruct VkPresentTimesInfoGOOGLE' Source #
typedef struct VkPresentTimesInfoGOOGLE {
VkStructureType sType;
const void* pNext;
uint32_t swapchainCount;
const VkPresentTimeGOOGLE* pTimes;
} VkPresentTimesInfoGOOGLE;type VkSwapchainCounterCreateInfoEXT = VkStruct VkSwapchainCounterCreateInfoEXT' Source #
typedef struct VkSwapchainCounterCreateInfoEXT {
VkStructureType sType;
const void* pNext;
VkSurfaceCounterFlagsEXT surfaceCounters;
} VkSwapchainCounterCreateInfoEXT;type VkSwapchainDisplayNativeHdrCreateInfoAMD = VkStruct VkSwapchainDisplayNativeHdrCreateInfoAMD' Source #
typedef struct VkSwapchainDisplayNativeHdrCreateInfoAMD {
VkStructureType sType;
const void* pNext;
VkBool32 localDimmingEnable;
} VkSwapchainDisplayNativeHdrCreateInfoAMD;VkSwapchainDisplayNativeHdrCreateInfoAMD registry at www.khronos.org
type VK_KHR_SWAPCHAIN_SPEC_VERSION = 70 Source #
pattern VK_KHR_SWAPCHAIN_SPEC_VERSION :: (Num a, Eq a) => a Source #
type VK_KHR_SWAPCHAIN_EXTENSION_NAME = "VK_KHR_swapchain" Source #
pattern VK_KHR_SWAPCHAIN_EXTENSION_NAME :: CString Source #
pattern VK_STRUCTURE_TYPE_PRESENT_INFO_KHR :: VkStructureType Source #
pattern VK_IMAGE_LAYOUT_PRESENT_SRC_KHR :: VkImageLayout Source #
pattern VK_SUBOPTIMAL_KHR :: VkResult Source #
pattern VK_ERROR_OUT_OF_DATE_KHR :: VkResult Source #
pattern VK_OBJECT_TYPE_SWAPCHAIN_KHR :: VkObjectType Source #
VkSwapchainKHR
Required extensions: VK_KHR_surface.
type VkAcquireNextImageInfoKHR = VkStruct VkAcquireNextImageInfoKHR' Source #
typedef struct VkAcquireNextImageInfoKHR {
VkStructureType sType;
const void* pNext;
VkSwapchainKHR swapchain;
uint64_t timeout;
VkSemaphore semaphore;
VkFence fence;
uint32_t deviceMask;
} VkAcquireNextImageInfoKHR;type VkBindImageMemoryInfo = VkStruct VkBindImageMemoryInfo' Source #
typedef struct VkBindImageMemoryInfo {
VkStructureType sType;
const void* pNext;
VkImage image;
VkDeviceMemory memory;
VkDeviceSize memoryOffset;
} VkBindImageMemoryInfo;type VkBindImageMemorySwapchainInfoKHR = VkStruct VkBindImageMemorySwapchainInfoKHR' Source #
typedef struct VkBindImageMemorySwapchainInfoKHR {
VkStructureType sType;
const void* pNext;
VkSwapchainKHR swapchain;
uint32_t imageIndex;
} VkBindImageMemorySwapchainInfoKHR;VkBindImageMemorySwapchainInfoKHR registry at www.khronos.org
type VkDeviceGroupPresentCapabilitiesKHR = VkStruct 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
type VkDeviceGroupPresentInfoKHR = VkStruct VkDeviceGroupPresentInfoKHR' Source #
typedef struct VkDeviceGroupPresentInfoKHR {
VkStructureType sType;
const void* pNext;
uint32_t swapchainCount;
const uint32_t* pDeviceMasks;
VkDeviceGroupPresentModeFlagBitsKHR mode;
} VkDeviceGroupPresentInfoKHR;newtype VkDeviceDiagnosticsConfigBitmaskNV (a :: FlagType) Source #
Constructors
| VkDeviceDiagnosticsConfigBitmaskNV VkFlags |
Bundled Patterns
Instances
newtype VkDeviceEventTypeEXT Source #
Constructors
| VkDeviceEventTypeEXT Int32 |
Bundled Patterns
| pattern VK_DEVICE_EVENT_TYPE_DISPLAY_HOTPLUG_EXT :: VkDeviceEventTypeEXT |
Instances
newtype VkDeviceGroupPresentModeBitmaskKHR (a :: FlagType) Source #
Constructors
| VkDeviceGroupPresentModeBitmaskKHR VkFlags |
Bundled Patterns
| pattern VkDeviceGroupPresentModeFlagBitsKHR :: VkFlags -> VkDeviceGroupPresentModeBitmaskKHR FlagBit | |
| pattern VkDeviceGroupPresentModeFlagsKHR :: VkFlags -> VkDeviceGroupPresentModeBitmaskKHR FlagMask | |
| pattern VK_DEVICE_GROUP_PRESENT_MODE_LOCAL_BIT_KHR :: VkDeviceGroupPresentModeBitmaskKHR a | Present from local memory bitpos = |
| pattern VK_DEVICE_GROUP_PRESENT_MODE_REMOTE_BIT_KHR :: VkDeviceGroupPresentModeBitmaskKHR a | Present from remote memory bitpos = |
| pattern VK_DEVICE_GROUP_PRESENT_MODE_SUM_BIT_KHR :: VkDeviceGroupPresentModeBitmaskKHR a | Present sum of local and/or remote memory bitpos = |
| pattern VK_DEVICE_GROUP_PRESENT_MODE_LOCAL_MULTI_DEVICE_BIT_KHR :: VkDeviceGroupPresentModeBitmaskKHR a | Each physical device presents from local memory bitpos = |
Instances
newtype VkDeviceCreateFlagBits Source #
Constructors
| VkDeviceCreateFlagBits VkFlags |
Instances
newtype VkDeviceQueueCreateBitmask (a :: FlagType) Source #
Constructors
| VkDeviceQueueCreateBitmask VkFlags |
Bundled Patterns
| pattern VkDeviceQueueCreateFlagBits :: VkFlags -> VkDeviceQueueCreateBitmask FlagBit | |
| pattern VkDeviceQueueCreateFlags :: VkFlags -> VkDeviceQueueCreateBitmask FlagMask |
Instances
type VkDeviceGroupSwapchainCreateInfoKHR = VkStruct VkDeviceGroupSwapchainCreateInfoKHR' Source #
typedef struct VkDeviceGroupSwapchainCreateInfoKHR {
VkStructureType sType;
const void* pNext;
VkDeviceGroupPresentModeFlagsKHR modes;
} VkDeviceGroupSwapchainCreateInfoKHR;VkDeviceGroupSwapchainCreateInfoKHR registry at www.khronos.org
type VkImageCreateInfo = VkStruct VkImageCreateInfo' Source #
typedef struct VkImageCreateInfo {
VkStructureType sType;
const void* pNext;
VkImageCreateFlags flags;
VkImageType imageType;
VkFormat format;
VkExtent3D extent;
uint32_t mipLevels;
uint32_t arrayLayers;
VkSampleCountFlagBits samples;
VkImageTiling tiling;
VkImageUsageFlags usage;
VkSharingMode sharingMode;
uint32_t queueFamilyIndexCount;
const uint32_t* pQueueFamilyIndices;
VkImageLayout initialLayout;
} VkImageCreateInfo;type VkImageSwapchainCreateInfoKHR = VkStruct VkImageSwapchainCreateInfoKHR' Source #
typedef struct VkImageSwapchainCreateInfoKHR {
VkStructureType sType;
const void* pNext;
VkSwapchainKHR swapchain;
} VkImageSwapchainCreateInfoKHR;newtype VkSampleCountBitmask (a :: FlagType) Source #
Constructors
| VkSampleCountBitmask VkFlags |
Bundled Patterns
| pattern VkSampleCountFlagBits :: VkFlags -> VkSampleCountBitmask FlagBit | |
| pattern VkSampleCountFlags :: VkFlags -> VkSampleCountBitmask FlagMask | |
| pattern VK_SAMPLE_COUNT_1_BIT :: VkSampleCountBitmask a | Sample count 1 supported bitpos = |
| pattern VK_SAMPLE_COUNT_2_BIT :: VkSampleCountBitmask a | Sample count 2 supported bitpos = |
| pattern VK_SAMPLE_COUNT_4_BIT :: VkSampleCountBitmask a | Sample count 4 supported bitpos = |
| pattern VK_SAMPLE_COUNT_8_BIT :: VkSampleCountBitmask a | Sample count 8 supported bitpos = |
| pattern VK_SAMPLE_COUNT_16_BIT :: VkSampleCountBitmask a | Sample count 16 supported bitpos = |
| pattern VK_SAMPLE_COUNT_32_BIT :: VkSampleCountBitmask a | Sample count 32 supported bitpos = |
| pattern VK_SAMPLE_COUNT_64_BIT :: VkSampleCountBitmask a | Sample count 64 supported bitpos = |
Instances
type VkGetDeviceGroupPresentCapabilitiesKHR = "vkGetDeviceGroupPresentCapabilitiesKHR" Source #
pattern VkGetDeviceGroupPresentCapabilitiesKHR :: CString Source #
type HS_vkGetDeviceGroupPresentCapabilitiesKHR Source #
Arguments
| = VkDevice | device |
| -> Ptr VkDeviceGroupPresentCapabilitiesKHR | pDeviceGroupPresentCapabilities |
| -> IO VkResult |
Success codes: VK_SUCCESS.
Error codes: VK_ERROR_OUT_OF_HOST_MEMORY, VK_ERROR_OUT_OF_DEVICE_MEMORY.
VkResult vkGetDeviceGroupPresentCapabilitiesKHR
( VkDevice device
, VkDeviceGroupPresentCapabilitiesKHR* pDeviceGroupPresentCapabilities
)vkGetDeviceGroupPresentCapabilitiesKHR registry at www.khronos.org
type PFN_vkGetDeviceGroupPresentCapabilitiesKHR = FunPtr HS_vkGetDeviceGroupPresentCapabilitiesKHR Source #
vkGetDeviceGroupPresentCapabilitiesKHR Source #
Arguments
| :: VkDevice | device |
| -> Ptr VkDeviceGroupPresentCapabilitiesKHR | pDeviceGroupPresentCapabilities |
| -> IO VkResult |
Success codes: VK_SUCCESS.
Error codes: VK_ERROR_OUT_OF_HOST_MEMORY, VK_ERROR_OUT_OF_DEVICE_MEMORY.
VkResult vkGetDeviceGroupPresentCapabilitiesKHR
( VkDevice device
, VkDeviceGroupPresentCapabilitiesKHR* pDeviceGroupPresentCapabilities
)vkGetDeviceGroupPresentCapabilitiesKHR registry at www.khronos.org
Note: When useNativeFFI-1-1 cabal flag is enabled, this function is linked statically
as a foreign import call to C Vulkan loader.
Otherwise, it is looked up dynamically at runtime using dlsym-like machinery (platform-dependent).
Independently of the flag setting, you can lookup the function manually at runtime:
myGetDeviceGroupPresentCapabilitiesKHR <- vkGetDeviceProc @VkGetDeviceGroupPresentCapabilitiesKHR vkDevice
or less efficient:
myGetDeviceGroupPresentCapabilitiesKHR <- vkGetProc @VkGetDeviceGroupPresentCapabilitiesKHR
Note: vkGetDeviceGroupPresentCapabilitiesKHRUnsafe and vkGetDeviceGroupPresentCapabilitiesKHRSafe are the unsafe and safe
FFI imports of this function, respectively. vkGetDeviceGroupPresentCapabilitiesKHR is an alias
of vkGetDeviceGroupPresentCapabilitiesKHRUnsafe when the useUnsafeFFIDefault cabal flag
is enabled; otherwise, it is an alias of vkGetDeviceGroupPresentCapabilitiesKHRSafe.
vkGetDeviceGroupPresentCapabilitiesKHRUnsafe Source #
Arguments
| :: VkDevice | device |
| -> Ptr VkDeviceGroupPresentCapabilitiesKHR | pDeviceGroupPresentCapabilities |
| -> IO VkResult |
Success codes: VK_SUCCESS.
Error codes: VK_ERROR_OUT_OF_HOST_MEMORY, VK_ERROR_OUT_OF_DEVICE_MEMORY.
VkResult vkGetDeviceGroupPresentCapabilitiesKHR
( VkDevice device
, VkDeviceGroupPresentCapabilitiesKHR* pDeviceGroupPresentCapabilities
)vkGetDeviceGroupPresentCapabilitiesKHR registry at www.khronos.org
Note: When useNativeFFI-1-1 cabal flag is enabled, this function is linked statically
as a foreign import call to C Vulkan loader.
Otherwise, it is looked up dynamically at runtime using dlsym-like machinery (platform-dependent).
Independently of the flag setting, you can lookup the function manually at runtime:
myGetDeviceGroupPresentCapabilitiesKHR <- vkGetDeviceProc @VkGetDeviceGroupPresentCapabilitiesKHR vkDevice
or less efficient:
myGetDeviceGroupPresentCapabilitiesKHR <- vkGetProc @VkGetDeviceGroupPresentCapabilitiesKHR
Note: vkGetDeviceGroupPresentCapabilitiesKHRUnsafe and vkGetDeviceGroupPresentCapabilitiesKHRSafe are the unsafe and safe
FFI imports of this function, respectively. vkGetDeviceGroupPresentCapabilitiesKHR is an alias
of vkGetDeviceGroupPresentCapabilitiesKHRUnsafe when the useUnsafeFFIDefault cabal flag
is enabled; otherwise, it is an alias of vkGetDeviceGroupPresentCapabilitiesKHRSafe.
vkGetDeviceGroupPresentCapabilitiesKHRSafe Source #
Arguments
| :: VkDevice | device |
| -> Ptr VkDeviceGroupPresentCapabilitiesKHR | pDeviceGroupPresentCapabilities |
| -> IO VkResult |
Success codes: VK_SUCCESS.
Error codes: VK_ERROR_OUT_OF_HOST_MEMORY, VK_ERROR_OUT_OF_DEVICE_MEMORY.
VkResult vkGetDeviceGroupPresentCapabilitiesKHR
( VkDevice device
, VkDeviceGroupPresentCapabilitiesKHR* pDeviceGroupPresentCapabilities
)vkGetDeviceGroupPresentCapabilitiesKHR registry at www.khronos.org
Note: When useNativeFFI-1-1 cabal flag is enabled, this function is linked statically
as a foreign import call to C Vulkan loader.
Otherwise, it is looked up dynamically at runtime using dlsym-like machinery (platform-dependent).
Independently of the flag setting, you can lookup the function manually at runtime:
myGetDeviceGroupPresentCapabilitiesKHR <- vkGetDeviceProc @VkGetDeviceGroupPresentCapabilitiesKHR vkDevice
or less efficient:
myGetDeviceGroupPresentCapabilitiesKHR <- vkGetProc @VkGetDeviceGroupPresentCapabilitiesKHR
Note: vkGetDeviceGroupPresentCapabilitiesKHRUnsafe and vkGetDeviceGroupPresentCapabilitiesKHRSafe are the unsafe and safe
FFI imports of this function, respectively. vkGetDeviceGroupPresentCapabilitiesKHR is an alias
of vkGetDeviceGroupPresentCapabilitiesKHRUnsafe when the useUnsafeFFIDefault cabal flag
is enabled; otherwise, it is an alias of vkGetDeviceGroupPresentCapabilitiesKHRSafe.
type VkGetDeviceGroupSurfacePresentModesKHR = "vkGetDeviceGroupSurfacePresentModesKHR" Source #
pattern VkGetDeviceGroupSurfacePresentModesKHR :: CString Source #
type HS_vkGetDeviceGroupSurfacePresentModesKHR Source #
Arguments
| = VkDevice | device |
| -> VkSurfaceKHR | surface |
| -> Ptr VkDeviceGroupPresentModeFlagsKHR | pModes |
| -> IO VkResult |
Success codes: VK_SUCCESS.
Error codes: VK_ERROR_OUT_OF_HOST_MEMORY, VK_ERROR_OUT_OF_DEVICE_MEMORY, VK_ERROR_SURFACE_LOST_KHR.
VkResult vkGetDeviceGroupSurfacePresentModesKHR
( VkDevice device
, VkSurfaceKHR surface
, VkDeviceGroupPresentModeFlagsKHR* pModes
)vkGetDeviceGroupSurfacePresentModesKHR registry at www.khronos.org
type PFN_vkGetDeviceGroupSurfacePresentModesKHR = FunPtr HS_vkGetDeviceGroupSurfacePresentModesKHR Source #
vkGetDeviceGroupSurfacePresentModesKHR Source #
Arguments
| :: VkDevice | device |
| -> VkSurfaceKHR | surface |
| -> Ptr VkDeviceGroupPresentModeFlagsKHR | pModes |
| -> IO VkResult |
Success codes: VK_SUCCESS.
Error codes: VK_ERROR_OUT_OF_HOST_MEMORY, VK_ERROR_OUT_OF_DEVICE_MEMORY, VK_ERROR_SURFACE_LOST_KHR.
VkResult vkGetDeviceGroupSurfacePresentModesKHR
( VkDevice device
, VkSurfaceKHR surface
, VkDeviceGroupPresentModeFlagsKHR* pModes
)vkGetDeviceGroupSurfacePresentModesKHR registry at www.khronos.org
Note: When useNativeFFI-1-1 cabal flag is enabled, this function is linked statically
as a foreign import call to C Vulkan loader.
Otherwise, it is looked up dynamically at runtime using dlsym-like machinery (platform-dependent).
Independently of the flag setting, you can lookup the function manually at runtime:
myGetDeviceGroupSurfacePresentModesKHR <- vkGetDeviceProc @VkGetDeviceGroupSurfacePresentModesKHR vkDevice
or less efficient:
myGetDeviceGroupSurfacePresentModesKHR <- vkGetProc @VkGetDeviceGroupSurfacePresentModesKHR
Note: vkGetDeviceGroupSurfacePresentModesKHRUnsafe and vkGetDeviceGroupSurfacePresentModesKHRSafe are the unsafe and safe
FFI imports of this function, respectively. vkGetDeviceGroupSurfacePresentModesKHR is an alias
of vkGetDeviceGroupSurfacePresentModesKHRUnsafe when the useUnsafeFFIDefault cabal flag
is enabled; otherwise, it is an alias of vkGetDeviceGroupSurfacePresentModesKHRSafe.
vkGetDeviceGroupSurfacePresentModesKHRUnsafe Source #
Arguments
| :: VkDevice | device |
| -> VkSurfaceKHR | surface |
| -> Ptr VkDeviceGroupPresentModeFlagsKHR | pModes |
| -> IO VkResult |
Success codes: VK_SUCCESS.
Error codes: VK_ERROR_OUT_OF_HOST_MEMORY, VK_ERROR_OUT_OF_DEVICE_MEMORY, VK_ERROR_SURFACE_LOST_KHR.
VkResult vkGetDeviceGroupSurfacePresentModesKHR
( VkDevice device
, VkSurfaceKHR surface
, VkDeviceGroupPresentModeFlagsKHR* pModes
)vkGetDeviceGroupSurfacePresentModesKHR registry at www.khronos.org
Note: When useNativeFFI-1-1 cabal flag is enabled, this function is linked statically
as a foreign import call to C Vulkan loader.
Otherwise, it is looked up dynamically at runtime using dlsym-like machinery (platform-dependent).
Independently of the flag setting, you can lookup the function manually at runtime:
myGetDeviceGroupSurfacePresentModesKHR <- vkGetDeviceProc @VkGetDeviceGroupSurfacePresentModesKHR vkDevice
or less efficient:
myGetDeviceGroupSurfacePresentModesKHR <- vkGetProc @VkGetDeviceGroupSurfacePresentModesKHR
Note: vkGetDeviceGroupSurfacePresentModesKHRUnsafe and vkGetDeviceGroupSurfacePresentModesKHRSafe are the unsafe and safe
FFI imports of this function, respectively. vkGetDeviceGroupSurfacePresentModesKHR is an alias
of vkGetDeviceGroupSurfacePresentModesKHRUnsafe when the useUnsafeFFIDefault cabal flag
is enabled; otherwise, it is an alias of vkGetDeviceGroupSurfacePresentModesKHRSafe.
vkGetDeviceGroupSurfacePresentModesKHRSafe Source #
Arguments
| :: VkDevice | device |
| -> VkSurfaceKHR | surface |
| -> Ptr VkDeviceGroupPresentModeFlagsKHR | pModes |
| -> IO VkResult |
Success codes: VK_SUCCESS.
Error codes: VK_ERROR_OUT_OF_HOST_MEMORY, VK_ERROR_OUT_OF_DEVICE_MEMORY, VK_ERROR_SURFACE_LOST_KHR.
VkResult vkGetDeviceGroupSurfacePresentModesKHR
( VkDevice device
, VkSurfaceKHR surface
, VkDeviceGroupPresentModeFlagsKHR* pModes
)vkGetDeviceGroupSurfacePresentModesKHR registry at www.khronos.org
Note: When useNativeFFI-1-1 cabal flag is enabled, this function is linked statically
as a foreign import call to C Vulkan loader.
Otherwise, it is looked up dynamically at runtime using dlsym-like machinery (platform-dependent).
Independently of the flag setting, you can lookup the function manually at runtime:
myGetDeviceGroupSurfacePresentModesKHR <- vkGetDeviceProc @VkGetDeviceGroupSurfacePresentModesKHR vkDevice
or less efficient:
myGetDeviceGroupSurfacePresentModesKHR <- vkGetProc @VkGetDeviceGroupSurfacePresentModesKHR
Note: vkGetDeviceGroupSurfacePresentModesKHRUnsafe and vkGetDeviceGroupSurfacePresentModesKHRSafe are the unsafe and safe
FFI imports of this function, respectively. vkGetDeviceGroupSurfacePresentModesKHR is an alias
of vkGetDeviceGroupSurfacePresentModesKHRUnsafe when the useUnsafeFFIDefault cabal flag
is enabled; otherwise, it is an alias of vkGetDeviceGroupSurfacePresentModesKHRSafe.
type VkGetPhysicalDevicePresentRectanglesKHR = "vkGetPhysicalDevicePresentRectanglesKHR" Source #
pattern VkGetPhysicalDevicePresentRectanglesKHR :: CString Source #
type HS_vkGetPhysicalDevicePresentRectanglesKHR Source #
Arguments
| = VkPhysicalDevice | physicalDevice |
| -> VkSurfaceKHR | surface |
| -> Ptr Word32 | pRectCount |
| -> Ptr VkRect2D | pRects |
| -> IO VkResult |
Success codes: VK_SUCCESS, VK_INCOMPLETE.
Error codes: VK_ERROR_OUT_OF_HOST_MEMORY, VK_ERROR_OUT_OF_DEVICE_MEMORY.
VkResult vkGetPhysicalDevicePresentRectanglesKHR
( VkPhysicalDevice physicalDevice
, VkSurfaceKHR surface
, uint32_t* pRectCount
, VkRect2D* pRects
)vkGetPhysicalDevicePresentRectanglesKHR registry at www.khronos.org
type PFN_vkGetPhysicalDevicePresentRectanglesKHR = FunPtr HS_vkGetPhysicalDevicePresentRectanglesKHR Source #
vkGetPhysicalDevicePresentRectanglesKHR Source #
Arguments
| :: VkPhysicalDevice | physicalDevice |
| -> VkSurfaceKHR | surface |
| -> Ptr Word32 | pRectCount |
| -> Ptr VkRect2D | pRects |
| -> IO VkResult |
Success codes: VK_SUCCESS, VK_INCOMPLETE.
Error codes: VK_ERROR_OUT_OF_HOST_MEMORY, VK_ERROR_OUT_OF_DEVICE_MEMORY.
VkResult vkGetPhysicalDevicePresentRectanglesKHR
( VkPhysicalDevice physicalDevice
, VkSurfaceKHR surface
, uint32_t* pRectCount
, VkRect2D* pRects
)vkGetPhysicalDevicePresentRectanglesKHR registry at www.khronos.org
Note: When useNativeFFI-1-1 cabal flag is enabled, this function is linked statically
as a foreign import call to C Vulkan loader.
Otherwise, it is looked up dynamically at runtime using dlsym-like machinery (platform-dependent).
Independently of the flag setting, you can lookup the function manually at runtime:
myGetPhysicalDevicePresentRectanglesKHR <- vkGetInstanceProc @VkGetPhysicalDevicePresentRectanglesKHR vkInstance
or less efficient:
myGetPhysicalDevicePresentRectanglesKHR <- vkGetProc @VkGetPhysicalDevicePresentRectanglesKHR
Note: vkGetPhysicalDevicePresentRectanglesKHRUnsafe and vkGetPhysicalDevicePresentRectanglesKHRSafe are the unsafe and safe
FFI imports of this function, respectively. vkGetPhysicalDevicePresentRectanglesKHR is an alias
of vkGetPhysicalDevicePresentRectanglesKHRUnsafe when the useUnsafeFFIDefault cabal flag
is enabled; otherwise, it is an alias of vkGetPhysicalDevicePresentRectanglesKHRSafe.
vkGetPhysicalDevicePresentRectanglesKHRUnsafe Source #
Arguments
| :: VkPhysicalDevice | physicalDevice |
| -> VkSurfaceKHR | surface |
| -> Ptr Word32 | pRectCount |
| -> Ptr VkRect2D | pRects |
| -> IO VkResult |
Success codes: VK_SUCCESS, VK_INCOMPLETE.
Error codes: VK_ERROR_OUT_OF_HOST_MEMORY, VK_ERROR_OUT_OF_DEVICE_MEMORY.
VkResult vkGetPhysicalDevicePresentRectanglesKHR
( VkPhysicalDevice physicalDevice
, VkSurfaceKHR surface
, uint32_t* pRectCount
, VkRect2D* pRects
)vkGetPhysicalDevicePresentRectanglesKHR registry at www.khronos.org
Note: When useNativeFFI-1-1 cabal flag is enabled, this function is linked statically
as a foreign import call to C Vulkan loader.
Otherwise, it is looked up dynamically at runtime using dlsym-like machinery (platform-dependent).
Independently of the flag setting, you can lookup the function manually at runtime:
myGetPhysicalDevicePresentRectanglesKHR <- vkGetInstanceProc @VkGetPhysicalDevicePresentRectanglesKHR vkInstance
or less efficient:
myGetPhysicalDevicePresentRectanglesKHR <- vkGetProc @VkGetPhysicalDevicePresentRectanglesKHR
Note: vkGetPhysicalDevicePresentRectanglesKHRUnsafe and vkGetPhysicalDevicePresentRectanglesKHRSafe are the unsafe and safe
FFI imports of this function, respectively. vkGetPhysicalDevicePresentRectanglesKHR is an alias
of vkGetPhysicalDevicePresentRectanglesKHRUnsafe when the useUnsafeFFIDefault cabal flag
is enabled; otherwise, it is an alias of vkGetPhysicalDevicePresentRectanglesKHRSafe.
vkGetPhysicalDevicePresentRectanglesKHRSafe Source #
Arguments
| :: VkPhysicalDevice | physicalDevice |
| -> VkSurfaceKHR | surface |
| -> Ptr Word32 | pRectCount |
| -> Ptr VkRect2D | pRects |
| -> IO VkResult |
Success codes: VK_SUCCESS, VK_INCOMPLETE.
Error codes: VK_ERROR_OUT_OF_HOST_MEMORY, VK_ERROR_OUT_OF_DEVICE_MEMORY.
VkResult vkGetPhysicalDevicePresentRectanglesKHR
( VkPhysicalDevice physicalDevice
, VkSurfaceKHR surface
, uint32_t* pRectCount
, VkRect2D* pRects
)vkGetPhysicalDevicePresentRectanglesKHR registry at www.khronos.org
Note: When useNativeFFI-1-1 cabal flag is enabled, this function is linked statically
as a foreign import call to C Vulkan loader.
Otherwise, it is looked up dynamically at runtime using dlsym-like machinery (platform-dependent).
Independently of the flag setting, you can lookup the function manually at runtime:
myGetPhysicalDevicePresentRectanglesKHR <- vkGetInstanceProc @VkGetPhysicalDevicePresentRectanglesKHR vkInstance
or less efficient:
myGetPhysicalDevicePresentRectanglesKHR <- vkGetProc @VkGetPhysicalDevicePresentRectanglesKHR
Note: vkGetPhysicalDevicePresentRectanglesKHRUnsafe and vkGetPhysicalDevicePresentRectanglesKHRSafe are the unsafe and safe
FFI imports of this function, respectively. vkGetPhysicalDevicePresentRectanglesKHR is an alias
of vkGetPhysicalDevicePresentRectanglesKHRUnsafe when the useUnsafeFFIDefault cabal flag
is enabled; otherwise, it is an alias of vkGetPhysicalDevicePresentRectanglesKHRSafe.
type VkAcquireNextImage2KHR = "vkAcquireNextImage2KHR" Source #
pattern VkAcquireNextImage2KHR :: CString Source #
type HS_vkAcquireNextImage2KHR Source #
Arguments
| = VkDevice | device |
| -> Ptr VkAcquireNextImageInfoKHR | pAcquireInfo |
| -> Ptr Word32 | pImageIndex |
| -> IO VkResult |
Success codes: VK_SUCCESS, VK_TIMEOUT, VK_NOT_READY, VK_SUBOPTIMAL_KHR.
Error codes: VK_ERROR_OUT_OF_HOST_MEMORY, VK_ERROR_OUT_OF_DEVICE_MEMORY, VK_ERROR_DEVICE_LOST, VK_ERROR_OUT_OF_DATE_KHR, VK_ERROR_SURFACE_LOST_KHR, VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT.
VkResult vkAcquireNextImage2KHR
( VkDevice device
, const VkAcquireNextImageInfoKHR* pAcquireInfo
, uint32_t* pImageIndex
)vkAcquireNextImage2KHR Source #
Arguments
| :: VkDevice | device |
| -> Ptr VkAcquireNextImageInfoKHR | pAcquireInfo |
| -> Ptr Word32 | pImageIndex |
| -> IO VkResult |
Success codes: VK_SUCCESS, VK_TIMEOUT, VK_NOT_READY, VK_SUBOPTIMAL_KHR.
Error codes: VK_ERROR_OUT_OF_HOST_MEMORY, VK_ERROR_OUT_OF_DEVICE_MEMORY, VK_ERROR_DEVICE_LOST, VK_ERROR_OUT_OF_DATE_KHR, VK_ERROR_SURFACE_LOST_KHR, VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT.
VkResult vkAcquireNextImage2KHR
( VkDevice device
, const VkAcquireNextImageInfoKHR* pAcquireInfo
, uint32_t* pImageIndex
)vkAcquireNextImage2KHR registry at www.khronos.org
Note: When useNativeFFI-1-1 cabal flag is enabled, this function is linked statically
as a foreign import call to C Vulkan loader.
Otherwise, it is looked up dynamically at runtime using dlsym-like machinery (platform-dependent).
Independently of the flag setting, you can lookup the function manually at runtime:
myAcquireNextImage2KHR <- vkGetDeviceProc @VkAcquireNextImage2KHR vkDevice
or less efficient:
myAcquireNextImage2KHR <- vkGetProc @VkAcquireNextImage2KHR
Note: vkAcquireNextImage2KHRUnsafe and vkAcquireNextImage2KHRSafe are the unsafe and safe
FFI imports of this function, respectively. vkAcquireNextImage2KHR is an alias
of vkAcquireNextImage2KHRUnsafe when the useUnsafeFFIDefault cabal flag
is enabled; otherwise, it is an alias of vkAcquireNextImage2KHRSafe.
vkAcquireNextImage2KHRUnsafe Source #
Arguments
| :: VkDevice | device |
| -> Ptr VkAcquireNextImageInfoKHR | pAcquireInfo |
| -> Ptr Word32 | pImageIndex |
| -> IO VkResult |
Success codes: VK_SUCCESS, VK_TIMEOUT, VK_NOT_READY, VK_SUBOPTIMAL_KHR.
Error codes: VK_ERROR_OUT_OF_HOST_MEMORY, VK_ERROR_OUT_OF_DEVICE_MEMORY, VK_ERROR_DEVICE_LOST, VK_ERROR_OUT_OF_DATE_KHR, VK_ERROR_SURFACE_LOST_KHR, VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT.
VkResult vkAcquireNextImage2KHR
( VkDevice device
, const VkAcquireNextImageInfoKHR* pAcquireInfo
, uint32_t* pImageIndex
)vkAcquireNextImage2KHR registry at www.khronos.org
Note: When useNativeFFI-1-1 cabal flag is enabled, this function is linked statically
as a foreign import call to C Vulkan loader.
Otherwise, it is looked up dynamically at runtime using dlsym-like machinery (platform-dependent).
Independently of the flag setting, you can lookup the function manually at runtime:
myAcquireNextImage2KHR <- vkGetDeviceProc @VkAcquireNextImage2KHR vkDevice
or less efficient:
myAcquireNextImage2KHR <- vkGetProc @VkAcquireNextImage2KHR
Note: vkAcquireNextImage2KHRUnsafe and vkAcquireNextImage2KHRSafe are the unsafe and safe
FFI imports of this function, respectively. vkAcquireNextImage2KHR is an alias
of vkAcquireNextImage2KHRUnsafe when the useUnsafeFFIDefault cabal flag
is enabled; otherwise, it is an alias of vkAcquireNextImage2KHRSafe.
vkAcquireNextImage2KHRSafe Source #
Arguments
| :: VkDevice | device |
| -> Ptr VkAcquireNextImageInfoKHR | pAcquireInfo |
| -> Ptr Word32 | pImageIndex |
| -> IO VkResult |
Success codes: VK_SUCCESS, VK_TIMEOUT, VK_NOT_READY, VK_SUBOPTIMAL_KHR.
Error codes: VK_ERROR_OUT_OF_HOST_MEMORY, VK_ERROR_OUT_OF_DEVICE_MEMORY, VK_ERROR_DEVICE_LOST, VK_ERROR_OUT_OF_DATE_KHR, VK_ERROR_SURFACE_LOST_KHR, VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT.
VkResult vkAcquireNextImage2KHR
( VkDevice device
, const VkAcquireNextImageInfoKHR* pAcquireInfo
, uint32_t* pImageIndex
)vkAcquireNextImage2KHR registry at www.khronos.org
Note: When useNativeFFI-1-1 cabal flag is enabled, this function is linked statically
as a foreign import call to C Vulkan loader.
Otherwise, it is looked up dynamically at runtime using dlsym-like machinery (platform-dependent).
Independently of the flag setting, you can lookup the function manually at runtime:
myAcquireNextImage2KHR <- vkGetDeviceProc @VkAcquireNextImage2KHR vkDevice
or less efficient:
myAcquireNextImage2KHR <- vkGetProc @VkAcquireNextImage2KHR
Note: vkAcquireNextImage2KHRUnsafe and vkAcquireNextImage2KHRSafe are the unsafe and safe
FFI imports of this function, respectively. vkAcquireNextImage2KHR is an alias
of vkAcquireNextImage2KHRUnsafe when the useUnsafeFFIDefault cabal flag
is enabled; otherwise, it is an alias of vkAcquireNextImage2KHRSafe.
type VkAcquireProfilingLockInfoKHR = VkStruct VkAcquireProfilingLockInfoKHR' Source #
typedef struct VkAcquireProfilingLockInfoKHR {
VkStructureType sType;
const void* pNext;
VkAcquireProfilingLockFlagsKHR flags;
uint64_t timeout;
} VkAcquireProfilingLockInfoKHR;type VkDeviceCreateInfo = VkStruct 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;type VkDeviceDiagnosticsConfigCreateInfoNV = VkStruct VkDeviceDiagnosticsConfigCreateInfoNV' Source #
typedef struct VkDeviceDiagnosticsConfigCreateInfoNV {
VkStructureType sType;
const void* pNext;
VkDeviceDiagnosticsConfigFlagsNV flags;
} VkDeviceDiagnosticsConfigCreateInfoNV;VkDeviceDiagnosticsConfigCreateInfoNV registry at www.khronos.org
type VkDeviceEventInfoEXT = VkStruct VkDeviceEventInfoEXT' Source #
typedef struct VkDeviceEventInfoEXT {
VkStructureType sType;
const void* pNext;
VkDeviceEventTypeEXT deviceEvent;
} VkDeviceEventInfoEXT;type VkDeviceGroupBindSparseInfo = VkStruct VkDeviceGroupBindSparseInfo' Source #
typedef struct VkDeviceGroupBindSparseInfo {
VkStructureType sType;
const void* pNext;
uint32_t resourceDeviceIndex;
uint32_t memoryDeviceIndex;
} VkDeviceGroupBindSparseInfo;type VkDeviceGroupBindSparseInfoKHR = VkDeviceGroupBindSparseInfo Source #
Alias for VkDeviceGroupBindSparseInfo
type VkDeviceGroupCommandBufferBeginInfo = VkStruct VkDeviceGroupCommandBufferBeginInfo' Source #
typedef struct VkDeviceGroupCommandBufferBeginInfo {
VkStructureType sType;
const void* pNext;
uint32_t deviceMask;
} VkDeviceGroupCommandBufferBeginInfo;VkDeviceGroupCommandBufferBeginInfo registry at www.khronos.org
type VkDeviceGroupCommandBufferBeginInfoKHR = VkDeviceGroupCommandBufferBeginInfo Source #
Alias for VkDeviceGroupCommandBufferBeginInfo
type VkDeviceGroupDeviceCreateInfo = VkStruct VkDeviceGroupDeviceCreateInfo' Source #
typedef struct VkDeviceGroupDeviceCreateInfo {
VkStructureType sType;
const void* pNext;
uint32_t physicalDeviceCount;
const VkPhysicalDevice* pPhysicalDevices;
} VkDeviceGroupDeviceCreateInfo;type VkDeviceGroupDeviceCreateInfoKHR = VkDeviceGroupDeviceCreateInfo Source #
Alias for VkDeviceGroupDeviceCreateInfo
type VkDeviceGroupRenderPassBeginInfo = VkStruct 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
type VkDeviceGroupRenderPassBeginInfoKHR = VkDeviceGroupRenderPassBeginInfo Source #
Alias for VkDeviceGroupRenderPassBeginInfo
type VkDeviceGroupSubmitInfo = VkStruct 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;type VkDeviceGroupSubmitInfoKHR = VkDeviceGroupSubmitInfo Source #
Alias for VkDeviceGroupSubmitInfo
type VkDeviceMemoryOpaqueCaptureAddressInfo = VkStruct VkDeviceMemoryOpaqueCaptureAddressInfo' Source #
typedef struct VkDeviceMemoryOpaqueCaptureAddressInfo {
VkStructureType sType;
const void* pNext;
VkDeviceMemory memory;
} VkDeviceMemoryOpaqueCaptureAddressInfo;VkDeviceMemoryOpaqueCaptureAddressInfo registry at www.khronos.org
type VkDeviceMemoryOpaqueCaptureAddressInfoKHR = VkDeviceMemoryOpaqueCaptureAddressInfo Source #
Alias for VkDeviceMemoryOpaqueCaptureAddressInfo
type VkDeviceMemoryOverallocationCreateInfoAMD = VkStruct VkDeviceMemoryOverallocationCreateInfoAMD' Source #
typedef struct VkDeviceMemoryOverallocationCreateInfoAMD {
VkStructureType sType;
const void* pNext;
VkMemoryOverallocationBehaviorAMD overallocationBehavior;
} VkDeviceMemoryOverallocationCreateInfoAMD;VkDeviceMemoryOverallocationCreateInfoAMD registry at www.khronos.org
type VkDevicePrivateDataCreateInfoEXT = VkStruct VkDevicePrivateDataCreateInfoEXT' Source #
typedef struct VkDevicePrivateDataCreateInfoEXT {
VkStructureType sType;
const void* pNext;
uint32_t privateDataSlotRequestCount;
} VkDevicePrivateDataCreateInfoEXT;VkDevicePrivateDataCreateInfoEXT registry at www.khronos.org
type VkDeviceQueueCreateInfo = VkStruct VkDeviceQueueCreateInfo' Source #
typedef struct VkDeviceQueueCreateInfo {
VkStructureType sType;
const void* pNext;
VkDeviceQueueCreateFlags flags;
uint32_t queueFamilyIndex;
uint32_t queueCount;
const float* pQueuePriorities;
} VkDeviceQueueCreateInfo;type VkDeviceQueueGlobalPriorityCreateInfoEXT = VkStruct VkDeviceQueueGlobalPriorityCreateInfoEXT' Source #
typedef struct VkDeviceQueueGlobalPriorityCreateInfoEXT {
VkStructureType sType;
const void* pNext;
VkQueueGlobalPriorityEXT globalPriority;
} VkDeviceQueueGlobalPriorityCreateInfoEXT;VkDeviceQueueGlobalPriorityCreateInfoEXT registry at www.khronos.org
type VkDeviceQueueInfo2 = VkStruct VkDeviceQueueInfo2' Source #
typedef struct VkDeviceQueueInfo2 {
VkStructureType sType;
const void* pNext;
VkDeviceQueueCreateFlags flags;
uint32_t queueFamilyIndex;
uint32_t queueIndex;
} VkDeviceQueueInfo2;type VkOffset2D = VkStruct VkOffset2D' Source #
typedef struct VkOffset2D {
int32_t x;
int32_t y;
} VkOffset2D;type VkOffset3D = VkStruct VkOffset3D' Source #
typedef struct VkOffset3D {
int32_t x;
int32_t y;
int32_t z;
} VkOffset3D;type VkRect2D = VkStruct VkRect2D' Source #
typedef struct VkRect2D {
VkOffset2D offset;
VkExtent2D extent;
} VkRect2D;type VkRectLayerKHR = VkStruct VkRectLayerKHR' Source #
typedef struct VkRectLayerKHR {
VkOffset2D offset;
VkExtent2D extent;
uint32_t layer;
} VkRectLayerKHR;pattern VK_SWAPCHAIN_CREATE_SPLIT_INSTANCE_BIND_REGIONS_BIT_KHR :: VkSwapchainCreateBitmaskKHR a Source #
Allow images with VK_IMAGE_CREATE_SPLIT_INSTANCE_BIND_REGIONS_BIT
bitpos = 0
pattern VK_SWAPCHAIN_CREATE_PROTECTED_BIT_KHR :: VkSwapchainCreateBitmaskKHR a Source #
Swapchain is protected
bitpos = 1
Orphan instances
| VulkanProc "vkAcquireNextImage2KHR" Source # | |
Associated Types type VkProcType "vkAcquireNextImage2KHR" Source # Methods vkProcSymbol :: CString Source # unwrapVkProcPtrUnsafe :: FunPtr (VkProcType "vkAcquireNextImage2KHR") -> VkProcType "vkAcquireNextImage2KHR" Source # unwrapVkProcPtrSafe :: FunPtr (VkProcType "vkAcquireNextImage2KHR") -> VkProcType "vkAcquireNextImage2KHR" Source # | |
| VulkanProc "vkAcquireNextImageKHR" Source # | |
Associated Types type VkProcType "vkAcquireNextImageKHR" Source # Methods vkProcSymbol :: CString Source # unwrapVkProcPtrUnsafe :: FunPtr (VkProcType "vkAcquireNextImageKHR") -> VkProcType "vkAcquireNextImageKHR" Source # unwrapVkProcPtrSafe :: FunPtr (VkProcType "vkAcquireNextImageKHR") -> VkProcType "vkAcquireNextImageKHR" Source # | |
| VulkanProc "vkCreateSwapchainKHR" Source # | |
Associated Types type VkProcType "vkCreateSwapchainKHR" Source # Methods vkProcSymbol :: CString Source # unwrapVkProcPtrUnsafe :: FunPtr (VkProcType "vkCreateSwapchainKHR") -> VkProcType "vkCreateSwapchainKHR" Source # unwrapVkProcPtrSafe :: FunPtr (VkProcType "vkCreateSwapchainKHR") -> VkProcType "vkCreateSwapchainKHR" Source # | |
| VulkanProc "vkDestroySwapchainKHR" Source # | |
Associated Types type VkProcType "vkDestroySwapchainKHR" Source # Methods vkProcSymbol :: CString Source # unwrapVkProcPtrUnsafe :: FunPtr (VkProcType "vkDestroySwapchainKHR") -> VkProcType "vkDestroySwapchainKHR" Source # unwrapVkProcPtrSafe :: FunPtr (VkProcType "vkDestroySwapchainKHR") -> VkProcType "vkDestroySwapchainKHR" Source # | |
| VulkanProc "vkGetDeviceGroupPresentCapabilitiesKHR" Source # | |
Associated Types type VkProcType "vkGetDeviceGroupPresentCapabilitiesKHR" Source # Methods vkProcSymbol :: CString Source # unwrapVkProcPtrUnsafe :: FunPtr (VkProcType "vkGetDeviceGroupPresentCapabilitiesKHR") -> VkProcType "vkGetDeviceGroupPresentCapabilitiesKHR" Source # unwrapVkProcPtrSafe :: FunPtr (VkProcType "vkGetDeviceGroupPresentCapabilitiesKHR") -> VkProcType "vkGetDeviceGroupPresentCapabilitiesKHR" Source # | |
| VulkanProc "vkGetDeviceGroupSurfacePresentModesKHR" Source # | |
Associated Types type VkProcType "vkGetDeviceGroupSurfacePresentModesKHR" Source # Methods vkProcSymbol :: CString Source # unwrapVkProcPtrUnsafe :: FunPtr (VkProcType "vkGetDeviceGroupSurfacePresentModesKHR") -> VkProcType "vkGetDeviceGroupSurfacePresentModesKHR" Source # unwrapVkProcPtrSafe :: FunPtr (VkProcType "vkGetDeviceGroupSurfacePresentModesKHR") -> VkProcType "vkGetDeviceGroupSurfacePresentModesKHR" Source # | |
| VulkanProc "vkGetPhysicalDevicePresentRectanglesKHR" Source # | |
Associated Types type VkProcType "vkGetPhysicalDevicePresentRectanglesKHR" Source # Methods vkProcSymbol :: CString Source # unwrapVkProcPtrUnsafe :: FunPtr (VkProcType "vkGetPhysicalDevicePresentRectanglesKHR") -> VkProcType "vkGetPhysicalDevicePresentRectanglesKHR" Source # unwrapVkProcPtrSafe :: FunPtr (VkProcType "vkGetPhysicalDevicePresentRectanglesKHR") -> VkProcType "vkGetPhysicalDevicePresentRectanglesKHR" Source # | |
| VulkanProc "vkGetSwapchainImagesKHR" Source # | |
Associated Types type VkProcType "vkGetSwapchainImagesKHR" Source # Methods vkProcSymbol :: CString Source # unwrapVkProcPtrUnsafe :: FunPtr (VkProcType "vkGetSwapchainImagesKHR") -> VkProcType "vkGetSwapchainImagesKHR" Source # unwrapVkProcPtrSafe :: FunPtr (VkProcType "vkGetSwapchainImagesKHR") -> VkProcType "vkGetSwapchainImagesKHR" Source # | |
| VulkanProc "vkQueuePresentKHR" Source # | |
Associated Types type VkProcType "vkQueuePresentKHR" Source # Methods vkProcSymbol :: CString Source # unwrapVkProcPtrUnsafe :: FunPtr (VkProcType "vkQueuePresentKHR") -> VkProcType "vkQueuePresentKHR" Source # unwrapVkProcPtrSafe :: FunPtr (VkProcType "vkQueuePresentKHR") -> VkProcType "vkQueuePresentKHR" Source # | |