Kanzi Graphics Engine
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
kzu_dof_composer.h File Reference

Specifies a Depth Of Field composer. More...

Functions

kzsError kzuDOFComposerRegisterToFactory (const struct KzuFactory *factory)
 Registers DOF composer to factory. More...
 
kzsError kzuDOFComposerCreate (const struct KzcMemoryManager *memoryManager, kzString name, struct KzuUIDomain *uiDomain, struct KzuDOFComposer **out_dofComposer)
 Creates new DOF composer. More...
 
struct KzuComposerkzuDOFComposerToComposer (struct KzuDOFComposer *dofComposer)
 Casts DOF composer to composer. More...
 
struct KzuDOFComposerkzuDOFComposerFromComposer (const struct KzuComposer *composer)
 Casts composer to DOF composer. More...
 

Variables

const KzuResourceType KZU_COMPOSER_TYPE_DOF
 Composer type identifier for DOF. More...
 

Detailed Description

Specifies a Depth Of Field composer.

Copyright 2008-2019 by Rightware. All rights reserved.

Function Documentation

kzsError kzuDOFComposerRegisterToFactory ( const struct KzuFactory factory)

Registers DOF composer to factory.

kzsError kzuDOFComposerCreate ( const struct KzcMemoryManager memoryManager,
kzString  name,
struct KzuUIDomain uiDomain,
struct KzuDOFComposer **  out_dofComposer 
)

Creates new DOF composer.

struct KzuComposer* kzuDOFComposerToComposer ( struct KzuDOFComposer dofComposer)

Casts DOF composer to composer.

struct KzuDOFComposer* kzuDOFComposerFromComposer ( const struct KzuComposer composer)

Casts composer to DOF composer.

Variable Documentation

const KzuResourceType KZU_COMPOSER_TYPE_DOF

Composer type identifier for DOF.