bmap_zbuffer(BMAP*)

Generates a render target z buffer in the size of the given bmap. This allows rendering into bitmaps that are bigger than the frame buffer of the application.

Parameters:

BMAP* - Bitmap pointer that gives the size of the z buffer, or NULL for using the current frame buffer size.

Speed:

Medium

Edition:

 A7.08   C   P 

Remarks:

Example:

bmap_zbuffer(bmap_createblack(1024,768,32));

See also:

view.bmap, d3d_antialias, render_zbuffer

► latest version online