Enum MaterialType

Supported material types.

enum class Microsoft::Azure::RemoteRendering::MaterialType : int32_t

Values

Name Value Description Remarks
MaterialType::Pbr 0 Physically-Based Rendering (PBR) PBR materials support lighting and advanced properties such as roughness and metalness.
MaterialType::Color 1 A fixed color material, optionally multiplied with a texture. This material receives no lighting, it is always fully bright.

See also