Skip to main content

Module value

Module value 

Source

Structs§

PropertyId
Stable, human-readable identifier for a material property. Backed by a string literal - no registry needed, no per-frame allocation (PropertyId is just a (ptr, len) pair, Copy).
TextureRef

Enums§

MaterialValue
A single material property value. Strategies read these by PropertyId via Material::get.