| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Graphics.Vulkan.Ext.VK_NVX_device_generated_commands
Contents
Synopsis
- newtype VkBool32 = VkBool32 Word32
- newtype VkDeviceSize = VkDeviceSize Word64
- newtype VkFlags = VkFlags Word32
- newtype VkSampleMask = VkSampleMask Word32
- type VkCmdProcessCommandsInfoNVX = VkStruct VkCmdProcessCommandsInfoNVX'
- type VkCmdReserveSpaceForCommandsInfoNVX = VkStruct VkCmdReserveSpaceForCommandsInfoNVX'
- type VkDeviceGeneratedCommandsFeaturesNVX = VkStruct VkDeviceGeneratedCommandsFeaturesNVX'
- type VkDeviceGeneratedCommandsLimitsNVX = VkStruct VkDeviceGeneratedCommandsLimitsNVX'
- newtype VkIndexType where
- VkIndexType Int32
- pattern VK_INDEX_TYPE_UINT16 :: VkIndexType
- pattern VK_INDEX_TYPE_UINT32 :: VkIndexType
- type VkIndirectCommandsLayoutCreateInfoNVX = VkStruct VkIndirectCommandsLayoutCreateInfoNVX'
- type VkIndirectCommandsLayoutTokenNVX = VkStruct VkIndirectCommandsLayoutTokenNVX'
- newtype VkIndirectCommandsLayoutUsageBitmaskNVX (a :: FlagType) where
- VkIndirectCommandsLayoutUsageBitmaskNVX VkFlags
- pattern VkIndirectCommandsLayoutUsageFlagBitsNVX :: VkFlags -> VkIndirectCommandsLayoutUsageBitmaskNVX FlagBit
- pattern VkIndirectCommandsLayoutUsageFlagsNVX :: VkFlags -> VkIndirectCommandsLayoutUsageBitmaskNVX FlagMask
- pattern VK_INDIRECT_COMMANDS_LAYOUT_USAGE_UNORDERED_SEQUENCES_BIT_NVX :: VkIndirectCommandsLayoutUsageBitmaskNVX a
- pattern VK_INDIRECT_COMMANDS_LAYOUT_USAGE_SPARSE_SEQUENCES_BIT_NVX :: VkIndirectCommandsLayoutUsageBitmaskNVX a
- pattern VK_INDIRECT_COMMANDS_LAYOUT_USAGE_EMPTY_EXECUTIONS_BIT_NVX :: VkIndirectCommandsLayoutUsageBitmaskNVX a
- pattern VK_INDIRECT_COMMANDS_LAYOUT_USAGE_INDEXED_SEQUENCES_BIT_NVX :: VkIndirectCommandsLayoutUsageBitmaskNVX a
- newtype VkIndirectCommandsTokenTypeNVX where
- VkIndirectCommandsTokenTypeNVX Int32
- pattern VK_INDIRECT_COMMANDS_TOKEN_TYPE_PIPELINE_NVX :: VkIndirectCommandsTokenTypeNVX
- pattern VK_INDIRECT_COMMANDS_TOKEN_TYPE_DESCRIPTOR_SET_NVX :: VkIndirectCommandsTokenTypeNVX
- pattern VK_INDIRECT_COMMANDS_TOKEN_TYPE_INDEX_BUFFER_NVX :: VkIndirectCommandsTokenTypeNVX
- pattern VK_INDIRECT_COMMANDS_TOKEN_TYPE_VERTEX_BUFFER_NVX :: VkIndirectCommandsTokenTypeNVX
- pattern VK_INDIRECT_COMMANDS_TOKEN_TYPE_PUSH_CONSTANT_NVX :: VkIndirectCommandsTokenTypeNVX
- pattern VK_INDIRECT_COMMANDS_TOKEN_TYPE_DRAW_INDEXED_NVX :: VkIndirectCommandsTokenTypeNVX
- pattern VK_INDIRECT_COMMANDS_TOKEN_TYPE_DRAW_NVX :: VkIndirectCommandsTokenTypeNVX
- pattern VK_INDIRECT_COMMANDS_TOKEN_TYPE_DISPATCH_NVX :: VkIndirectCommandsTokenTypeNVX
- type VkIndirectCommandsLayoutUsageFlagBitsNVX = VkIndirectCommandsLayoutUsageBitmaskNVX FlagBit
- type VkIndirectCommandsLayoutUsageFlagsNVX = VkIndirectCommandsLayoutUsageBitmaskNVX FlagMask
- type VkIndirectCommandsTokenNVX = VkStruct VkIndirectCommandsTokenNVX'
- newtype VkObjectEntryTypeNVX where
- VkObjectEntryTypeNVX Int32
- pattern VK_OBJECT_ENTRY_TYPE_DESCRIPTOR_SET_NVX :: VkObjectEntryTypeNVX
- pattern VK_OBJECT_ENTRY_TYPE_PIPELINE_NVX :: VkObjectEntryTypeNVX
- pattern VK_OBJECT_ENTRY_TYPE_INDEX_BUFFER_NVX :: VkObjectEntryTypeNVX
- pattern VK_OBJECT_ENTRY_TYPE_VERTEX_BUFFER_NVX :: VkObjectEntryTypeNVX
- pattern VK_OBJECT_ENTRY_TYPE_PUSH_CONSTANT_NVX :: VkObjectEntryTypeNVX
- newtype VkObjectEntryUsageBitmaskNVX (a :: FlagType) where
- VkObjectEntryUsageBitmaskNVX VkFlags
- pattern VkObjectEntryUsageFlagBitsNVX :: VkFlags -> VkObjectEntryUsageBitmaskNVX FlagBit
- pattern VkObjectEntryUsageFlagsNVX :: VkFlags -> VkObjectEntryUsageBitmaskNVX FlagMask
- pattern VK_OBJECT_ENTRY_USAGE_GRAPHICS_BIT_NVX :: VkObjectEntryUsageBitmaskNVX a
- pattern VK_OBJECT_ENTRY_USAGE_COMPUTE_BIT_NVX :: VkObjectEntryUsageBitmaskNVX a
- newtype VkObjectType where
- VkObjectType Int32
- pattern VK_OBJECT_TYPE_UNKNOWN :: VkObjectType
- pattern VK_OBJECT_TYPE_INSTANCE :: VkObjectType
- pattern VK_OBJECT_TYPE_PHYSICAL_DEVICE :: VkObjectType
- pattern VK_OBJECT_TYPE_DEVICE :: VkObjectType
- pattern VK_OBJECT_TYPE_QUEUE :: VkObjectType
- pattern VK_OBJECT_TYPE_SEMAPHORE :: VkObjectType
- pattern VK_OBJECT_TYPE_COMMAND_BUFFER :: VkObjectType
- pattern VK_OBJECT_TYPE_FENCE :: VkObjectType
- pattern VK_OBJECT_TYPE_DEVICE_MEMORY :: VkObjectType
- pattern VK_OBJECT_TYPE_BUFFER :: VkObjectType
- pattern VK_OBJECT_TYPE_IMAGE :: VkObjectType
- pattern VK_OBJECT_TYPE_EVENT :: VkObjectType
- pattern VK_OBJECT_TYPE_QUERY_POOL :: VkObjectType
- pattern VK_OBJECT_TYPE_BUFFER_VIEW :: VkObjectType
- pattern VK_OBJECT_TYPE_IMAGE_VIEW :: VkObjectType
- pattern VK_OBJECT_TYPE_SHADER_MODULE :: VkObjectType
- pattern VK_OBJECT_TYPE_PIPELINE_CACHE :: VkObjectType
- pattern VK_OBJECT_TYPE_PIPELINE_LAYOUT :: VkObjectType
- pattern VK_OBJECT_TYPE_RENDER_PASS :: VkObjectType
- pattern VK_OBJECT_TYPE_PIPELINE :: VkObjectType
- pattern VK_OBJECT_TYPE_DESCRIPTOR_SET_LAYOUT :: VkObjectType
- pattern VK_OBJECT_TYPE_SAMPLER :: VkObjectType
- pattern VK_OBJECT_TYPE_DESCRIPTOR_POOL :: VkObjectType
- pattern VK_OBJECT_TYPE_DESCRIPTOR_SET :: VkObjectType
- pattern VK_OBJECT_TYPE_FRAMEBUFFER :: VkObjectType
- pattern VK_OBJECT_TYPE_COMMAND_POOL :: VkObjectType
- type VkObjectEntryUsageFlagBitsNVX = VkObjectEntryUsageBitmaskNVX FlagBit
- type VkObjectEntryUsageFlagsNVX = VkObjectEntryUsageBitmaskNVX FlagMask
- type VkObjectTableCreateInfoNVX = VkStruct VkObjectTableCreateInfoNVX'
- type VkObjectTableDescriptorSetEntryNVX = VkStruct VkObjectTableDescriptorSetEntryNVX'
- type VkObjectTableEntryNVX = VkStruct VkObjectTableEntryNVX'
- type VkObjectTableIndexBufferEntryNVX = VkStruct VkObjectTableIndexBufferEntryNVX'
- type VkObjectTablePipelineEntryNVX = VkStruct VkObjectTablePipelineEntryNVX'
- type VkObjectTablePushConstantEntryNVX = VkStruct VkObjectTablePushConstantEntryNVX'
- type VkObjectTableVertexBufferEntryNVX = VkStruct VkObjectTableVertexBufferEntryNVX'
- 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 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 VkPipelineCacheCreateFlagBits = VkPipelineCacheCreateFlagBits VkFlags
- newtype VkPipelineColorBlendStateCreateFlagBits = VkPipelineColorBlendStateCreateFlagBits VkFlags
- type VkPipelineCreateFlagBits = VkPipelineCreateBitmask FlagBit
- type VkPipelineCreateFlags = VkPipelineCreateBitmask FlagMask
- newtype VkPipelineDepthStencilStateCreateFlagBits = VkPipelineDepthStencilStateCreateFlagBits VkFlags
- newtype VkPipelineDynamicStateCreateFlagBits = VkPipelineDynamicStateCreateFlagBits VkFlags
- newtype VkPipelineInputAssemblyStateCreateFlagBits = VkPipelineInputAssemblyStateCreateFlagBits VkFlags
- newtype VkPipelineLayoutCreateFlagBits = VkPipelineLayoutCreateFlagBits VkFlags
- newtype VkPipelineMultisampleStateCreateFlagBits = VkPipelineMultisampleStateCreateFlagBits VkFlags
- newtype VkPipelineRasterizationStateCreateFlagBits = VkPipelineRasterizationStateCreateFlagBits VkFlags
- newtype VkPipelineShaderStageCreateFlagBits = VkPipelineShaderStageCreateFlagBits VkFlags
- type VkPipelineStageFlagBits = VkPipelineStageBitmask FlagBit
- type VkPipelineStageFlags = VkPipelineStageBitmask FlagMask
- newtype VkPipelineTessellationStateCreateFlagBits = VkPipelineTessellationStateCreateFlagBits VkFlags
- newtype VkPipelineVertexInputStateCreateFlagBits = VkPipelineVertexInputStateCreateFlagBits VkFlags
- newtype VkPipelineViewportStateCreateFlagBits = VkPipelineViewportStateCreateFlagBits VkFlags
- 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
- type VkShaderStageFlagBits = VkShaderStageBitmask FlagBit
- type VkShaderStageFlags = VkShaderStageBitmask FlagMask
- 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 VkCmdProcessCommandsNVX = "vkCmdProcessCommandsNVX"
- pattern VkCmdProcessCommandsNVX :: CString
- type HS_vkCmdProcessCommandsNVX = VkCommandBuffer -> Ptr VkCmdProcessCommandsInfoNVX -> IO ()
- type PFN_vkCmdProcessCommandsNVX = FunPtr HS_vkCmdProcessCommandsNVX
- type VkCmdReserveSpaceForCommandsNVX = "vkCmdReserveSpaceForCommandsNVX"
- pattern VkCmdReserveSpaceForCommandsNVX :: CString
- type HS_vkCmdReserveSpaceForCommandsNVX = VkCommandBuffer -> Ptr VkCmdReserveSpaceForCommandsInfoNVX -> IO ()
- type PFN_vkCmdReserveSpaceForCommandsNVX = FunPtr HS_vkCmdReserveSpaceForCommandsNVX
- type VkCreateIndirectCommandsLayoutNVX = "vkCreateIndirectCommandsLayoutNVX"
- pattern VkCreateIndirectCommandsLayoutNVX :: CString
- type HS_vkCreateIndirectCommandsLayoutNVX = VkDevice -> Ptr VkIndirectCommandsLayoutCreateInfoNVX -> Ptr VkAllocationCallbacks -> Ptr VkIndirectCommandsLayoutNVX -> IO VkResult
- type PFN_vkCreateIndirectCommandsLayoutNVX = FunPtr HS_vkCreateIndirectCommandsLayoutNVX
- type VkDestroyIndirectCommandsLayoutNVX = "vkDestroyIndirectCommandsLayoutNVX"
- pattern VkDestroyIndirectCommandsLayoutNVX :: CString
- type HS_vkDestroyIndirectCommandsLayoutNVX = VkDevice -> VkIndirectCommandsLayoutNVX -> Ptr VkAllocationCallbacks -> IO ()
- type PFN_vkDestroyIndirectCommandsLayoutNVX = FunPtr HS_vkDestroyIndirectCommandsLayoutNVX
- type VkCreateObjectTableNVX = "vkCreateObjectTableNVX"
- pattern VkCreateObjectTableNVX :: CString
- type HS_vkCreateObjectTableNVX = VkDevice -> Ptr VkObjectTableCreateInfoNVX -> Ptr VkAllocationCallbacks -> Ptr VkObjectTableNVX -> IO VkResult
- type PFN_vkCreateObjectTableNVX = FunPtr HS_vkCreateObjectTableNVX
- type VkDestroyObjectTableNVX = "vkDestroyObjectTableNVX"
- pattern VkDestroyObjectTableNVX :: CString
- type HS_vkDestroyObjectTableNVX = VkDevice -> VkObjectTableNVX -> Ptr VkAllocationCallbacks -> IO ()
- type PFN_vkDestroyObjectTableNVX = FunPtr HS_vkDestroyObjectTableNVX
- type VkRegisterObjectsNVX = "vkRegisterObjectsNVX"
- pattern VkRegisterObjectsNVX :: CString
- type HS_vkRegisterObjectsNVX = VkDevice -> VkObjectTableNVX -> Word32 -> Ptr (Ptr VkObjectTableEntryNVX) -> Ptr Word32 -> IO VkResult
- type PFN_vkRegisterObjectsNVX = FunPtr HS_vkRegisterObjectsNVX
- type VkUnregisterObjectsNVX = "vkUnregisterObjectsNVX"
- pattern VkUnregisterObjectsNVX :: CString
- type HS_vkUnregisterObjectsNVX = VkDevice -> VkObjectTableNVX -> Word32 -> Ptr VkObjectEntryTypeNVX -> Ptr Word32 -> IO VkResult
- type PFN_vkUnregisterObjectsNVX = FunPtr HS_vkUnregisterObjectsNVX
- type VkGetPhysicalDeviceGeneratedCommandsPropertiesNVX = "vkGetPhysicalDeviceGeneratedCommandsPropertiesNVX"
- pattern VkGetPhysicalDeviceGeneratedCommandsPropertiesNVX :: CString
- type HS_vkGetPhysicalDeviceGeneratedCommandsPropertiesNVX = VkPhysicalDevice -> Ptr VkDeviceGeneratedCommandsFeaturesNVX -> Ptr VkDeviceGeneratedCommandsLimitsNVX -> IO ()
- type PFN_vkGetPhysicalDeviceGeneratedCommandsPropertiesNVX = FunPtr HS_vkGetPhysicalDeviceGeneratedCommandsPropertiesNVX
- module Graphics.Vulkan.Marshal
- newtype VkInternalAllocationType 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
- 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 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 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 VkIndirectCommandsLayoutNVX = VkPtr VkIndirectCommandsLayoutNVX_T
- data VkIndirectCommandsLayoutNVX_T
- type VkInstance = Ptr VkInstance_T
- data VkInstance_T
- type VkObjectTableNVX = VkPtr VkObjectTableNVX_T
- data VkObjectTableNVX_T
- type VkPhysicalDevice = Ptr VkPhysicalDevice_T
- data VkPhysicalDevice_T
- type VkPipeline = VkPtr VkPipeline_T
- type VkPipelineCache = VkPtr VkPipelineCache_T
- data VkPipelineCache_T
- type VkPipelineLayout = VkPtr VkPipelineLayout_T
- data VkPipelineLayout_T
- data VkPipeline_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 VkDeviceCreateInfo = VkStruct VkDeviceCreateInfo'
- 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 VkDeviceGroupPresentCapabilitiesKHR = VkStruct VkDeviceGroupPresentCapabilitiesKHR'
- type VkDeviceGroupPresentInfoKHR = VkStruct VkDeviceGroupPresentInfoKHR'
- type VkDeviceGroupRenderPassBeginInfo = VkStruct VkDeviceGroupRenderPassBeginInfo'
- type VkDeviceGroupRenderPassBeginInfoKHR = VkDeviceGroupRenderPassBeginInfo
- type VkDeviceGroupSubmitInfo = VkStruct VkDeviceGroupSubmitInfo'
- type VkDeviceGroupSubmitInfoKHR = VkDeviceGroupSubmitInfo
- type VkDeviceGroupSwapchainCreateInfoKHR = VkStruct VkDeviceGroupSwapchainCreateInfoKHR'
- type VkDeviceQueueCreateInfo = VkStruct VkDeviceQueueCreateInfo'
- type VkDeviceQueueGlobalPriorityCreateInfoEXT = VkStruct VkDeviceQueueGlobalPriorityCreateInfoEXT'
- type VkDeviceQueueInfo2 = VkStruct VkDeviceQueueInfo2'
- type VK_NVX_DEVICE_GENERATED_COMMANDS_SPEC_VERSION = 3
- pattern VK_NVX_DEVICE_GENERATED_COMMANDS_SPEC_VERSION :: (Num a, Eq a) => a
- type VK_NVX_DEVICE_GENERATED_COMMANDS_EXTENSION_NAME = "VK_NVX_device_generated_commands"
- pattern VK_NVX_DEVICE_GENERATED_COMMANDS_EXTENSION_NAME :: CString
- pattern VK_STRUCTURE_TYPE_OBJECT_TABLE_CREATE_INFO_NVX :: VkStructureType
- pattern VK_STRUCTURE_TYPE_INDIRECT_COMMANDS_LAYOUT_CREATE_INFO_NVX :: VkStructureType
- pattern VK_STRUCTURE_TYPE_CMD_PROCESS_COMMANDS_INFO_NVX :: VkStructureType
- pattern VK_STRUCTURE_TYPE_CMD_RESERVE_SPACE_FOR_COMMANDS_INFO_NVX :: VkStructureType
- pattern VK_STRUCTURE_TYPE_DEVICE_GENERATED_COMMANDS_LIMITS_NVX :: VkStructureType
- pattern VK_STRUCTURE_TYPE_DEVICE_GENERATED_COMMANDS_FEATURES_NVX :: VkStructureType
- pattern VK_PIPELINE_STAGE_COMMAND_PROCESS_BIT_NVX :: VkPipelineStageBitmask a
- pattern VK_ACCESS_COMMAND_PROCESS_READ_BIT_NVX :: VkAccessBitmask a
- pattern VK_ACCESS_COMMAND_PROCESS_WRITE_BIT_NVX :: VkAccessBitmask a
- pattern VK_OBJECT_TYPE_OBJECT_TABLE_NVX :: VkObjectType
- pattern VK_OBJECT_TYPE_INDIRECT_COMMANDS_LAYOUT_NVX :: VkObjectType
Documentation
Instances
newtype VkDeviceSize Source #
Constructors
| VkDeviceSize Word64 |
Instances
Instances
newtype VkSampleMask Source #
Constructors
| VkSampleMask Word32 |
Instances
type VkCmdProcessCommandsInfoNVX = VkStruct VkCmdProcessCommandsInfoNVX' Source #
typedef struct VkCmdProcessCommandsInfoNVX {
VkStructureType sType;
const void* pNext;
VkObjectTableNVX objectTable;
VkIndirectCommandsLayoutNVX indirectCommandsLayout;
uint32_t indirectCommandsTokenCount;
const VkIndirectCommandsTokenNVX* pIndirectCommandsTokens;
uint32_t maxSequencesCount;
VkCommandBuffer targetCommandBuffer;
VkBuffer sequencesCountBuffer;
VkDeviceSize sequencesCountOffset;
VkBuffer sequencesIndexBuffer;
VkDeviceSize sequencesIndexOffset;
} VkCmdProcessCommandsInfoNVX;type VkCmdReserveSpaceForCommandsInfoNVX = VkStruct VkCmdReserveSpaceForCommandsInfoNVX' Source #
typedef struct VkCmdReserveSpaceForCommandsInfoNVX {
VkStructureType sType;
const void* pNext;
VkObjectTableNVX objectTable;
VkIndirectCommandsLayoutNVX indirectCommandsLayout;
uint32_t maxSequencesCount;
} VkCmdReserveSpaceForCommandsInfoNVX;VkCmdReserveSpaceForCommandsInfoNVX registry at www.khronos.org
type VkDeviceGeneratedCommandsFeaturesNVX = VkStruct VkDeviceGeneratedCommandsFeaturesNVX' Source #
typedef struct VkDeviceGeneratedCommandsFeaturesNVX {
VkStructureType sType;
const void* pNext;
VkBool32 computeBindingPointSupport;
} VkDeviceGeneratedCommandsFeaturesNVX;VkDeviceGeneratedCommandsFeaturesNVX registry at www.khronos.org
type VkDeviceGeneratedCommandsLimitsNVX = VkStruct VkDeviceGeneratedCommandsLimitsNVX' Source #
typedef struct VkDeviceGeneratedCommandsLimitsNVX {
VkStructureType sType;
const void* pNext;
uint32_t maxIndirectCommandsLayoutTokenCount;
uint32_t maxObjectEntryCounts;
uint32_t minSequenceCountBufferOffsetAlignment;
uint32_t minSequenceIndexBufferOffsetAlignment;
uint32_t minCommandsTokenBufferOffsetAlignment;
} VkDeviceGeneratedCommandsLimitsNVX;VkDeviceGeneratedCommandsLimitsNVX registry at www.khronos.org
newtype VkIndexType Source #
type = enum
Constructors
| VkIndexType Int32 |
Bundled Patterns
| pattern VK_INDEX_TYPE_UINT16 :: VkIndexType | |
| pattern VK_INDEX_TYPE_UINT32 :: VkIndexType |
Instances
type VkIndirectCommandsLayoutCreateInfoNVX = VkStruct VkIndirectCommandsLayoutCreateInfoNVX' Source #
typedef struct VkIndirectCommandsLayoutCreateInfoNVX {
VkStructureType sType;
const void* pNext;
VkPipelineBindPoint pipelineBindPoint;
VkIndirectCommandsLayoutUsageFlagsNVX flags;
uint32_t tokenCount;
const VkIndirectCommandsLayoutTokenNVX* pTokens;
} VkIndirectCommandsLayoutCreateInfoNVX;VkIndirectCommandsLayoutCreateInfoNVX registry at www.khronos.org
type VkIndirectCommandsLayoutTokenNVX = VkStruct VkIndirectCommandsLayoutTokenNVX' Source #
typedef struct VkIndirectCommandsLayoutTokenNVX {
VkIndirectCommandsTokenTypeNVX tokenType;
uint32_t bindingUnit;
uint32_t dynamicCount;
uint32_t divisor;
} VkIndirectCommandsLayoutTokenNVX;VkIndirectCommandsLayoutTokenNVX registry at www.khronos.org
newtype VkIndirectCommandsLayoutUsageBitmaskNVX (a :: FlagType) Source #
Constructors
| VkIndirectCommandsLayoutUsageBitmaskNVX VkFlags |
Bundled Patterns
Instances
newtype VkIndirectCommandsTokenTypeNVX Source #
Constructors
| VkIndirectCommandsTokenTypeNVX Int32 |
Bundled Patterns
Instances
type VkIndirectCommandsLayoutUsageFlagBitsNVX = VkIndirectCommandsLayoutUsageBitmaskNVX FlagBit Source #
type VkIndirectCommandsLayoutUsageFlagsNVX = VkIndirectCommandsLayoutUsageBitmaskNVX FlagMask Source #
type VkIndirectCommandsTokenNVX = VkStruct VkIndirectCommandsTokenNVX' Source #
typedef struct VkIndirectCommandsTokenNVX {
VkIndirectCommandsTokenTypeNVX tokenType;
VkBuffer buffer;
VkDeviceSize offset;
} VkIndirectCommandsTokenNVX;newtype VkObjectEntryTypeNVX Source #
Constructors
| VkObjectEntryTypeNVX Int32 |
Bundled Patterns
Instances
newtype VkObjectEntryUsageBitmaskNVX (a :: FlagType) Source #
Constructors
| VkObjectEntryUsageBitmaskNVX VkFlags |
Bundled Patterns
| pattern VkObjectEntryUsageFlagBitsNVX :: VkFlags -> VkObjectEntryUsageBitmaskNVX FlagBit | |
| pattern VkObjectEntryUsageFlagsNVX :: VkFlags -> VkObjectEntryUsageBitmaskNVX FlagMask | |
| pattern VK_OBJECT_ENTRY_USAGE_GRAPHICS_BIT_NVX :: VkObjectEntryUsageBitmaskNVX a | bitpos = |
| pattern VK_OBJECT_ENTRY_USAGE_COMPUTE_BIT_NVX :: VkObjectEntryUsageBitmaskNVX a | bitpos = |
Instances
newtype VkObjectType Source #
Constructors
| VkObjectType Int32 |
Bundled Patterns
Instances
type VkObjectTableCreateInfoNVX = VkStruct VkObjectTableCreateInfoNVX' Source #
typedef struct VkObjectTableCreateInfoNVX {
VkStructureType sType;
const void* pNext;
uint32_t objectCount;
const VkObjectEntryTypeNVX* pObjectEntryTypes;
const uint32_t* pObjectEntryCounts;
const VkObjectEntryUsageFlagsNVX* pObjectEntryUsageFlags;
uint32_t maxUniformBuffersPerDescriptor;
uint32_t maxStorageBuffersPerDescriptor;
uint32_t maxStorageImagesPerDescriptor;
uint32_t maxSampledImagesPerDescriptor;
uint32_t maxPipelineLayouts;
} VkObjectTableCreateInfoNVX;type VkObjectTableDescriptorSetEntryNVX = VkStruct VkObjectTableDescriptorSetEntryNVX' Source #
typedef struct VkObjectTableDescriptorSetEntryNVX {
VkObjectEntryTypeNVX type;
VkObjectEntryUsageFlagsNVX flags;
VkPipelineLayout pipelineLayout;
VkDescriptorSet descriptorSet;
} VkObjectTableDescriptorSetEntryNVX;VkObjectTableDescriptorSetEntryNVX registry at www.khronos.org
type VkObjectTableEntryNVX = VkStruct VkObjectTableEntryNVX' Source #
typedef struct VkObjectTableEntryNVX {
VkObjectEntryTypeNVX type;
VkObjectEntryUsageFlagsNVX flags;
} VkObjectTableEntryNVX;type VkObjectTableIndexBufferEntryNVX = VkStruct VkObjectTableIndexBufferEntryNVX' Source #
typedef struct VkObjectTableIndexBufferEntryNVX {
VkObjectEntryTypeNVX type;
VkObjectEntryUsageFlagsNVX flags;
VkBuffer buffer;
VkIndexType indexType;
} VkObjectTableIndexBufferEntryNVX;VkObjectTableIndexBufferEntryNVX registry at www.khronos.org
type VkObjectTablePipelineEntryNVX = VkStruct VkObjectTablePipelineEntryNVX' Source #
typedef struct VkObjectTablePipelineEntryNVX {
VkObjectEntryTypeNVX type;
VkObjectEntryUsageFlagsNVX flags;
VkPipeline pipeline;
} VkObjectTablePipelineEntryNVX;type VkObjectTablePushConstantEntryNVX = VkStruct VkObjectTablePushConstantEntryNVX' Source #
typedef struct VkObjectTablePushConstantEntryNVX {
VkObjectEntryTypeNVX type;
VkObjectEntryUsageFlagsNVX flags;
VkPipelineLayout pipelineLayout;
VkShaderStageFlags stageFlags;
} VkObjectTablePushConstantEntryNVX;VkObjectTablePushConstantEntryNVX registry at www.khronos.org
type VkObjectTableVertexBufferEntryNVX = VkStruct VkObjectTableVertexBufferEntryNVX' Source #
typedef struct VkObjectTableVertexBufferEntryNVX {
VkObjectEntryTypeNVX type;
VkObjectEntryUsageFlagsNVX flags;
VkBuffer buffer;
} VkObjectTableVertexBufferEntryNVX;VkObjectTableVertexBufferEntryNVX registry at www.khronos.org
newtype VkPipelineBindPoint Source #
Constructors
| VkPipelineBindPoint Int32 |
Bundled Patterns
| pattern VK_PIPELINE_BIND_POINT_GRAPHICS :: VkPipelineBindPoint | |
| pattern VK_PIPELINE_BIND_POINT_COMPUTE :: VkPipelineBindPoint |
Instances
newtype VkPipelineCacheHeaderVersion Source #
Constructors
| VkPipelineCacheHeaderVersion Int32 |
Bundled Patterns
| pattern VK_PIPELINE_CACHE_HEADER_VERSION_ONE :: VkPipelineCacheHeaderVersion |
Instances
newtype VkPipelineCreateBitmask (a :: FlagType) Source #
Constructors
| VkPipelineCreateBitmask VkFlags |
Bundled Patterns
| 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 VkPipelineStageBitmask (a :: FlagType) Source #
Constructors
| VkPipelineStageBitmask VkFlags |
Bundled Patterns
Instances
newtype VkPipelineCacheCreateFlagBits Source #
Constructors
| VkPipelineCacheCreateFlagBits VkFlags |
Instances
newtype VkPipelineColorBlendStateCreateFlagBits Source #
Constructors
| VkPipelineColorBlendStateCreateFlagBits VkFlags |
Instances
newtype VkPipelineDepthStencilStateCreateFlagBits Source #
Constructors
| VkPipelineDepthStencilStateCreateFlagBits VkFlags |
Instances
newtype VkPipelineDynamicStateCreateFlagBits Source #
Constructors
| VkPipelineDynamicStateCreateFlagBits VkFlags |
Instances
newtype VkPipelineInputAssemblyStateCreateFlagBits Source #
Constructors
| VkPipelineInputAssemblyStateCreateFlagBits VkFlags |
Instances
newtype VkPipelineLayoutCreateFlagBits Source #
Constructors
| VkPipelineLayoutCreateFlagBits VkFlags |
Instances
newtype VkPipelineMultisampleStateCreateFlagBits Source #
Constructors
| VkPipelineMultisampleStateCreateFlagBits VkFlags |
Instances
newtype VkPipelineRasterizationStateCreateFlagBits Source #
Constructors
| VkPipelineRasterizationStateCreateFlagBits VkFlags |
Instances
newtype VkPipelineShaderStageCreateFlagBits Source #
Constructors
| VkPipelineShaderStageCreateFlagBits VkFlags |
Instances
newtype VkPipelineTessellationStateCreateFlagBits Source #
Constructors
| VkPipelineTessellationStateCreateFlagBits VkFlags |
Instances
newtype VkPipelineVertexInputStateCreateFlagBits Source #
Constructors
| VkPipelineVertexInputStateCreateFlagBits VkFlags |
Instances
newtype VkPipelineViewportStateCreateFlagBits Source #
Constructors
| VkPipelineViewportStateCreateFlagBits VkFlags |
Instances
newtype VkShaderInfoTypeAMD Source #
Constructors
| VkShaderInfoTypeAMD Int32 |
Bundled Patterns
| 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 #
Constructors
| VkShaderStageBitmask VkFlags |
Bundled Patterns
| 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 VkStructureType Source #
Constructors
| VkStructureType Int32 |
Bundled Patterns
Instances
type VkCmdProcessCommandsNVX = "vkCmdProcessCommandsNVX" Source #
pattern VkCmdProcessCommandsNVX :: CString Source #
type HS_vkCmdProcessCommandsNVX Source #
Arguments
| = VkCommandBuffer | commandBuffer |
| -> Ptr VkCmdProcessCommandsInfoNVX | pProcessCommandsInfo |
| -> IO () |
Queues: graphics, compute.
Renderpass: inside
void vkCmdProcessCommandsNVX
( VkCommandBuffer commandBuffer
, const VkCmdProcessCommandsInfoNVX* pProcessCommandsInfo
)type VkCmdReserveSpaceForCommandsNVX = "vkCmdReserveSpaceForCommandsNVX" Source #
pattern VkCmdReserveSpaceForCommandsNVX :: CString Source #
type HS_vkCmdReserveSpaceForCommandsNVX Source #
Arguments
| = VkCommandBuffer | commandBuffer |
| -> Ptr VkCmdReserveSpaceForCommandsInfoNVX | pReserveSpaceInfo |
| -> IO () |
Queues: graphics, compute.
Renderpass: inside
void vkCmdReserveSpaceForCommandsNVX
( VkCommandBuffer commandBuffer
, const VkCmdReserveSpaceForCommandsInfoNVX* pReserveSpaceInfo
)type VkCreateIndirectCommandsLayoutNVX = "vkCreateIndirectCommandsLayoutNVX" Source #
pattern VkCreateIndirectCommandsLayoutNVX :: CString Source #
type HS_vkCreateIndirectCommandsLayoutNVX Source #
Arguments
| = VkDevice | device |
| -> Ptr VkIndirectCommandsLayoutCreateInfoNVX | pCreateInfo |
| -> Ptr VkAllocationCallbacks | pAllocator |
| -> Ptr VkIndirectCommandsLayoutNVX | pIndirectCommandsLayout |
| -> IO VkResult |
Success codes: VK_SUCCESS.
Error codes: VK_ERROR_OUT_OF_HOST_MEMORY, VK_ERROR_OUT_OF_DEVICE_MEMORY.
VkResult vkCreateIndirectCommandsLayoutNVX
( VkDevice device
, const VkIndirectCommandsLayoutCreateInfoNVX* pCreateInfo
, const VkAllocationCallbacks* pAllocator
, VkIndirectCommandsLayoutNVX* pIndirectCommandsLayout
)vkCreateIndirectCommandsLayoutNVX registry at www.khronos.org
type VkDestroyIndirectCommandsLayoutNVX = "vkDestroyIndirectCommandsLayoutNVX" Source #
pattern VkDestroyIndirectCommandsLayoutNVX :: CString Source #
type HS_vkDestroyIndirectCommandsLayoutNVX Source #
Arguments
| = VkDevice | device |
| -> VkIndirectCommandsLayoutNVX | indirectCommandsLayout |
| -> Ptr VkAllocationCallbacks | pAllocator |
| -> IO () |
void vkDestroyIndirectCommandsLayoutNVX
( VkDevice device
, VkIndirectCommandsLayoutNVX indirectCommandsLayout
, const VkAllocationCallbacks* pAllocator
)vkDestroyIndirectCommandsLayoutNVX registry at www.khronos.org
type VkCreateObjectTableNVX = "vkCreateObjectTableNVX" Source #
pattern VkCreateObjectTableNVX :: CString Source #
type HS_vkCreateObjectTableNVX Source #
Arguments
| = VkDevice | device |
| -> Ptr VkObjectTableCreateInfoNVX | pCreateInfo |
| -> Ptr VkAllocationCallbacks | pAllocator |
| -> Ptr VkObjectTableNVX | pObjectTable |
| -> IO VkResult |
Success codes: VK_SUCCESS.
Error codes: VK_ERROR_OUT_OF_HOST_MEMORY, VK_ERROR_OUT_OF_DEVICE_MEMORY.
VkResult vkCreateObjectTableNVX
( VkDevice device
, const VkObjectTableCreateInfoNVX* pCreateInfo
, const VkAllocationCallbacks* pAllocator
, VkObjectTableNVX* pObjectTable
)type VkDestroyObjectTableNVX = "vkDestroyObjectTableNVX" Source #
pattern VkDestroyObjectTableNVX :: CString Source #
type HS_vkDestroyObjectTableNVX Source #
Arguments
| = VkDevice | device |
| -> VkObjectTableNVX | objectTable |
| -> Ptr VkAllocationCallbacks | pAllocator |
| -> IO () |
void vkDestroyObjectTableNVX
( VkDevice device
, VkObjectTableNVX objectTable
, const VkAllocationCallbacks* pAllocator
)type VkRegisterObjectsNVX = "vkRegisterObjectsNVX" Source #
pattern VkRegisterObjectsNVX :: CString Source #
type HS_vkRegisterObjectsNVX Source #
Arguments
| = VkDevice | device |
| -> VkObjectTableNVX | objectTable |
| -> Word32 | objectCount |
| -> Ptr (Ptr VkObjectTableEntryNVX) | ppObjectTableEntries |
| -> Ptr Word32 | pObjectIndices |
| -> IO VkResult |
Success codes: VK_SUCCESS.
Error codes: VK_ERROR_OUT_OF_HOST_MEMORY, VK_ERROR_OUT_OF_DEVICE_MEMORY.
VkResult vkRegisterObjectsNVX
( VkDevice device
, VkObjectTableNVX objectTable
, uint32_t objectCount
, const VkObjectTableEntryNVX* const* ppObjectTableEntries
, const uint32_t* pObjectIndices
)type VkUnregisterObjectsNVX = "vkUnregisterObjectsNVX" Source #
pattern VkUnregisterObjectsNVX :: CString Source #
type HS_vkUnregisterObjectsNVX Source #
Arguments
| = VkDevice | device |
| -> VkObjectTableNVX | objectTable |
| -> Word32 | objectCount |
| -> Ptr VkObjectEntryTypeNVX | pObjectEntryTypes |
| -> Ptr Word32 | pObjectIndices |
| -> IO VkResult |
Success codes: VK_SUCCESS.
Error codes: VK_ERROR_OUT_OF_HOST_MEMORY, VK_ERROR_OUT_OF_DEVICE_MEMORY.
VkResult vkUnregisterObjectsNVX
( VkDevice device
, VkObjectTableNVX objectTable
, uint32_t objectCount
, const VkObjectEntryTypeNVX* pObjectEntryTypes
, const uint32_t* pObjectIndices
)type VkGetPhysicalDeviceGeneratedCommandsPropertiesNVX = "vkGetPhysicalDeviceGeneratedCommandsPropertiesNVX" Source #
type HS_vkGetPhysicalDeviceGeneratedCommandsPropertiesNVX Source #
Arguments
| = VkPhysicalDevice | physicalDevice |
| -> Ptr VkDeviceGeneratedCommandsFeaturesNVX | pFeatures |
| -> Ptr VkDeviceGeneratedCommandsLimitsNVX | pLimits |
| -> IO () |
void vkGetPhysicalDeviceGeneratedCommandsPropertiesNVX
( VkPhysicalDevice physicalDevice
, VkDeviceGeneratedCommandsFeaturesNVX* pFeatures
, VkDeviceGeneratedCommandsLimitsNVX* pLimits
)vkGetPhysicalDeviceGeneratedCommandsPropertiesNVX registry at www.khronos.org
type PFN_vkGetPhysicalDeviceGeneratedCommandsPropertiesNVX = FunPtr HS_vkGetPhysicalDeviceGeneratedCommandsPropertiesNVX Source #
module Graphics.Vulkan.Marshal
newtype VkInternalAllocationType Source #
Constructors
| VkInternalAllocationType Int32 |
Bundled Patterns
| pattern VK_INTERNAL_ALLOCATION_TYPE_EXECUTABLE :: VkInternalAllocationType |
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 |
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 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 messageType,
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);
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 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 VkIndirectCommandsLayoutNVX_T Source #
Opaque data type referenced by VkIndirectCommandsLayoutNVX
type VkInstance = Ptr VkInstance_T Source #
data VkInstance_T Source #
Opaque data type referenced by VkInstance
data VkObjectTableNVX_T Source #
Opaque data type referenced by VkObjectTableNVX
type VkPhysicalDevice = Ptr VkPhysicalDevice_T Source #
data VkPhysicalDevice_T Source #
Opaque data type referenced by VkPhysicalDevice
type VkPipeline = VkPtr VkPipeline_T Source #
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
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 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 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 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;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 VkDeviceGroupSwapchainCreateInfoKHR = VkStruct VkDeviceGroupSwapchainCreateInfoKHR' Source #
typedef struct VkDeviceGroupSwapchainCreateInfoKHR {
VkStructureType sType;
const void* pNext;
VkDeviceGroupPresentModeFlagsKHR modes;
} VkDeviceGroupSwapchainCreateInfoKHR;VkDeviceGroupSwapchainCreateInfoKHR 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;pattern VK_NVX_DEVICE_GENERATED_COMMANDS_SPEC_VERSION :: (Num a, Eq a) => a Source #
type VK_NVX_DEVICE_GENERATED_COMMANDS_EXTENSION_NAME = "VK_NVX_device_generated_commands" Source #
pattern VK_PIPELINE_STAGE_COMMAND_PROCESS_BIT_NVX :: VkPipelineStageBitmask a Source #
bitpos = 17
pattern VK_ACCESS_COMMAND_PROCESS_READ_BIT_NVX :: VkAccessBitmask a Source #
bitpos = 17
pattern VK_ACCESS_COMMAND_PROCESS_WRITE_BIT_NVX :: VkAccessBitmask a Source #
bitpos = 18
pattern VK_OBJECT_TYPE_OBJECT_TABLE_NVX :: VkObjectType Source #
VkobjectTableNVX
pattern VK_OBJECT_TYPE_INDIRECT_COMMANDS_LAYOUT_NVX :: VkObjectType Source #
VkIndirectCommandsLayoutNVX
Orphan instances
| VulkanProc "vkCmdProcessCommandsNVX" Source # | |
Associated Types type VkProcType "vkCmdProcessCommandsNVX" :: Type Source # Methods vkProcSymbol :: CString Source # unwrapVkProcPtrUnsafe :: FunPtr (VkProcType "vkCmdProcessCommandsNVX") -> VkProcType "vkCmdProcessCommandsNVX" Source # unwrapVkProcPtrSafe :: FunPtr (VkProcType "vkCmdProcessCommandsNVX") -> VkProcType "vkCmdProcessCommandsNVX" Source # | |
| VulkanProc "vkCmdReserveSpaceForCommandsNVX" Source # | |
Associated Types type VkProcType "vkCmdReserveSpaceForCommandsNVX" :: Type Source # Methods vkProcSymbol :: CString Source # unwrapVkProcPtrUnsafe :: FunPtr (VkProcType "vkCmdReserveSpaceForCommandsNVX") -> VkProcType "vkCmdReserveSpaceForCommandsNVX" Source # unwrapVkProcPtrSafe :: FunPtr (VkProcType "vkCmdReserveSpaceForCommandsNVX") -> VkProcType "vkCmdReserveSpaceForCommandsNVX" Source # | |
| VulkanProc "vkCreateIndirectCommandsLayoutNVX" Source # | |
Associated Types type VkProcType "vkCreateIndirectCommandsLayoutNVX" :: Type Source # Methods vkProcSymbol :: CString Source # unwrapVkProcPtrUnsafe :: FunPtr (VkProcType "vkCreateIndirectCommandsLayoutNVX") -> VkProcType "vkCreateIndirectCommandsLayoutNVX" Source # unwrapVkProcPtrSafe :: FunPtr (VkProcType "vkCreateIndirectCommandsLayoutNVX") -> VkProcType "vkCreateIndirectCommandsLayoutNVX" Source # | |
| VulkanProc "vkCreateObjectTableNVX" Source # | |
Associated Types type VkProcType "vkCreateObjectTableNVX" :: Type Source # Methods vkProcSymbol :: CString Source # unwrapVkProcPtrUnsafe :: FunPtr (VkProcType "vkCreateObjectTableNVX") -> VkProcType "vkCreateObjectTableNVX" Source # unwrapVkProcPtrSafe :: FunPtr (VkProcType "vkCreateObjectTableNVX") -> VkProcType "vkCreateObjectTableNVX" Source # | |
| VulkanProc "vkDestroyIndirectCommandsLayoutNVX" Source # | |
Associated Types type VkProcType "vkDestroyIndirectCommandsLayoutNVX" :: Type Source # Methods vkProcSymbol :: CString Source # unwrapVkProcPtrUnsafe :: FunPtr (VkProcType "vkDestroyIndirectCommandsLayoutNVX") -> VkProcType "vkDestroyIndirectCommandsLayoutNVX" Source # unwrapVkProcPtrSafe :: FunPtr (VkProcType "vkDestroyIndirectCommandsLayoutNVX") -> VkProcType "vkDestroyIndirectCommandsLayoutNVX" Source # | |
| VulkanProc "vkDestroyObjectTableNVX" Source # | |
Associated Types type VkProcType "vkDestroyObjectTableNVX" :: Type Source # Methods vkProcSymbol :: CString Source # unwrapVkProcPtrUnsafe :: FunPtr (VkProcType "vkDestroyObjectTableNVX") -> VkProcType "vkDestroyObjectTableNVX" Source # unwrapVkProcPtrSafe :: FunPtr (VkProcType "vkDestroyObjectTableNVX") -> VkProcType "vkDestroyObjectTableNVX" Source # | |
| VulkanProc "vkGetPhysicalDeviceGeneratedCommandsPropertiesNVX" Source # | |
Associated Types type VkProcType "vkGetPhysicalDeviceGeneratedCommandsPropertiesNVX" :: Type Source # Methods vkProcSymbol :: CString Source # unwrapVkProcPtrUnsafe :: FunPtr (VkProcType "vkGetPhysicalDeviceGeneratedCommandsPropertiesNVX") -> VkProcType "vkGetPhysicalDeviceGeneratedCommandsPropertiesNVX" Source # unwrapVkProcPtrSafe :: FunPtr (VkProcType "vkGetPhysicalDeviceGeneratedCommandsPropertiesNVX") -> VkProcType "vkGetPhysicalDeviceGeneratedCommandsPropertiesNVX" Source # | |
| VulkanProc "vkRegisterObjectsNVX" Source # | |
Associated Types type VkProcType "vkRegisterObjectsNVX" :: Type Source # Methods vkProcSymbol :: CString Source # unwrapVkProcPtrUnsafe :: FunPtr (VkProcType "vkRegisterObjectsNVX") -> VkProcType "vkRegisterObjectsNVX" Source # unwrapVkProcPtrSafe :: FunPtr (VkProcType "vkRegisterObjectsNVX") -> VkProcType "vkRegisterObjectsNVX" Source # | |
| VulkanProc "vkUnregisterObjectsNVX" Source # | |
Associated Types type VkProcType "vkUnregisterObjectsNVX" :: Type Source # Methods vkProcSymbol :: CString Source # unwrapVkProcPtrUnsafe :: FunPtr (VkProcType "vkUnregisterObjectsNVX") -> VkProcType "vkUnregisterObjectsNVX" Source # unwrapVkProcPtrSafe :: FunPtr (VkProcType "vkUnregisterObjectsNVX") -> VkProcType "vkUnregisterObjectsNVX" Source # | |