gf_3d_target_free()

Free 3D rendering target

Synopsis:

#include <gf3d.h>

void gf_3d_target_free( gf_3d_target_t target );

Arguments:

target
A gf_3d_target_t handle for the 3D rendering target that you want to free.

Library:

gf

Description:

This function frees a 3D rendering target.

Returns:

GF_ERR_OK
Success.

Classification:

QNX Graphics Framework

Safety:
Interrupt handler No
Signal handler No
Thread Yes

See also:

gf_3d_query_config(), gf_3d_target_create()