Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- module Graphics.Vulkan.Marshal
- newtype VkBlendFactor where
- VkBlendFactor Int32
- pattern VK_BLEND_FACTOR_ZERO :: VkBlendFactor
- pattern VK_BLEND_FACTOR_ONE :: VkBlendFactor
- pattern VK_BLEND_FACTOR_SRC_COLOR :: VkBlendFactor
- pattern VK_BLEND_FACTOR_ONE_MINUS_SRC_COLOR :: VkBlendFactor
- pattern VK_BLEND_FACTOR_DST_COLOR :: VkBlendFactor
- pattern VK_BLEND_FACTOR_ONE_MINUS_DST_COLOR :: VkBlendFactor
- pattern VK_BLEND_FACTOR_SRC_ALPHA :: VkBlendFactor
- pattern VK_BLEND_FACTOR_ONE_MINUS_SRC_ALPHA :: VkBlendFactor
- pattern VK_BLEND_FACTOR_DST_ALPHA :: VkBlendFactor
- pattern VK_BLEND_FACTOR_ONE_MINUS_DST_ALPHA :: VkBlendFactor
- pattern VK_BLEND_FACTOR_CONSTANT_COLOR :: VkBlendFactor
- pattern VK_BLEND_FACTOR_ONE_MINUS_CONSTANT_COLOR :: VkBlendFactor
- pattern VK_BLEND_FACTOR_CONSTANT_ALPHA :: VkBlendFactor
- pattern VK_BLEND_FACTOR_ONE_MINUS_CONSTANT_ALPHA :: VkBlendFactor
- pattern VK_BLEND_FACTOR_SRC_ALPHA_SATURATE :: VkBlendFactor
- pattern VK_BLEND_FACTOR_SRC1_COLOR :: VkBlendFactor
- pattern VK_BLEND_FACTOR_ONE_MINUS_SRC1_COLOR :: VkBlendFactor
- pattern VK_BLEND_FACTOR_SRC1_ALPHA :: VkBlendFactor
- pattern VK_BLEND_FACTOR_ONE_MINUS_SRC1_ALPHA :: VkBlendFactor
- newtype VkBlendOp where
- VkBlendOp Int32
- pattern VK_BLEND_OP_ADD :: VkBlendOp
- pattern VK_BLEND_OP_SUBTRACT :: VkBlendOp
- pattern VK_BLEND_OP_REVERSE_SUBTRACT :: VkBlendOp
- pattern VK_BLEND_OP_MIN :: VkBlendOp
- pattern VK_BLEND_OP_MAX :: VkBlendOp
- newtype VkBlendOverlapEXT where
- 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 VkCompareOp where
- VkCompareOp Int32
- pattern VK_COMPARE_OP_NEVER :: VkCompareOp
- pattern VK_COMPARE_OP_LESS :: VkCompareOp
- pattern VK_COMPARE_OP_EQUAL :: VkCompareOp
- pattern VK_COMPARE_OP_LESS_OR_EQUAL :: VkCompareOp
- pattern VK_COMPARE_OP_GREATER :: VkCompareOp
- pattern VK_COMPARE_OP_NOT_EQUAL :: VkCompareOp
- pattern VK_COMPARE_OP_GREATER_OR_EQUAL :: VkCompareOp
- pattern VK_COMPARE_OP_ALWAYS :: VkCompareOp
- newtype VkCullModeBitmask (a :: FlagType) where
- VkCullModeBitmask VkFlags
- pattern VkCullModeFlagBits :: VkFlags -> VkCullModeBitmask FlagBit
- pattern VkCullModeFlags :: VkFlags -> VkCullModeBitmask FlagMask
- pattern VK_CULL_MODE_NONE :: VkCullModeBitmask a
- pattern VK_CULL_MODE_FRONT_BIT :: VkCullModeBitmask a
- pattern VK_CULL_MODE_BACK_BIT :: VkCullModeBitmask a
- pattern VK_CULL_MODE_FRONT_AND_BACK :: VkCullModeBitmask a
- type VkCullModeFlagBits = VkCullModeBitmask FlagBit
- type VkCullModeFlags = VkCullModeBitmask FlagMask
- newtype VkAndroidSurfaceCreateFlagsKHR = VkAndroidSurfaceCreateFlagsKHR VkFlags
- newtype VkBufferViewCreateFlags = VkBufferViewCreateFlags VkFlags
- newtype VkBuildAccelerationStructureFlagsNV = VkBuildAccelerationStructureFlagsNV VkFlags
- newtype VkCommandPoolTrimFlags = VkCommandPoolTrimFlags VkFlags
- newtype VkCommandPoolTrimFlagsKHR = VkCommandPoolTrimFlagsKHR VkFlags
- newtype VkDebugUtilsMessengerCallbackDataFlagsEXT = VkDebugUtilsMessengerCallbackDataFlagsEXT VkFlags
- newtype VkDebugUtilsMessengerCreateFlagsEXT = VkDebugUtilsMessengerCreateFlagsEXT VkFlags
- newtype VkDescriptorBindingFlagsEXT = VkDescriptorBindingFlagsEXT VkFlags
- newtype VkDescriptorPoolResetFlags = VkDescriptorPoolResetFlags VkFlags
- newtype VkDescriptorUpdateTemplateCreateFlags = VkDescriptorUpdateTemplateCreateFlags VkFlags
- newtype VkDescriptorUpdateTemplateCreateFlagsKHR = VkDescriptorUpdateTemplateCreateFlagsKHR VkFlags
- newtype VkDeviceCreateFlags = VkDeviceCreateFlags VkFlags
- newtype VkDirectFBSurfaceCreateFlagsEXT = VkDirectFBSurfaceCreateFlagsEXT VkFlags
- newtype VkDisplayModeCreateFlagsKHR = VkDisplayModeCreateFlagsKHR VkFlags
- newtype VkDisplaySurfaceCreateFlagsKHR = VkDisplaySurfaceCreateFlagsKHR VkFlags
- newtype VkEventCreateFlags = VkEventCreateFlags VkFlags
- newtype VkExternalFenceFeatureFlagsKHR = VkExternalFenceFeatureFlagsKHR VkFlags
- newtype VkExternalFenceHandleTypeFlagsKHR = VkExternalFenceHandleTypeFlagsKHR VkFlags
- newtype VkExternalMemoryFeatureFlagsKHR = VkExternalMemoryFeatureFlagsKHR VkFlags
- newtype VkExternalMemoryHandleTypeFlagsKHR = VkExternalMemoryHandleTypeFlagsKHR VkFlags
- newtype VkExternalSemaphoreFeatureFlagsKHR = VkExternalSemaphoreFeatureFlagsKHR VkFlags
- newtype VkExternalSemaphoreHandleTypeFlagsKHR = VkExternalSemaphoreHandleTypeFlagsKHR VkFlags
- newtype VkFenceImportFlagsKHR = VkFenceImportFlagsKHR VkFlags
- newtype VkGeometryFlagsNV = VkGeometryFlagsNV VkFlags
- newtype VkGeometryInstanceFlagsNV = VkGeometryInstanceFlagsNV VkFlags
- newtype VkHeadlessSurfaceCreateFlagsEXT = VkHeadlessSurfaceCreateFlagsEXT VkFlags
- newtype VkIOSSurfaceCreateFlagsMVK = VkIOSSurfaceCreateFlagsMVK VkFlags
- newtype VkImagePipeSurfaceCreateFlagsFUCHSIA = VkImagePipeSurfaceCreateFlagsFUCHSIA VkFlags
- newtype VkInstanceCreateFlags = VkInstanceCreateFlags VkFlags
- newtype VkMacOSSurfaceCreateFlagsMVK = VkMacOSSurfaceCreateFlagsMVK VkFlags
- newtype VkMemoryAllocateFlagsKHR = VkMemoryAllocateFlagsKHR VkFlags
- newtype VkMemoryMapFlags = VkMemoryMapFlags VkFlags
- newtype VkMetalSurfaceCreateFlagsEXT = VkMetalSurfaceCreateFlagsEXT VkFlags
- newtype VkPeerMemoryFeatureFlagsKHR = VkPeerMemoryFeatureFlagsKHR VkFlags
- newtype VkPipelineColorBlendStateCreateFlags = VkPipelineColorBlendStateCreateFlags VkFlags
- newtype VkPipelineCoverageModulationStateCreateFlagsNV = VkPipelineCoverageModulationStateCreateFlagsNV VkFlags
- newtype VkPipelineCoverageReductionStateCreateFlagsNV = VkPipelineCoverageReductionStateCreateFlagsNV VkFlags
- newtype VkPipelineCoverageToColorStateCreateFlagsNV = VkPipelineCoverageToColorStateCreateFlagsNV VkFlags
- newtype VkPipelineDepthStencilStateCreateFlags = VkPipelineDepthStencilStateCreateFlags VkFlags
- newtype VkPipelineDiscardRectangleStateCreateFlagsEXT = VkPipelineDiscardRectangleStateCreateFlagsEXT VkFlags
- newtype VkPipelineDynamicStateCreateFlags = VkPipelineDynamicStateCreateFlags VkFlags
- newtype VkPipelineInputAssemblyStateCreateFlags = VkPipelineInputAssemblyStateCreateFlags VkFlags
- newtype VkPipelineLayoutCreateFlags = VkPipelineLayoutCreateFlags VkFlags
- newtype VkPipelineMultisampleStateCreateFlags = VkPipelineMultisampleStateCreateFlags VkFlags
- newtype VkPipelineRasterizationConservativeStateCreateFlagsEXT = VkPipelineRasterizationConservativeStateCreateFlagsEXT VkFlags
- newtype VkPipelineRasterizationDepthClipStateCreateFlagsEXT = VkPipelineRasterizationDepthClipStateCreateFlagsEXT VkFlags
- newtype VkPipelineRasterizationStateCreateFlags = VkPipelineRasterizationStateCreateFlags VkFlags
- newtype VkPipelineRasterizationStateStreamCreateFlagsEXT = VkPipelineRasterizationStateStreamCreateFlagsEXT VkFlags
- newtype VkPipelineTessellationStateCreateFlags = VkPipelineTessellationStateCreateFlags VkFlags
- newtype VkPipelineVertexInputStateCreateFlags = VkPipelineVertexInputStateCreateFlags VkFlags
- newtype VkPipelineViewportStateCreateFlags = VkPipelineViewportStateCreateFlags VkFlags
- newtype VkPipelineViewportSwizzleStateCreateFlagsNV = VkPipelineViewportSwizzleStateCreateFlagsNV VkFlags
- newtype VkQueryPoolCreateFlags = VkQueryPoolCreateFlags VkFlags
- newtype VkResolveModeFlagsKHR = VkResolveModeFlagsKHR VkFlags
- newtype VkSemaphoreCreateFlags = VkSemaphoreCreateFlags VkFlags
- newtype VkSemaphoreImportFlagsKHR = VkSemaphoreImportFlagsKHR VkFlags
- newtype VkSemaphoreWaitFlagsKHR = VkSemaphoreWaitFlagsKHR VkFlags
- newtype VkStreamDescriptorSurfaceCreateFlagsGGP = VkStreamDescriptorSurfaceCreateFlagsGGP VkFlags
- newtype VkValidationCacheCreateFlagsEXT = VkValidationCacheCreateFlagsEXT VkFlags
- newtype VkViSurfaceCreateFlagsNN = VkViSurfaceCreateFlagsNN VkFlags
- newtype VkWaylandSurfaceCreateFlagsKHR = VkWaylandSurfaceCreateFlagsKHR VkFlags
- newtype VkWin32SurfaceCreateFlagsKHR = VkWin32SurfaceCreateFlagsKHR VkFlags
- newtype VkXcbSurfaceCreateFlagsKHR = VkXcbSurfaceCreateFlagsKHR VkFlags
- newtype VkXlibSurfaceCreateFlagsKHR = VkXlibSurfaceCreateFlagsKHR VkFlags
- type VkDeviceCreateInfo = VkStruct VkDeviceCreateInfo'
- 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 VkDeviceQueueCreateInfo = VkStruct VkDeviceQueueCreateInfo'
- newtype VkDynamicState where
- VkDynamicState Int32
- pattern VK_DYNAMIC_STATE_VIEWPORT :: VkDynamicState
- pattern VK_DYNAMIC_STATE_SCISSOR :: VkDynamicState
- pattern VK_DYNAMIC_STATE_LINE_WIDTH :: VkDynamicState
- pattern VK_DYNAMIC_STATE_DEPTH_BIAS :: VkDynamicState
- pattern VK_DYNAMIC_STATE_BLEND_CONSTANTS :: VkDynamicState
- pattern VK_DYNAMIC_STATE_DEPTH_BOUNDS :: VkDynamicState
- pattern VK_DYNAMIC_STATE_STENCIL_COMPARE_MASK :: VkDynamicState
- pattern VK_DYNAMIC_STATE_STENCIL_WRITE_MASK :: VkDynamicState
- pattern VK_DYNAMIC_STATE_STENCIL_REFERENCE :: VkDynamicState
- 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 VkFrontFace where
- VkFrontFace Int32
- pattern VK_FRONT_FACE_COUNTER_CLOCKWISE :: VkFrontFace
- pattern VK_FRONT_FACE_CLOCKWISE :: VkFrontFace
- type VkGraphicsPipelineCreateInfo = VkStruct VkGraphicsPipelineCreateInfo'
- newtype VkLogicOp where
- VkLogicOp Int32
- pattern VK_LOGIC_OP_CLEAR :: VkLogicOp
- pattern VK_LOGIC_OP_AND :: VkLogicOp
- pattern VK_LOGIC_OP_AND_REVERSE :: VkLogicOp
- pattern VK_LOGIC_OP_COPY :: VkLogicOp
- pattern VK_LOGIC_OP_AND_INVERTED :: VkLogicOp
- pattern VK_LOGIC_OP_NO_OP :: VkLogicOp
- pattern VK_LOGIC_OP_XOR :: VkLogicOp
- pattern VK_LOGIC_OP_OR :: VkLogicOp
- pattern VK_LOGIC_OP_NOR :: VkLogicOp
- pattern VK_LOGIC_OP_EQUIVALENT :: VkLogicOp
- pattern VK_LOGIC_OP_INVERT :: VkLogicOp
- pattern VK_LOGIC_OP_OR_REVERSE :: VkLogicOp
- pattern VK_LOGIC_OP_COPY_INVERTED :: VkLogicOp
- pattern VK_LOGIC_OP_OR_INVERTED :: VkLogicOp
- pattern VK_LOGIC_OP_NAND :: VkLogicOp
- pattern VK_LOGIC_OP_SET :: VkLogicOp
- type VkOffset2D = VkStruct VkOffset2D'
- type VkPhysicalDeviceFeatures = VkStruct VkPhysicalDeviceFeatures'
- type VkPhysicalDeviceFeatures2 = VkStruct VkPhysicalDeviceFeatures2'
- type VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV = VkStruct VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV'
- type VkPipelineColorBlendAttachmentState = VkStruct VkPipelineColorBlendAttachmentState'
- type VkPipelineColorBlendStateCreateInfo = VkStruct VkPipelineColorBlendStateCreateInfo'
- newtype VkPipelineBindPoint where
- newtype VkPipelineCacheHeaderVersion where
- newtype VkPipelineCreateBitmask (a :: FlagType) where
- VkPipelineCreateBitmask VkFlags
- pattern VkPipelineCreateFlagBits :: VkFlags -> VkPipelineCreateBitmask FlagBit
- pattern VkPipelineCreateFlags :: VkFlags -> VkPipelineCreateBitmask FlagMask
- pattern VK_PIPELINE_CREATE_DISABLE_OPTIMIZATION_BIT :: VkPipelineCreateBitmask a
- pattern VK_PIPELINE_CREATE_ALLOW_DERIVATIVES_BIT :: VkPipelineCreateBitmask a
- pattern VK_PIPELINE_CREATE_DERIVATIVE_BIT :: VkPipelineCreateBitmask a
- newtype VkPipelineCreationFeedbackBitmaskEXT (a :: FlagType) where
- VkPipelineCreationFeedbackBitmaskEXT VkFlags
- pattern VkPipelineCreationFeedbackFlagBitsEXT :: VkFlags -> VkPipelineCreationFeedbackBitmaskEXT FlagBit
- pattern VkPipelineCreationFeedbackFlagsEXT :: VkFlags -> VkPipelineCreationFeedbackBitmaskEXT FlagMask
- pattern VK_PIPELINE_CREATION_FEEDBACK_VALID_BIT_EXT :: VkPipelineCreationFeedbackBitmaskEXT a
- pattern VK_PIPELINE_CREATION_FEEDBACK_APPLICATION_PIPELINE_CACHE_HIT_BIT_EXT :: VkPipelineCreationFeedbackBitmaskEXT a
- pattern VK_PIPELINE_CREATION_FEEDBACK_BASE_PIPELINE_ACCELERATION_BIT_EXT :: VkPipelineCreationFeedbackBitmaskEXT a
- newtype VkPipelineExecutableStatisticFormatKHR where
- VkPipelineExecutableStatisticFormatKHR Int32
- pattern VK_PIPELINE_EXECUTABLE_STATISTIC_FORMAT_BOOL32_KHR :: VkPipelineExecutableStatisticFormatKHR
- pattern VK_PIPELINE_EXECUTABLE_STATISTIC_FORMAT_INT64_KHR :: VkPipelineExecutableStatisticFormatKHR
- pattern VK_PIPELINE_EXECUTABLE_STATISTIC_FORMAT_UINT64_KHR :: VkPipelineExecutableStatisticFormatKHR
- pattern VK_PIPELINE_EXECUTABLE_STATISTIC_FORMAT_FLOAT64_KHR :: VkPipelineExecutableStatisticFormatKHR
- newtype VkPipelineStageBitmask (a :: FlagType) where
- VkPipelineStageBitmask VkFlags
- pattern VkPipelineStageFlagBits :: VkFlags -> VkPipelineStageBitmask FlagBit
- pattern VkPipelineStageFlags :: VkFlags -> VkPipelineStageBitmask FlagMask
- pattern VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT :: VkPipelineStageBitmask a
- pattern VK_PIPELINE_STAGE_DRAW_INDIRECT_BIT :: VkPipelineStageBitmask a
- pattern VK_PIPELINE_STAGE_VERTEX_INPUT_BIT :: VkPipelineStageBitmask a
- pattern VK_PIPELINE_STAGE_VERTEX_SHADER_BIT :: VkPipelineStageBitmask a
- pattern VK_PIPELINE_STAGE_TESSELLATION_CONTROL_SHADER_BIT :: VkPipelineStageBitmask a
- pattern VK_PIPELINE_STAGE_TESSELLATION_EVALUATION_SHADER_BIT :: VkPipelineStageBitmask a
- pattern VK_PIPELINE_STAGE_GEOMETRY_SHADER_BIT :: VkPipelineStageBitmask a
- pattern VK_PIPELINE_STAGE_FRAGMENT_SHADER_BIT :: VkPipelineStageBitmask a
- pattern VK_PIPELINE_STAGE_EARLY_FRAGMENT_TESTS_BIT :: VkPipelineStageBitmask a
- pattern VK_PIPELINE_STAGE_LATE_FRAGMENT_TESTS_BIT :: VkPipelineStageBitmask a
- pattern VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT :: VkPipelineStageBitmask a
- pattern VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT :: VkPipelineStageBitmask a
- pattern VK_PIPELINE_STAGE_TRANSFER_BIT :: VkPipelineStageBitmask a
- pattern VK_PIPELINE_STAGE_BOTTOM_OF_PIPE_BIT :: VkPipelineStageBitmask a
- pattern VK_PIPELINE_STAGE_HOST_BIT :: VkPipelineStageBitmask a
- pattern VK_PIPELINE_STAGE_ALL_GRAPHICS_BIT :: VkPipelineStageBitmask a
- pattern VK_PIPELINE_STAGE_ALL_COMMANDS_BIT :: VkPipelineStageBitmask a
- newtype VkPipelineCacheCreateBitmask (a :: FlagType) where
- type VkPipelineCacheCreateFlagBits = VkPipelineCacheCreateBitmask FlagBit
- type VkPipelineCacheCreateFlags = VkPipelineCacheCreateBitmask FlagMask
- newtype VkPipelineCompilerControlBitmaskAMD (a :: FlagType) where
- type VkPipelineCompilerControlFlagBitsAMD = VkPipelineCompilerControlBitmaskAMD FlagBit
- type VkPipelineCompilerControlFlagsAMD = VkPipelineCompilerControlBitmaskAMD FlagMask
- type VkPipelineCreateFlagBits = VkPipelineCreateBitmask FlagBit
- type VkPipelineCreateFlags = VkPipelineCreateBitmask FlagMask
- type VkPipelineCreationFeedbackFlagBitsEXT = VkPipelineCreationFeedbackBitmaskEXT FlagBit
- type VkPipelineCreationFeedbackFlagsEXT = VkPipelineCreationFeedbackBitmaskEXT FlagMask
- newtype VkPipelineShaderStageCreateBitmask (a :: FlagType) where
- type VkPipelineShaderStageCreateFlagBits = VkPipelineShaderStageCreateBitmask FlagBit
- type VkPipelineShaderStageCreateFlags = VkPipelineShaderStageCreateBitmask FlagMask
- type VkPipelineStageFlagBits = VkPipelineStageBitmask FlagBit
- type VkPipelineStageFlags = VkPipelineStageBitmask FlagMask
- type VkPipelineDepthStencilStateCreateInfo = VkStruct VkPipelineDepthStencilStateCreateInfo'
- type VkPipelineDynamicStateCreateInfo = VkStruct VkPipelineDynamicStateCreateInfo'
- type VkPipelineInputAssemblyStateCreateInfo = VkStruct VkPipelineInputAssemblyStateCreateInfo'
- type VkPipelineMultisampleStateCreateInfo = VkStruct VkPipelineMultisampleStateCreateInfo'
- type VkPipelineRasterizationStateCreateInfo = VkStruct VkPipelineRasterizationStateCreateInfo'
- type VkPipelineRepresentativeFragmentTestStateCreateInfoNV = VkStruct VkPipelineRepresentativeFragmentTestStateCreateInfoNV'
- type VkPipelineShaderStageCreateInfo = VkStruct VkPipelineShaderStageCreateInfo'
- type VkPipelineTessellationStateCreateInfo = VkStruct VkPipelineTessellationStateCreateInfo'
- type VkPipelineVertexInputStateCreateInfo = VkStruct VkPipelineVertexInputStateCreateInfo'
- type VkPipelineViewportStateCreateInfo = VkStruct VkPipelineViewportStateCreateInfo'
- newtype VkPolygonMode where
- VkPolygonMode Int32
- pattern VK_POLYGON_MODE_FILL :: VkPolygonMode
- pattern VK_POLYGON_MODE_LINE :: VkPolygonMode
- pattern VK_POLYGON_MODE_POINT :: VkPolygonMode
- newtype VkPrimitiveTopology where
- VkPrimitiveTopology Int32
- pattern VK_PRIMITIVE_TOPOLOGY_POINT_LIST :: VkPrimitiveTopology
- pattern VK_PRIMITIVE_TOPOLOGY_LINE_LIST :: VkPrimitiveTopology
- pattern VK_PRIMITIVE_TOPOLOGY_LINE_STRIP :: VkPrimitiveTopology
- pattern VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST :: VkPrimitiveTopology
- pattern VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP :: VkPrimitiveTopology
- pattern VK_PRIMITIVE_TOPOLOGY_TRIANGLE_FAN :: VkPrimitiveTopology
- pattern VK_PRIMITIVE_TOPOLOGY_LINE_LIST_WITH_ADJACENCY :: VkPrimitiveTopology
- pattern VK_PRIMITIVE_TOPOLOGY_LINE_STRIP_WITH_ADJACENCY :: VkPrimitiveTopology
- pattern VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST_WITH_ADJACENCY :: VkPrimitiveTopology
- pattern VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP_WITH_ADJACENCY :: VkPrimitiveTopology
- pattern VK_PRIMITIVE_TOPOLOGY_PATCH_LIST :: VkPrimitiveTopology
- type VkRect2D = VkStruct VkRect2D'
- 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
- newtype VkShaderFloatControlsIndependence where
- VkShaderFloatControlsIndependence Int32
- pattern VK_SHADER_FLOAT_CONTROLS_INDEPENDENCE_32_BIT_ONLY :: VkShaderFloatControlsIndependence
- pattern VK_SHADER_FLOAT_CONTROLS_INDEPENDENCE_ALL :: VkShaderFloatControlsIndependence
- pattern VK_SHADER_FLOAT_CONTROLS_INDEPENDENCE_NONE :: VkShaderFloatControlsIndependence
- newtype VkShaderInfoTypeAMD where
- newtype VkShaderStageBitmask (a :: FlagType) where
- VkShaderStageBitmask VkFlags
- pattern VkShaderStageFlagBits :: VkFlags -> VkShaderStageBitmask FlagBit
- pattern VkShaderStageFlags :: VkFlags -> VkShaderStageBitmask FlagMask
- pattern VK_SHADER_STAGE_VERTEX_BIT :: VkShaderStageBitmask a
- pattern VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT :: VkShaderStageBitmask a
- pattern VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT :: VkShaderStageBitmask a
- pattern VK_SHADER_STAGE_GEOMETRY_BIT :: VkShaderStageBitmask a
- pattern VK_SHADER_STAGE_FRAGMENT_BIT :: VkShaderStageBitmask a
- pattern VK_SHADER_STAGE_COMPUTE_BIT :: VkShaderStageBitmask a
- pattern VK_SHADER_STAGE_ALL_GRAPHICS :: VkShaderStageBitmask a
- pattern VK_SHADER_STAGE_ALL :: VkShaderStageBitmask a
- newtype VkShaderCorePropertiesBitmaskAMD (a :: FlagType) where
- type VkShaderCorePropertiesFlagBitsAMD = VkShaderCorePropertiesBitmaskAMD FlagBit
- type VkShaderCorePropertiesFlagsAMD = VkShaderCorePropertiesBitmaskAMD FlagMask
- newtype VkShaderFloatControlsIndependenceKHR = VkShaderFloatControlsIndependenceKHR VkFlags
- newtype VkShaderModuleCreateBitmask (a :: FlagType) where
- type VkShaderModuleCreateFlagBits = VkShaderModuleCreateBitmask FlagBit
- type VkShaderModuleCreateFlags = VkShaderModuleCreateBitmask FlagMask
- type VkShaderStageFlagBits = VkShaderStageBitmask FlagBit
- type VkShaderStageFlags = VkShaderStageBitmask FlagMask
- type VkSpecializationInfo = VkStruct VkSpecializationInfo'
- type VkSpecializationMapEntry = VkStruct VkSpecializationMapEntry'
- newtype VkStencilFaceBitmask (a :: FlagType) where
- VkStencilFaceBitmask VkFlags
- pattern VkStencilFaceFlagBits :: VkFlags -> VkStencilFaceBitmask FlagBit
- pattern VkStencilFaceFlags :: VkFlags -> VkStencilFaceBitmask FlagMask
- pattern VK_STENCIL_FACE_FRONT_BIT :: VkStencilFaceBitmask a
- pattern VK_STENCIL_FACE_BACK_BIT :: VkStencilFaceBitmask a
- pattern VK_STENCIL_FACE_FRONT_AND_BACK :: VkStencilFaceBitmask a
- pattern VK_STENCIL_FRONT_AND_BACK :: VkStencilFaceBitmask a
- newtype VkStencilOp where
- VkStencilOp Int32
- pattern VK_STENCIL_OP_KEEP :: VkStencilOp
- pattern VK_STENCIL_OP_ZERO :: VkStencilOp
- pattern VK_STENCIL_OP_REPLACE :: VkStencilOp
- pattern VK_STENCIL_OP_INCREMENT_AND_CLAMP :: VkStencilOp
- pattern VK_STENCIL_OP_DECREMENT_AND_CLAMP :: VkStencilOp
- pattern VK_STENCIL_OP_INVERT :: VkStencilOp
- pattern VK_STENCIL_OP_INCREMENT_AND_WRAP :: VkStencilOp
- pattern VK_STENCIL_OP_DECREMENT_AND_WRAP :: VkStencilOp
- type VkStencilFaceFlagBits = VkStencilFaceBitmask FlagBit
- type VkStencilFaceFlags = VkStencilFaceBitmask FlagMask
- type VkStencilOpState = VkStruct VkStencilOpState'
- 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
- type VkVertexInputAttributeDescription = VkStruct VkVertexInputAttributeDescription'
- type VkVertexInputBindingDescription = VkStruct VkVertexInputBindingDescription'
- newtype VkVertexInputRate where
- type VkViewport = VkStruct VkViewport'
- type VK_NV_REPRESENTATIVE_FRAGMENT_TEST_SPEC_VERSION = 2
- pattern VK_NV_REPRESENTATIVE_FRAGMENT_TEST_SPEC_VERSION :: (Num a, Eq a) => a
- type VK_NV_REPRESENTATIVE_FRAGMENT_TEST_EXTENSION_NAME = "VK_NV_representative_fragment_test"
- pattern VK_NV_REPRESENTATIVE_FRAGMENT_TEST_EXTENSION_NAME :: CString
- pattern VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_REPRESENTATIVE_FRAGMENT_TEST_FEATURES_NV :: VkStructureType
- pattern VK_STRUCTURE_TYPE_PIPELINE_REPRESENTATIVE_FRAGMENT_TEST_STATE_CREATE_INFO_NV :: VkStructureType
Vulkan extension: VK_NV_representative_fragment_test
supported: vulkan
contact: Kedarnath Thangudu
kthangudu@
author: NV
type: device
Extension number: 167
module Graphics.Vulkan.Marshal
newtype VkBlendFactor Source #
type = enum
Instances
type = enum
pattern VK_BLEND_OP_ADD :: VkBlendOp | |
pattern VK_BLEND_OP_SUBTRACT :: VkBlendOp | |
pattern VK_BLEND_OP_REVERSE_SUBTRACT :: VkBlendOp | |
pattern VK_BLEND_OP_MIN :: VkBlendOp | |
pattern VK_BLEND_OP_MAX :: VkBlendOp |
Instances
Enum VkBlendOp Source # | |
Defined in Graphics.Vulkan.Types.Enum.Blend succ :: VkBlendOp -> VkBlendOp # pred :: VkBlendOp -> VkBlendOp # fromEnum :: VkBlendOp -> Int # enumFrom :: VkBlendOp -> [VkBlendOp] # enumFromThen :: VkBlendOp -> VkBlendOp -> [VkBlendOp] # enumFromTo :: VkBlendOp -> VkBlendOp -> [VkBlendOp] # enumFromThenTo :: VkBlendOp -> VkBlendOp -> VkBlendOp -> [VkBlendOp] # | |
Eq VkBlendOp Source # | |
Ord VkBlendOp Source # | |
Defined in Graphics.Vulkan.Types.Enum.Blend | |
Read VkBlendOp Source # | |
Show VkBlendOp Source # | |
Storable VkBlendOp Source # | |
Defined in Graphics.Vulkan.Types.Enum.Blend |
newtype VkBlendOverlapEXT Source #
pattern VK_BLEND_OVERLAP_UNCORRELATED_EXT :: VkBlendOverlapEXT | |
pattern VK_BLEND_OVERLAP_DISJOINT_EXT :: VkBlendOverlapEXT | |
pattern VK_BLEND_OVERLAP_CONJOINT_EXT :: VkBlendOverlapEXT |
Instances
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 #
Instances
newtype VkDeviceSize Source #
Instances
Instances
newtype VkSampleMask Source #
Instances
pattern VK_COLORSPACE_SRGB_NONLINEAR_KHR :: VkColorSpaceKHR Source #
Backwards-compatible alias containing a typo
newtype VkColorComponentBitmask (a :: FlagType) Source #
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
pattern VK_COLOR_SPACE_SRGB_NONLINEAR_KHR :: VkColorSpaceKHR |
Instances
newtype VkCompareOp Source #
type = enum
pattern VK_COMPARE_OP_NEVER :: VkCompareOp | |
pattern VK_COMPARE_OP_LESS :: VkCompareOp | |
pattern VK_COMPARE_OP_EQUAL :: VkCompareOp | |
pattern VK_COMPARE_OP_LESS_OR_EQUAL :: VkCompareOp | |
pattern VK_COMPARE_OP_GREATER :: VkCompareOp | |
pattern VK_COMPARE_OP_NOT_EQUAL :: VkCompareOp | |
pattern VK_COMPARE_OP_GREATER_OR_EQUAL :: VkCompareOp | |
pattern VK_COMPARE_OP_ALWAYS :: VkCompareOp |
Instances
newtype VkCullModeBitmask (a :: FlagType) Source #
pattern VkCullModeFlagBits :: VkFlags -> VkCullModeBitmask FlagBit | |
pattern VkCullModeFlags :: VkFlags -> VkCullModeBitmask FlagMask | |
pattern VK_CULL_MODE_NONE :: VkCullModeBitmask a | |
pattern VK_CULL_MODE_FRONT_BIT :: VkCullModeBitmask a | bitpos = |
pattern VK_CULL_MODE_BACK_BIT :: VkCullModeBitmask a | bitpos = |
pattern VK_CULL_MODE_FRONT_AND_BACK :: VkCullModeBitmask a |
Instances
newtype VkAndroidSurfaceCreateFlagsKHR Source #
Instances
newtype VkBufferViewCreateFlags Source #
Instances
newtype VkBuildAccelerationStructureFlagsNV Source #
Instances
newtype VkCommandPoolTrimFlags Source #
Instances
newtype VkCommandPoolTrimFlagsKHR Source #
Instances
newtype VkDebugUtilsMessengerCallbackDataFlagsEXT Source #
Instances
newtype VkDebugUtilsMessengerCreateFlagsEXT Source #
Instances
newtype VkDescriptorBindingFlagsEXT Source #
Instances
newtype VkDescriptorPoolResetFlags Source #
Instances
newtype VkDescriptorUpdateTemplateCreateFlags Source #
Instances
newtype VkDescriptorUpdateTemplateCreateFlagsKHR Source #
Instances
newtype VkDeviceCreateFlags Source #
Instances
newtype VkDirectFBSurfaceCreateFlagsEXT Source #
Instances
newtype VkDisplayModeCreateFlagsKHR Source #
Instances
newtype VkDisplaySurfaceCreateFlagsKHR Source #
Instances
newtype VkEventCreateFlags Source #
Instances
newtype VkExternalFenceFeatureFlagsKHR Source #
Instances
newtype VkExternalFenceHandleTypeFlagsKHR Source #
Instances
newtype VkExternalMemoryFeatureFlagsKHR Source #
Instances
newtype VkExternalMemoryHandleTypeFlagsKHR Source #
Instances
newtype VkExternalSemaphoreFeatureFlagsKHR Source #
Instances
newtype VkExternalSemaphoreHandleTypeFlagsKHR Source #
Instances
newtype VkFenceImportFlagsKHR Source #
Instances
newtype VkGeometryFlagsNV Source #
Instances
newtype VkGeometryInstanceFlagsNV Source #
Instances
newtype VkHeadlessSurfaceCreateFlagsEXT Source #
Instances
newtype VkIOSSurfaceCreateFlagsMVK Source #
Instances
newtype VkImagePipeSurfaceCreateFlagsFUCHSIA Source #
Instances
newtype VkInstanceCreateFlags Source #
Instances
newtype VkMacOSSurfaceCreateFlagsMVK Source #
Instances
newtype VkMemoryAllocateFlagsKHR Source #
Instances
newtype VkMemoryMapFlags Source #
Instances
newtype VkMetalSurfaceCreateFlagsEXT Source #
Instances
newtype VkPeerMemoryFeatureFlagsKHR Source #
Instances
newtype VkPipelineColorBlendStateCreateFlags Source #
Instances
newtype VkPipelineCoverageModulationStateCreateFlagsNV Source #
Instances
newtype VkPipelineCoverageReductionStateCreateFlagsNV Source #
Instances
newtype VkPipelineCoverageToColorStateCreateFlagsNV Source #
Instances
newtype VkPipelineDepthStencilStateCreateFlags Source #
Instances
newtype VkPipelineDiscardRectangleStateCreateFlagsEXT Source #
Instances
newtype VkPipelineDynamicStateCreateFlags Source #
Instances
newtype VkPipelineInputAssemblyStateCreateFlags Source #
Instances
newtype VkPipelineLayoutCreateFlags Source #
Instances
newtype VkPipelineMultisampleStateCreateFlags Source #
Instances
newtype VkPipelineRasterizationConservativeStateCreateFlagsEXT Source #
Instances
newtype VkPipelineRasterizationDepthClipStateCreateFlagsEXT Source #
Instances
newtype VkPipelineRasterizationStateCreateFlags Source #
Instances
newtype VkPipelineRasterizationStateStreamCreateFlagsEXT Source #
Instances
newtype VkPipelineTessellationStateCreateFlags Source #
Instances
newtype VkPipelineVertexInputStateCreateFlags Source #
Instances
newtype VkPipelineViewportStateCreateFlags Source #
Instances
newtype VkPipelineViewportSwizzleStateCreateFlagsNV Source #
Instances
newtype VkQueryPoolCreateFlags Source #
Instances
newtype VkResolveModeFlagsKHR Source #
Instances
newtype VkSemaphoreCreateFlags Source #
Instances
newtype VkSemaphoreImportFlagsKHR Source #
Instances
newtype VkSemaphoreWaitFlagsKHR Source #
Instances
newtype VkStreamDescriptorSurfaceCreateFlagsGGP Source #
Instances
newtype VkValidationCacheCreateFlagsEXT Source #
Instances
newtype VkViSurfaceCreateFlagsNN Source #
Instances
newtype VkWaylandSurfaceCreateFlagsKHR Source #
Instances
newtype VkWin32SurfaceCreateFlagsKHR Source #
Instances
newtype VkXcbSurfaceCreateFlagsKHR Source #
Instances
newtype VkXlibSurfaceCreateFlagsKHR Source #
Instances
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;
newtype VkDeviceDiagnosticsConfigBitmaskNV (a :: FlagType) Source #
Instances
newtype VkDeviceEventTypeEXT Source #
Instances
newtype VkDeviceGroupPresentModeBitmaskKHR (a :: FlagType) Source #
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 #
Instances
newtype VkDeviceQueueCreateBitmask (a :: FlagType) Source #
pattern VkDeviceQueueCreateFlagBits :: VkFlags -> VkDeviceQueueCreateBitmask FlagBit | |
pattern VkDeviceQueueCreateFlags :: VkFlags -> VkDeviceQueueCreateBitmask FlagMask |
Instances
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;
newtype VkDynamicState Source #
type = enum
pattern VK_DYNAMIC_STATE_VIEWPORT :: VkDynamicState | |
pattern VK_DYNAMIC_STATE_SCISSOR :: VkDynamicState | |
pattern VK_DYNAMIC_STATE_LINE_WIDTH :: VkDynamicState | |
pattern VK_DYNAMIC_STATE_DEPTH_BIAS :: VkDynamicState | |
pattern VK_DYNAMIC_STATE_BLEND_CONSTANTS :: VkDynamicState | |
pattern VK_DYNAMIC_STATE_DEPTH_BOUNDS :: VkDynamicState | |
pattern VK_DYNAMIC_STATE_STENCIL_COMPARE_MASK :: VkDynamicState | |
pattern VK_DYNAMIC_STATE_STENCIL_WRITE_MASK :: VkDynamicState | |
pattern VK_DYNAMIC_STATE_STENCIL_REFERENCE :: VkDynamicState |
Instances
type VkExtent2D = VkStruct VkExtent2D' Source #
typedef struct VkExtent2D { uint32_t width; uint32_t height; } VkExtent2D;
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 #
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 VkFrontFace Source #
type = enum
pattern VK_FRONT_FACE_COUNTER_CLOCKWISE :: VkFrontFace | |
pattern VK_FRONT_FACE_CLOCKWISE :: VkFrontFace |
Instances
type VkGraphicsPipelineCreateInfo = VkStruct VkGraphicsPipelineCreateInfo' Source #
typedef struct VkGraphicsPipelineCreateInfo { VkStructureType sType; const void* pNext; VkPipelineCreateFlags flags; uint32_t stageCount; const VkPipelineShaderStageCreateInfo* pStages; const VkPipelineVertexInputStateCreateInfo* pVertexInputState; const VkPipelineInputAssemblyStateCreateInfo* pInputAssemblyState; const VkPipelineTessellationStateCreateInfo* pTessellationState; const VkPipelineViewportStateCreateInfo* pViewportState; const VkPipelineRasterizationStateCreateInfo* pRasterizationState; const VkPipelineMultisampleStateCreateInfo* pMultisampleState; const VkPipelineDepthStencilStateCreateInfo* pDepthStencilState; const VkPipelineColorBlendStateCreateInfo* pColorBlendState; const VkPipelineDynamicStateCreateInfo* pDynamicState; VkPipelineLayout layout; VkRenderPass renderPass; uint32_t subpass; VkPipeline basePipelineHandle; int32_t basePipelineIndex; } VkGraphicsPipelineCreateInfo;
type = enum
pattern VK_LOGIC_OP_CLEAR :: VkLogicOp | |
pattern VK_LOGIC_OP_AND :: VkLogicOp | |
pattern VK_LOGIC_OP_AND_REVERSE :: VkLogicOp | |
pattern VK_LOGIC_OP_COPY :: VkLogicOp | |
pattern VK_LOGIC_OP_AND_INVERTED :: VkLogicOp | |
pattern VK_LOGIC_OP_NO_OP :: VkLogicOp | |
pattern VK_LOGIC_OP_XOR :: VkLogicOp | |
pattern VK_LOGIC_OP_OR :: VkLogicOp | |
pattern VK_LOGIC_OP_NOR :: VkLogicOp | |
pattern VK_LOGIC_OP_EQUIVALENT :: VkLogicOp | |
pattern VK_LOGIC_OP_INVERT :: VkLogicOp | |
pattern VK_LOGIC_OP_OR_REVERSE :: VkLogicOp | |
pattern VK_LOGIC_OP_COPY_INVERTED :: VkLogicOp | |
pattern VK_LOGIC_OP_OR_INVERTED :: VkLogicOp | |
pattern VK_LOGIC_OP_NAND :: VkLogicOp | |
pattern VK_LOGIC_OP_SET :: VkLogicOp |
Instances
Enum VkLogicOp Source # | |
Defined in Graphics.Vulkan.Types.Enum.LogicOp succ :: VkLogicOp -> VkLogicOp # pred :: VkLogicOp -> VkLogicOp # fromEnum :: VkLogicOp -> Int # enumFrom :: VkLogicOp -> [VkLogicOp] # enumFromThen :: VkLogicOp -> VkLogicOp -> [VkLogicOp] # enumFromTo :: VkLogicOp -> VkLogicOp -> [VkLogicOp] # enumFromThenTo :: VkLogicOp -> VkLogicOp -> VkLogicOp -> [VkLogicOp] # | |
Eq VkLogicOp Source # | |
Ord VkLogicOp Source # | |
Defined in Graphics.Vulkan.Types.Enum.LogicOp | |
Read VkLogicOp Source # | |
Show VkLogicOp Source # | |
Storable VkLogicOp Source # | |
Defined in Graphics.Vulkan.Types.Enum.LogicOp |
type VkOffset2D = VkStruct VkOffset2D' Source #
typedef struct VkOffset2D { int32_t x; int32_t y; } VkOffset2D;
type VkPhysicalDeviceFeatures = VkStruct VkPhysicalDeviceFeatures' Source #
typedef struct VkPhysicalDeviceFeatures { VkBool32 robustBufferAccess; VkBool32 fullDrawIndexUint32; VkBool32 imageCubeArray; VkBool32 independentBlend; VkBool32 geometryShader; VkBool32 tessellationShader; VkBool32 sampleRateShading; VkBool32 dualSrcBlend; VkBool32 logicOp; VkBool32 multiDrawIndirect; VkBool32 drawIndirectFirstInstance; VkBool32 depthClamp; VkBool32 depthBiasClamp; VkBool32 fillModeNonSolid; VkBool32 depthBounds; VkBool32 wideLines; VkBool32 largePoints; VkBool32 alphaToOne; VkBool32 multiViewport; VkBool32 samplerAnisotropy; VkBool32 textureCompressionETC2; VkBool32 textureCompressionASTC_LDR; VkBool32 textureCompressionBC; VkBool32 occlusionQueryPrecise; VkBool32 pipelineStatisticsQuery; VkBool32 vertexPipelineStoresAndAtomics; VkBool32 fragmentStoresAndAtomics; VkBool32 shaderTessellationAndGeometryPointSize; VkBool32 shaderImageGatherExtended; VkBool32 shaderStorageImageExtendedFormats; VkBool32 shaderStorageImageMultisample; VkBool32 shaderStorageImageReadWithoutFormat; VkBool32 shaderStorageImageWriteWithoutFormat; VkBool32 shaderUniformBufferArrayDynamicIndexing; VkBool32 shaderSampledImageArrayDynamicIndexing; VkBool32 shaderStorageBufferArrayDynamicIndexing; VkBool32 shaderStorageImageArrayDynamicIndexing; VkBool32 shaderClipDistance; VkBool32 shaderCullDistance; VkBool32 shaderFloat64; VkBool32 shaderInt64; VkBool32 shaderInt16; VkBool32 shaderResourceResidency; VkBool32 shaderResourceMinLod; VkBool32 sparseBinding; VkBool32 sparseResidencyBuffer; VkBool32 sparseResidencyImage2D; VkBool32 sparseResidencyImage3D; VkBool32 sparseResidency2Samples; VkBool32 sparseResidency4Samples; VkBool32 sparseResidency8Samples; VkBool32 sparseResidency16Samples; VkBool32 sparseResidencyAliased; VkBool32 variableMultisampleRate; VkBool32 inheritedQueries; } VkPhysicalDeviceFeatures;
type VkPhysicalDeviceFeatures2 = VkStruct VkPhysicalDeviceFeatures2' Source #
typedef struct VkPhysicalDeviceFeatures2 { VkStructureType sType; void* pNext; VkPhysicalDeviceFeatures features; } VkPhysicalDeviceFeatures2;
type VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV = VkStruct VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV' Source #
typedef struct VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV { VkStructureTypesType; void* pNext; VkBool32 representativeFragmentTest; } VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV;
VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV registry at www.khronos.org
type VkPipelineColorBlendAttachmentState = VkStruct VkPipelineColorBlendAttachmentState' Source #
typedef struct VkPipelineColorBlendAttachmentState { VkBool32 blendEnable; VkBlendFactor srcColorBlendFactor; VkBlendFactor dstColorBlendFactor; VkBlendOp colorBlendOp; VkBlendFactor srcAlphaBlendFactor; VkBlendFactor dstAlphaBlendFactor; VkBlendOp alphaBlendOp; VkColorComponentFlags colorWriteMask; } VkPipelineColorBlendAttachmentState;
VkPipelineColorBlendAttachmentState registry at www.khronos.org
type VkPipelineColorBlendStateCreateInfo = VkStruct VkPipelineColorBlendStateCreateInfo' Source #
typedef struct VkPipelineColorBlendStateCreateInfo { VkStructureType sType; const void* pNext; VkPipelineColorBlendStateCreateFlags flags; VkBool32 logicOpEnable; VkLogicOp logicOp; uint32_t attachmentCount; const VkPipelineColorBlendAttachmentState* pAttachments; float blendConstants[4]; } VkPipelineColorBlendStateCreateInfo;
VkPipelineColorBlendStateCreateInfo registry at www.khronos.org
newtype VkPipelineBindPoint Source #
pattern VK_PIPELINE_BIND_POINT_GRAPHICS :: VkPipelineBindPoint | |
pattern VK_PIPELINE_BIND_POINT_COMPUTE :: VkPipelineBindPoint |
Instances
newtype VkPipelineCacheHeaderVersion Source #
Instances
newtype VkPipelineCreateBitmask (a :: FlagType) Source #
pattern VkPipelineCreateFlagBits :: VkFlags -> VkPipelineCreateBitmask FlagBit | |
pattern VkPipelineCreateFlags :: VkFlags -> VkPipelineCreateBitmask FlagMask | |
pattern VK_PIPELINE_CREATE_DISABLE_OPTIMIZATION_BIT :: VkPipelineCreateBitmask a | bitpos = |
pattern VK_PIPELINE_CREATE_ALLOW_DERIVATIVES_BIT :: VkPipelineCreateBitmask a | bitpos = |
pattern VK_PIPELINE_CREATE_DERIVATIVE_BIT :: VkPipelineCreateBitmask a | bitpos = |
Instances
newtype VkPipelineCreationFeedbackBitmaskEXT (a :: FlagType) Source #
Instances
newtype VkPipelineExecutableStatisticFormatKHR Source #
Instances
newtype VkPipelineStageBitmask (a :: FlagType) Source #
Instances
newtype VkPipelineCacheCreateBitmask (a :: FlagType) Source #
pattern VkPipelineCacheCreateFlagBits :: VkFlags -> VkPipelineCacheCreateBitmask FlagBit | |
pattern VkPipelineCacheCreateFlags :: VkFlags -> VkPipelineCacheCreateBitmask FlagMask |
Instances
newtype VkPipelineCompilerControlBitmaskAMD (a :: FlagType) Source #
Instances
newtype VkPipelineShaderStageCreateBitmask (a :: FlagType) Source #
pattern VkPipelineShaderStageCreateFlagBits :: VkFlags -> VkPipelineShaderStageCreateBitmask FlagBit | |
pattern VkPipelineShaderStageCreateFlags :: VkFlags -> VkPipelineShaderStageCreateBitmask FlagMask |
Instances
type VkPipelineDepthStencilStateCreateInfo = VkStruct VkPipelineDepthStencilStateCreateInfo' Source #
typedef struct VkPipelineDepthStencilStateCreateInfo { VkStructureType sType; const void* pNext; VkPipelineDepthStencilStateCreateFlags flags; VkBool32 depthTestEnable; VkBool32 depthWriteEnable; VkCompareOp depthCompareOp; VkBool32 depthBoundsTestEnable; VkBool32 stencilTestEnable; VkStencilOpState front; VkStencilOpState back; float minDepthBounds; float maxDepthBounds; } VkPipelineDepthStencilStateCreateInfo;
VkPipelineDepthStencilStateCreateInfo registry at www.khronos.org
type VkPipelineDynamicStateCreateInfo = VkStruct VkPipelineDynamicStateCreateInfo' Source #
typedef struct VkPipelineDynamicStateCreateInfo { VkStructureType sType; const void* pNext; VkPipelineDynamicStateCreateFlags flags; uint32_t dynamicStateCount; const VkDynamicState* pDynamicStates; } VkPipelineDynamicStateCreateInfo;
VkPipelineDynamicStateCreateInfo registry at www.khronos.org
type VkPipelineInputAssemblyStateCreateInfo = VkStruct VkPipelineInputAssemblyStateCreateInfo' Source #
typedef struct VkPipelineInputAssemblyStateCreateInfo { VkStructureType sType; const void* pNext; VkPipelineInputAssemblyStateCreateFlags flags; VkPrimitiveTopology topology; VkBool32 primitiveRestartEnable; } VkPipelineInputAssemblyStateCreateInfo;
VkPipelineInputAssemblyStateCreateInfo registry at www.khronos.org
type VkPipelineMultisampleStateCreateInfo = VkStruct VkPipelineMultisampleStateCreateInfo' Source #
typedef struct VkPipelineMultisampleStateCreateInfo { VkStructureType sType; const void* pNext; VkPipelineMultisampleStateCreateFlags flags; VkSampleCountFlagBits rasterizationSamples; VkBool32 sampleShadingEnable; float minSampleShading; const VkSampleMask* pSampleMask; VkBool32 alphaToCoverageEnable; VkBool32 alphaToOneEnable; } VkPipelineMultisampleStateCreateInfo;
VkPipelineMultisampleStateCreateInfo registry at www.khronos.org
type VkPipelineRasterizationStateCreateInfo = VkStruct VkPipelineRasterizationStateCreateInfo' Source #
typedef struct VkPipelineRasterizationStateCreateInfo { VkStructureType sType; const void* pNext; VkPipelineRasterizationStateCreateFlags flags; VkBool32 depthClampEnable; VkBool32 rasterizerDiscardEnable; VkPolygonMode polygonMode; VkCullModeFlags cullMode; VkFrontFace frontFace; VkBool32 depthBiasEnable; float depthBiasConstantFactor; float depthBiasClamp; float depthBiasSlopeFactor; float lineWidth; } VkPipelineRasterizationStateCreateInfo;
VkPipelineRasterizationStateCreateInfo registry at www.khronos.org
type VkPipelineRepresentativeFragmentTestStateCreateInfoNV = VkStruct VkPipelineRepresentativeFragmentTestStateCreateInfoNV' Source #
typedef struct VkPipelineRepresentativeFragmentTestStateCreateInfoNV { VkStructureType sType; const void* pNext; VkBool32 representativeFragmentTestEnable; } VkPipelineRepresentativeFragmentTestStateCreateInfoNV;
VkPipelineRepresentativeFragmentTestStateCreateInfoNV registry at www.khronos.org
type VkPipelineShaderStageCreateInfo = VkStruct VkPipelineShaderStageCreateInfo' Source #
typedef struct VkPipelineShaderStageCreateInfo { VkStructureType sType; const void* pNext; VkPipelineShaderStageCreateFlags flags; VkShaderStageFlagBits stage; VkShaderModule module; const char* pName; const VkSpecializationInfo* pSpecializationInfo; } VkPipelineShaderStageCreateInfo;
type VkPipelineTessellationStateCreateInfo = VkStruct VkPipelineTessellationStateCreateInfo' Source #
typedef struct VkPipelineTessellationStateCreateInfo { VkStructureType sType; const void* pNext; VkPipelineTessellationStateCreateFlags flags; uint32_t patchControlPoints; } VkPipelineTessellationStateCreateInfo;
VkPipelineTessellationStateCreateInfo registry at www.khronos.org
type VkPipelineVertexInputStateCreateInfo = VkStruct VkPipelineVertexInputStateCreateInfo' Source #
typedef struct VkPipelineVertexInputStateCreateInfo { VkStructureType sType; const void* pNext; VkPipelineVertexInputStateCreateFlags flags; uint32_t vertexBindingDescriptionCount; const VkVertexInputBindingDescription* pVertexBindingDescriptions; uint32_t vertexAttributeDescriptionCount; const VkVertexInputAttributeDescription* pVertexAttributeDescriptions; } VkPipelineVertexInputStateCreateInfo;
VkPipelineVertexInputStateCreateInfo registry at www.khronos.org
type VkPipelineViewportStateCreateInfo = VkStruct VkPipelineViewportStateCreateInfo' Source #
typedef struct VkPipelineViewportStateCreateInfo { VkStructureType sType; const void* pNext; VkPipelineViewportStateCreateFlags flags; uint32_t viewportCount; const VkViewport* pViewports; uint32_t scissorCount; const VkRect2D* pScissors; } VkPipelineViewportStateCreateInfo;
VkPipelineViewportStateCreateInfo registry at www.khronos.org
newtype VkPolygonMode Source #
type = enum
pattern VK_POLYGON_MODE_FILL :: VkPolygonMode | |
pattern VK_POLYGON_MODE_LINE :: VkPolygonMode | |
pattern VK_POLYGON_MODE_POINT :: VkPolygonMode |
Instances
newtype VkPrimitiveTopology Source #
Instances
type VkRect2D = VkStruct VkRect2D' Source #
typedef struct VkRect2D { VkOffset2D offset; VkExtent2D extent; } VkRect2D;
newtype VkSampleCountBitmask (a :: FlagType) Source #
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
newtype VkShaderFloatControlsIndependence Source #
Instances
newtype VkShaderInfoTypeAMD Source #
pattern VK_SHADER_INFO_TYPE_STATISTICS_AMD :: VkShaderInfoTypeAMD | |
pattern VK_SHADER_INFO_TYPE_BINARY_AMD :: VkShaderInfoTypeAMD | |
pattern VK_SHADER_INFO_TYPE_DISASSEMBLY_AMD :: VkShaderInfoTypeAMD |
Instances
newtype VkShaderStageBitmask (a :: FlagType) Source #
pattern VkShaderStageFlagBits :: VkFlags -> VkShaderStageBitmask FlagBit | |
pattern VkShaderStageFlags :: VkFlags -> VkShaderStageBitmask FlagMask | |
pattern VK_SHADER_STAGE_VERTEX_BIT :: VkShaderStageBitmask a | bitpos = |
pattern VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT :: VkShaderStageBitmask a | bitpos = |
pattern VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT :: VkShaderStageBitmask a | bitpos = |
pattern VK_SHADER_STAGE_GEOMETRY_BIT :: VkShaderStageBitmask a | bitpos = |
pattern VK_SHADER_STAGE_FRAGMENT_BIT :: VkShaderStageBitmask a | bitpos = |
pattern VK_SHADER_STAGE_COMPUTE_BIT :: VkShaderStageBitmask a | bitpos = |
pattern VK_SHADER_STAGE_ALL_GRAPHICS :: VkShaderStageBitmask a | |
pattern VK_SHADER_STAGE_ALL :: VkShaderStageBitmask a |
Instances
newtype VkShaderCorePropertiesBitmaskAMD (a :: FlagType) Source #
pattern VkShaderCorePropertiesFlagBitsAMD :: VkFlags -> VkShaderCorePropertiesBitmaskAMD FlagBit | |
pattern VkShaderCorePropertiesFlagsAMD :: VkFlags -> VkShaderCorePropertiesBitmaskAMD FlagMask |
Instances
newtype VkShaderFloatControlsIndependenceKHR Source #
Instances
newtype VkShaderModuleCreateBitmask (a :: FlagType) Source #
pattern VkShaderModuleCreateFlagBits :: VkFlags -> VkShaderModuleCreateBitmask FlagBit | |
pattern VkShaderModuleCreateFlags :: VkFlags -> VkShaderModuleCreateBitmask FlagMask |
Instances
type VkSpecializationInfo = VkStruct VkSpecializationInfo' Source #
typedef struct VkSpecializationInfo { uint32_t mapEntryCount; const VkSpecializationMapEntry* pMapEntries; size_t dataSize; const void* pData; } VkSpecializationInfo;
type VkSpecializationMapEntry = VkStruct VkSpecializationMapEntry' Source #
typedef struct VkSpecializationMapEntry { uint32_t constantID; uint32_t offset; size_t size; } VkSpecializationMapEntry;
newtype VkStencilFaceBitmask (a :: FlagType) Source #
pattern VkStencilFaceFlagBits :: VkFlags -> VkStencilFaceBitmask FlagBit | |
pattern VkStencilFaceFlags :: VkFlags -> VkStencilFaceBitmask FlagMask | |
pattern VK_STENCIL_FACE_FRONT_BIT :: VkStencilFaceBitmask a | Front face bitpos = |
pattern VK_STENCIL_FACE_BACK_BIT :: VkStencilFaceBitmask a | Back face bitpos = |
pattern VK_STENCIL_FACE_FRONT_AND_BACK :: VkStencilFaceBitmask a | Front and back faces |
pattern VK_STENCIL_FRONT_AND_BACK :: VkStencilFaceBitmask a | Alias for backwards compatibility |
Instances
newtype VkStencilOp Source #
type = enum
pattern VK_STENCIL_OP_KEEP :: VkStencilOp | |
pattern VK_STENCIL_OP_ZERO :: VkStencilOp | |
pattern VK_STENCIL_OP_REPLACE :: VkStencilOp | |
pattern VK_STENCIL_OP_INCREMENT_AND_CLAMP :: VkStencilOp | |
pattern VK_STENCIL_OP_DECREMENT_AND_CLAMP :: VkStencilOp | |
pattern VK_STENCIL_OP_INVERT :: VkStencilOp | |
pattern VK_STENCIL_OP_INCREMENT_AND_WRAP :: VkStencilOp | |
pattern VK_STENCIL_OP_DECREMENT_AND_WRAP :: VkStencilOp |
Instances
type VkStencilOpState = VkStruct VkStencilOpState' Source #
typedef struct VkStencilOpState { VkStencilOp failOp; VkStencilOp passOp; VkStencilOp depthFailOp; VkCompareOp compareOp; uint32_t compareMask; uint32_t writeMask; uint32_t reference; } VkStencilOpState;
newtype VkStructureType Source #
Instances
type VkVertexInputAttributeDescription = VkStruct VkVertexInputAttributeDescription' Source #
typedef struct VkVertexInputAttributeDescription { uint32_t location; uint32_t binding; VkFormat format; uint32_t offset; } VkVertexInputAttributeDescription;
VkVertexInputAttributeDescription registry at www.khronos.org
type VkVertexInputBindingDescription = VkStruct VkVertexInputBindingDescription' Source #
typedef struct VkVertexInputBindingDescription { uint32_t binding; uint32_t stride; VkVertexInputRate inputRate; } VkVertexInputBindingDescription;
newtype VkVertexInputRate Source #
pattern VK_VERTEX_INPUT_RATE_VERTEX :: VkVertexInputRate | |
pattern VK_VERTEX_INPUT_RATE_INSTANCE :: VkVertexInputRate |
Instances
type VkViewport = VkStruct VkViewport' Source #
typedef struct VkViewport { float x; float y; float width; float height; float minDepth; float maxDepth; } VkViewport;
pattern VK_NV_REPRESENTATIVE_FRAGMENT_TEST_SPEC_VERSION :: (Num a, Eq a) => a Source #
type VK_NV_REPRESENTATIVE_FRAGMENT_TEST_EXTENSION_NAME = "VK_NV_representative_fragment_test" Source #