Struct Placeholder

struct Placeholder

Public Functions

void update()

Applies changes made to ‘tile’ so they can be used for rendering.

You are not required to call this each frame, only when things change. However, this function should never be called more than once per frame.

Public Members

Material::Tile tile = {}

Friends

friend struct MaterialInstance