Function TRAP::Graphics::API::DescriptorTypeToVkBufferUsage#
Function Documentation#
-
constexpr VkBufferUsageFlags TRAP::Graphics::API::DescriptorTypeToVkBufferUsage(RendererAPI::DescriptorType usage, bool typed) noexcept#
Convert the RendererAPI::DescriptorType to VkBufferUsage.
- Parameters:
usage – DescriptorType to convert.
typed – Whether the buffer is a typed buffer.
- Returns:
Converted VkBufferUsageFlags.