#include <kanzi/platform/platform.hpp>#include <kanzi/platform/memory.hpp>#include <kanzi/graphics_3d/shader.hpp>#include <kanzi/resource/resource.hpp>Classes | |
| class | kanzi::Material |
| A material is an instance of a material type (shader) that contains the property values for the material type properties. More... | |
Namespaces | |
| kanzi | |
Typedefs | |
| typedef shared_ptr< Material > | kanzi::MaterialSharedPtr |
| typedef shared_ptr< Material const > | kanzi::MaterialSharedConstPtr |
| typedef shared_ptr< Texture > | kanzi::TextureSharedPtr |