Assimp
v4.1. (December 2018)
|
Tiny utility data structure to hold a .shader map data block. More...
Public Member Functions | |
bool | operator== (const std::string &o) const |
For std::find() More... | |
ShaderMapBlock () AI_NO_EXCEPT | |
Public Attributes | |
AlphaTestFunc | alpha_test |
BlendFunc | blend_dest |
BlendFunc | blend_src |
Blend and alpha test settings for texture. More... | |
std::string | name |
Name of referenced map. More... | |
Tiny utility data structure to hold a .shader map data block.
|
inline |
|
inline |
For std::find()
AlphaTestFunc Assimp::Q3Shader::ShaderMapBlock::alpha_test |
BlendFunc Assimp::Q3Shader::ShaderMapBlock::blend_dest |
BlendFunc Assimp::Q3Shader::ShaderMapBlock::blend_src |
Blend and alpha test settings for texture.
std::string Assimp::Q3Shader::ShaderMapBlock::name |
Name of referenced map.