Function TRAP::Graphics::API::SampleCountToVkSampleCount#

Function Documentation#

constexpr VkSampleCountFlagBits TRAP::Graphics::API::SampleCountToVkSampleCount(RendererAPI::SampleCount sampleCount) noexcept#

Convert the RendererAPI::SampleCount to VkSampleCountFlagBits.

Parameters:

sampleCount – SampleCount to convert.

Returns:

Converted VkSampleCountFlagBits.