#include <kanzi/core.ui/node/node_property_notification_handler.hpp>
#include <kanzi/core.ui/platform/graphics_backend/gl/gl_render_state.hpp>
#include <kanzi/core.ui/platform/graphics_backend/gl/shader.hpp>
#include <kanzi/core.ui/graphics3d/material.hpp>
Classes | |
class | kanzi::BlendModeRenderStatePropertyNotificationHandler |
Custom render state property notification handler for blend mode. More... | |
class | kanzi::RenderStatePropertyNotificationHandler |
Render value updater for render state. More... | |
class | kanzi::TypedRenderStatePropertyNotificationHandler< T > |
Specialized property notification handler for render state. More... | |
class | kanzi::TypedRenderStateRangePropertyNotificationHandler< T > |
Specialized notification handler for render state. More... | |
Namespaces | |
kanzi | |
Typedefs | |
using | kanzi::RenderStatePropertyNotificationHandlerPtr = unique_ptr< RenderStatePropertyNotificationHandler > |
Render state property notification handler unique pointer type. More... | |