Kanzi Graphics Engine
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
KzuComposer Struct Reference

Structure for composer. More...

#include <kzu_composer.h>

Data Fields

struct KzuResource resource
 Inherited from resource. More...
 
struct KzuComposerClasscomposerClass
 Composer class, containing functions needed and specifies the type. More...
 
kzMutableString name
 Name of the composer. More...
 
struct KzcDynamicArraychildren
 Children of this composer. More...
 
struct KzuPropertyManager * propertyManager
 Property manager of this composer. More...
 
struct KzuRenderTargetrenderTarget
 Render target. More...
 
struct KzuRenderTargetTexturerenderTargetTexture
 Render target texture created by the composer. More...
 

Detailed Description

Structure for composer.

Composer combines set of render passes which are rendered sequentially.

Field Documentation

struct KzuResource KzuComposer::resource

Inherited from resource.

struct KzuComposerClass* KzuComposer::composerClass

Composer class, containing functions needed and specifies the type.

kzMutableString KzuComposer::name

Name of the composer.

struct KzcDynamicArray* KzuComposer::children

Children of this composer.

struct KzuPropertyManager* KzuComposer::propertyManager

Property manager of this composer.

struct KzuRenderTarget* KzuComposer::renderTarget

Render target.

struct KzuRenderTargetTexture* KzuComposer::renderTargetTexture

Render target texture created by the composer.


The documentation for this struct was generated from the following file: