NcEngine
Material.h File Reference
#include "ncengine/asset/AssetViews.h"
#include "ncmath/Vector.h"
#include <limits>
#include <utility>

Go to the source code of this file.

Classes

struct  nc::MaterialPassFlag
 Material pass flags. More...
 
struct  nc::MaterialProperties
 Properties of a MaterialInstance passed to shaders. More...
 
struct  nc::MaterialDesc
 Properties for constructing a MaterialInstance. More...
 
class  nc::MaterialInstance
 Owning wrapper around a material in GPU memory. More...
 

Typedefs

using nc::MaterialInstanceHandle = uint32_t
 Identifier for a MaterialInstance.
 
using nc::MaterialPassFlags = MaterialPassFlag::type
 Set of flags indicating a MaterialInstance's enabled passes.
 

Variables

constexpr auto nc::NullMaterialInstanceHandle = std::numeric_limits<MaterialInstanceHandle>::max()
 Null identifier for a MaterialInstance.
 
constexpr auto nc::ShadowedToonMaterial = MaterialPassFlag::UniShadow | MaterialPassFlag::PointShadow | MaterialPassFlag::Depth | MaterialPassFlag::Toon | MaterialPassFlag::Normals
 Default passes for a toon material.
 

Detailed Description