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

Monolithic window. More...

Functions

kzsError kzuMonolithicWindowCreate (const struct KzcMemoryManager *memoryManager, kzUint width, kzUint height, struct KzuMonolithicWindow **out_window)
 Create window object. More...
 
kzsError kzuMonolithicWindowDelete (struct KzuMonolithicWindow *window)
 Delete window. More...
 
kzsError kzuMonolithicWindowUpdate (struct KzuMonolithicWindow *window)
 Updates window content. More...
 

Detailed Description

Monolithic window.

Copyright 2008-2019 by Rightware. All rights reserved.

Function Documentation

kzsError kzuMonolithicWindowCreate ( const struct KzcMemoryManager memoryManager,
kzUint  width,
kzUint  height,
struct KzuMonolithicWindow **  out_window 
)

Create window object.

kzsError kzuMonolithicWindowDelete ( struct KzuMonolithicWindow window)

Delete window.

kzsError kzuMonolithicWindowUpdate ( struct KzuMonolithicWindow window)

Updates window content.