Kanzi  3.9.6
Kanzi Engine API
render_pass.hpp File Reference

Classes

struct  kanzi::RenderPass::CameraSettings
 Camera settings structure. More...
 
class  kanzi::RenderPass
 RenderPass is the base class for Kanzi render passes. More...
 

Namespaces

 kanzi
 Easing functions that require external dependencies for calculation.
 

Typedefs

typedef shared_ptr< RenderPass const > kanzi::RenderPassConstSharedPtr
 RenderPass const shared pointer type. More...
 
typedef weak_ptr< RenderPass > kanzi::RenderPassWeakPtr
 RenderPass weak pointer type. More...
 

Functions

RenderPass * kanzi::getRoot (RenderPass &renderPass)
 Gets the render pass of the graph render pass belongs to. More...
 
string kanzi::to_string (RenderPass::AttachmentState attachmentState)
 Returns a string representation of an attachment state. More...