Kanzi  3.9.6
Kanzi Engine API
binding_token.hpp File Reference

Classes

class  kanzi::BindingToken
 Helper class that manages the lifetime of the runtime binding owned by a Node or a RenderPass, by removing the owned binding on the destruction of that Node or the RenderPass. More...
 

Namespaces

 kanzi
 Easing functions that require external dependencies for calculation.
 

Typedefs

using kanzi::BindingTokenSharedPtr = shared_ptr< BindingToken >
 
using kanzi::BindingTokenUniquePtr = unique_ptr< BindingToken >
 
using kanzi::BindingTokenWeakPtr = weak_ptr< BindingToken >