Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
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) |
VkSamplerAddressMode Renderer::Backend::Vulkan::Mapping::FromAddressMode | ( | const Sampler::AddressMode | addressMode | ) |
VkAttachmentLoadOp Renderer::Backend::Vulkan::Mapping::FromAttachmentLoadOp | ( | const AttachmentLoadOp | loadOp | ) |
VkAttachmentStoreOp Renderer::Backend::Vulkan::Mapping::FromAttachmentStoreOp | ( | const AttachmentStoreOp | storeOp | ) |
VkBlendFactor Renderer::Backend::Vulkan::Mapping::FromBlendFactor | ( | const BlendFactor | blendFactor | ) |
VkBlendOp Renderer::Backend::Vulkan::Mapping::FromBlendOp | ( | const BlendOp | blendOp | ) |
VkColorComponentFlags Renderer::Backend::Vulkan::Mapping::FromColorWriteMask | ( | const uint32_t | colorWriteMask | ) |
VkCompareOp Renderer::Backend::Vulkan::Mapping::FromCompareOp | ( | const CompareOp | compareOp | ) |
VkCullModeFlags Renderer::Backend::Vulkan::Mapping::FromCullMode | ( | const CullMode | cullMode | ) |
VkFormat Renderer::Backend::Vulkan::Mapping::FromFormat | ( | const Format | format | ) |
VkPolygonMode Renderer::Backend::Vulkan::Mapping::FromPolygonMode | ( | const PolygonMode | polygonMode | ) |
VkSampleCountFlagBits Renderer::Backend::Vulkan::Mapping::FromSampleCount | ( | const uint32_t | sampleCount | ) |
VkStencilOp Renderer::Backend::Vulkan::Mapping::FromStencilOp | ( | const StencilOp | stencilOp | ) |