formZ SDK | 5.0 API Reference | Project | Modeling | Rendering | Render Materials
Description
Indicates what sampling type the texture map uses. This enum is used in the function when the parameter identifier is texture type.
enum fz_shdr_tmap_type_enum {
FZ_SHDR_TMAP_TYPE_MIPMAP,
FZ_SHDR_TMAP_TYPE_SUMTABLE };
Members
FZ_SHDR_TMAP_TYPE_MIPMAP
texture map sampling is MIPMAP
FZ_SHDR_TMAP_TYPE_SUMTABLE
texture map sampling is summation table
Availability
5.0.0.0
See Also
Defined in