Rebel Fork Framework
Urho3D::TechniqueEntry Struct Reference

Material's technique list entry. More...

#include <Urho3D/Graphics/Material.h>

Public Member Functions

 TechniqueEntry (Technique *tech, MaterialQuality qualityLevel, float lodDistance) noexcept
 
bool operator< (const TechniqueEntry &rhs) const
 
bool operator== (const TechniqueEntry &rhs) const
 
bool operator!= (const TechniqueEntry &rhs) const
 

Public Attributes

SharedPtr< Techniquetechnique_
 Technique.
 
SharedPtr< Techniqueoriginal_
 Original technique, in case the material adds shader compilation defines. The modified clones are requested from it.
 
MaterialQuality qualityLevel_
 Quality level.
 
float lodDistance_
 LOD distance.
 

Detailed Description

Material's technique list entry.


The documentation for this struct was generated from the following files: