enum MateralParamTextureType

Types of textures that can be assigned to a material texture parameter.

Values

NameValueDescription
Normal 0 Normal texture (static image, entire UV range).
LoadStore 1 Texture that is writeable by the material using unordered writes.
Sprite 2 Sprite texture (either a subset of a larger texture, or an animated texture).