|
utility 2026.1.9
A comprehensive C++ utilities library tailored for the development of modern desktop and extended reality (XR) applications.
|
This is the complete list of members for utility::graphic::Material, including all inherited members.
| _alphaCutoff | utility::graphic::Material | protected |
| _alphaMode | utility::graphic::Material | protected |
| _shaderName | utility::graphic::Material | protected |
| _textures | utility::graphic::Material | protected |
| _version | utility::graphic::Material | protected |
| getAlphaCutoff(void) const | utility::graphic::Material | |
| getAlphaMode(void) const | utility::graphic::Material | |
| getShaderName() const | utility::graphic::Material | |
| getTexture(const std::string &name) const | utility::graphic::Material | |
| getTextures() const | utility::graphic::Material | |
| getVersion() const | utility::graphic::Material | |
| Material()=default | utility::graphic::Material | |
| Material(RessourceProvider &ressourceProvider, const std::string &shaderName, const std::vector< File > &textureAssets) | utility::graphic::Material | |
| ~Material()=default | utility::graphic::Material | virtual |