Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

struct Enlighten::PipelineInstanceMaterial

Overrides the nth material of each mesh with the geometry object.

Variables

NameDescription
PipelineMaterial m_Material

The new material properties.

Geo::u32 m_MaterialIndex

The index of the material to override.

Functions


Anchor
afacfd53b7010a17a7a278290b979f468
afacfd53b7010a17a7a278290b979f468

Enlighten::PipelineInstanceMaterial::PipelineInstanceMaterial

...

public: PipelineInstanceMaterial
(
    Geo::u32 materialIndex,
    PipelineMaterial material
)

...

Constructor.