Function TRAP::Graphics::API::VulkanInits::PipelineLayoutCreateInfo#

Function Documentation#

constexpr VkPipelineLayoutCreateInfo TRAP::Graphics::API::VulkanInits::PipelineLayoutCreateInfo(std::span<const VkDescriptorSetLayout> layouts, std::span<const VkPushConstantRange> pushConstants) noexcept#

Create a Vulkan pipeline layout create info.

Parameters:
  • layouts – Vulkan descriptor set layouts.

  • pushConstants – Vulkan push constant ranges.

Returns:

VkPipelineLayoutCreateInfo.