Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- newtype PipelineBindPoint where
Documentation
newtype PipelineBindPoint Source #
VkPipelineBindPoint - Specify the bind point of a pipeline object to a command buffer
See Also
DescriptorUpdateTemplateCreateInfo
,
GeneratedCommandsInfoNV
,
GeneratedCommandsMemoryRequirementsInfoNV
,
IndirectCommandsLayoutCreateInfoNV
,
SubpassDescription
,
SubpassDescription2
,
cmdBindDescriptorSets
,
cmdBindPipeline
,
cmdBindPipelineShaderGroupNV
,
cmdPushDescriptorSetKHR
pattern PIPELINE_BIND_POINT_GRAPHICS :: PipelineBindPoint |
|
pattern PIPELINE_BIND_POINT_COMPUTE :: PipelineBindPoint |
|
pattern PIPELINE_BIND_POINT_RAY_TRACING_KHR :: PipelineBindPoint |
|