class
PipelineLayoutDescribes the layout of resources accessed by a compute or graphics pipeline.
Public functions
- auto isNull() const -> bool
- Returns
true
if the pipeline layout is null and not valid for use. - auto vkGetPipelineLayoutHandle() const -> VkPipelineLayoutHandle
- Returns the associated Vulkan VkPipelineLayout handle.