#include <kanzi/core.ui/binding/binding_load_info.hpp>
#include <kanzi/core.ui/resource/resource.hpp>
#include <kanzi/core.ui/resource/resource_manager.hpp>
#include <kanzi/core/cpp/memory.hpp>
#include <kanzi/core/cpp/platform.hpp>
#include <kanzi/core/cpp/string_view.hpp>
Classes | |
class | kanzi::Material |
A material is an instance of a material type (ShaderProgram) that contains the property values for the material type properties. More... | |
Namespaces | |
kanzi | |
Easing functions that require external dependencies for calculation. | |
Typedefs | |
using | kanzi::MaterialWeakPtr = weak_ptr< Material > |
Material shared pointer type. More... | |
using | kanzi::ShaderProgramSharedPtr = shared_ptr< ShaderProgram > |
Shader program shared pointer type. More... | |