RenderWare V2.1

Previous Page Index Next Page

RwMaterial *

RwCopyMaterial(RwMaterial *source, RwMaterial *dest);

Description

Copies material source to material dest.

Arguments

source Pointer to the source material.

dest Pointer to the destination material.

Return Value

The argument dest if successful, and NULL otherwise.

See Also

RwCreateMaterial()

RwDestroyMaterial()

RwDuplicateMaterial()

RwPushCurrentMaterial()