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

Specifies a composer structure, which is set of render passes that are processed in order. More...

Functions

kzsError kzuEmptyComposerRegisterToFactory (const struct KzuFactory *factory)
 Registers empty composer to the factory. More...
 
kzsError kzuEmptyComposerCreate (const struct KzcMemoryManager *memoryManager, kzString name, struct KzuUIDomain *uiDomain, struct KzuComposer **out_composer)
 Creates a new empty composer object. More...
 

Variables

const KzuResourceType KZU_COMPOSER_TYPE_EMPTY
 Composer type identifier for render pass. More...
 

Detailed Description

Specifies a composer structure, which is set of render passes that are processed in order.

Copyright 2008-2019 by Rightware. All rights reserved.

Function Documentation

kzsError kzuEmptyComposerRegisterToFactory ( const struct KzuFactory factory)

Registers empty composer to the factory.

kzsError kzuEmptyComposerCreate ( const struct KzcMemoryManager memoryManager,
kzString  name,
struct KzuUIDomain uiDomain,
struct KzuComposer **  out_composer 
)

Creates a new empty composer object.

Variable Documentation

const KzuResourceType KZU_COMPOSER_TYPE_EMPTY

Composer type identifier for render pass.