Pyrogenesis  trunk
Functions
Renderer::Backend::Vulkan::Mapping Namespace Reference

Functions

VkCompareOp FromCompareOp (const CompareOp compareOp)
 
VkStencilOp FromStencilOp (const StencilOp stencilOp)
 
VkBlendFactor FromBlendFactor (const BlendFactor blendFactor)
 
VkBlendOp FromBlendOp (const BlendOp blendOp)
 
VkColorComponentFlags FromColorWriteMask (const uint32_t colorWriteMask)
 
VkPolygonMode FromPolygonMode (const PolygonMode polygonMode)
 
VkCullModeFlags FromCullMode (const CullMode cullMode)
 
VkFormat FromFormat (const Format format)
 
VkSampleCountFlagBits FromSampleCount (const uint32_t sampleCount)
 
VkSamplerAddressMode FromAddressMode (const Sampler::AddressMode addressMode)
 
VkAttachmentLoadOp FromAttachmentLoadOp (const AttachmentLoadOp loadOp)
 
VkAttachmentStoreOp FromAttachmentStoreOp (const AttachmentStoreOp storeOp)
 

Function Documentation

◆ FromAddressMode()

VkSamplerAddressMode Renderer::Backend::Vulkan::Mapping::FromAddressMode ( const Sampler::AddressMode  addressMode)

◆ FromAttachmentLoadOp()

VkAttachmentLoadOp Renderer::Backend::Vulkan::Mapping::FromAttachmentLoadOp ( const AttachmentLoadOp  loadOp)

◆ FromAttachmentStoreOp()

VkAttachmentStoreOp Renderer::Backend::Vulkan::Mapping::FromAttachmentStoreOp ( const AttachmentStoreOp  storeOp)

◆ FromBlendFactor()

VkBlendFactor Renderer::Backend::Vulkan::Mapping::FromBlendFactor ( const BlendFactor  blendFactor)

◆ FromBlendOp()

VkBlendOp Renderer::Backend::Vulkan::Mapping::FromBlendOp ( const BlendOp  blendOp)

◆ FromColorWriteMask()

VkColorComponentFlags Renderer::Backend::Vulkan::Mapping::FromColorWriteMask ( const uint32_t  colorWriteMask)

◆ FromCompareOp()

VkCompareOp Renderer::Backend::Vulkan::Mapping::FromCompareOp ( const CompareOp  compareOp)

◆ FromCullMode()

VkCullModeFlags Renderer::Backend::Vulkan::Mapping::FromCullMode ( const CullMode  cullMode)

◆ FromFormat()

VkFormat Renderer::Backend::Vulkan::Mapping::FromFormat ( const Format  format)

◆ FromPolygonMode()

VkPolygonMode Renderer::Backend::Vulkan::Mapping::FromPolygonMode ( const PolygonMode  polygonMode)

◆ FromSampleCount()

VkSampleCountFlagBits Renderer::Backend::Vulkan::Mapping::FromSampleCount ( const uint32_t  sampleCount)

◆ FromStencilOp()

VkStencilOp Renderer::Backend::Vulkan::Mapping::FromStencilOp ( const StencilOp  stencilOp)