Castor3D 0.16.0
Multiplatform 3D engine
Static Public Attributes | List of all members
castor::ParserEnumTraits< VkBorderColor > Struct Reference

#include <SceneFileParserData.hpp>

Collaboration diagram for castor::ParserEnumTraits< VkBorderColor >:
Collaboration graph
[legend]

Static Public Attributes

static xchar const *const Name = cuT( "BorderColor" )
 
static UInt32StrMap const Values
 

Member Data Documentation

◆ Name

xchar const* const castor::ParserEnumTraits< VkBorderColor >::Name = cuT( "BorderColor" )
inlinestatic

◆ Values

UInt32StrMap const castor::ParserEnumTraits< VkBorderColor >::Values
inlinestatic
Initial value:
= []()
{
UInt32StrMap result;
result = castor3d::getEnumMapT( VK_BORDER_COLOR_FLOAT_TRANSPARENT_BLACK, VK_BORDER_COLOR_INT_OPAQUE_WHITE );
return result;
}( )
castor::UInt32StrMap getEnumMapT()
Definition Castor3DModule.hpp:407

The documentation for this struct was generated from the following file: