Nazara Engine  0.4
A fast, complete, cross-platform API designed for game development
Nz::Graphics Class Reference

Graphics class that represents the module initializer of Graphics. More...

Static Public Member Functions

static bool Initialize ()
 Initializes the Graphics module. More...
 
static bool IsInitialized ()
 Checks whether the module is initialized. More...
 
static void Uninitialize ()
 Uninitializes the Graphics module. More...
 

Detailed Description

Graphics class that represents the module initializer of Graphics.

Member Function Documentation

◆ Initialize()

bool Nz::Graphics::Initialize ( )
static

Initializes the Graphics module.

Returns
true if initialization is successful
Remarks
Produces a NazaraNotice
Produces a NazaraError if one submodule failed

◆ IsInitialized()

bool Nz::Graphics::IsInitialized ( )
static

Checks whether the module is initialized.

Returns
true if module is initialized

◆ Uninitialize()

void Nz::Graphics::Uninitialize ( )
static

Uninitializes the Graphics module.

Remarks
Produces a NazaraNotice

The documentation for this class was generated from the following files: