RenderWare V2.1

Previous Page Index Next Page

RwRaster *

RwDuplicateRaster(RwRaster *raster);

Description

Creates a new raster with the same attributes as raster. The pixels of raster are copied to the new raster.

Arguments

raster Pointer to the raster.

Return Value

Pointer to the new raster if successful, and NULL otherwise.

See Also

RwBitmapRaster()

RwCreateRaster()

RwDestroyRaster()

RwReadRaster()

RwReadMaskRaster()