Cogs.Core
Classes | Variables
Cogs::Vulkan Namespace Reference

Contains Direct3D12 specific format mappings. More...

Classes

struct  InputAssemblerState
 
struct  PipelineState
 
struct  ShaderState
 

Variables

const VkFormat TextureFormats []
 
VkBlendFactor BlendOptions []
 

Detailed Description

Contains Direct3D12 specific format mappings.

Variable Documentation

◆ BlendOptions

VkBlendFactor Cogs::Vulkan::BlendOptions[]
Initial value:
= {
VK_BLEND_FACTOR_ZERO,
VK_BLEND_FACTOR_ONE,
VK_BLEND_FACTOR_SRC_COLOR,
VK_BLEND_FACTOR_ONE_MINUS_SRC_COLOR,
VK_BLEND_FACTOR_SRC_ALPHA,
VK_BLEND_FACTOR_ONE_MINUS_SRC_ALPHA,
VK_BLEND_FACTOR_DST_ALPHA,
VK_BLEND_FACTOR_ONE_MINUS_DST_ALPHA,
VK_BLEND_FACTOR_DST_COLOR,
VK_BLEND_FACTOR_ONE_MINUS_DST_COLOR,
VK_BLEND_FACTOR_SRC_ALPHA_SATURATE,
VK_BLEND_FACTOR_CONSTANT_COLOR,
VK_BLEND_FACTOR_ONE_MINUS_CONSTANT_COLOR,
}

Definition at line 228 of file RenderTargetsVK.cpp.

◆ TextureFormats

const VkFormat Cogs::Vulkan::TextureFormats
extern

Definition at line 3 of file FormatsVK.cpp.