NcEngine
nc::MaterialPassFlag Struct Reference

Material pass flags. More...

#include <Material.h>

Public Types

using type = uint64_t
 

Static Public Attributes

static constexpr auto UniShadow = type{1 << 0}
 
static constexpr auto PointShadow = type{1 << 1}
 
static constexpr auto Depth = type{1 << 2}
 
static constexpr auto Toon = type{1 << 3}
 
static constexpr auto Normals = type{1 << 4}
 

Detailed Description

Material pass flags.


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