njInitVertexBuffer Japanese
<-|INDEX|->
Allocates the buffers for registration of vertex data.

FORMAT

#include <Ninja.h>
void  njInitVertexBuffer( op, om, tp, tm );
Uint32  op
Uint32  om
Uint32  tp
Uint32  tm

PARAMETERS

op:
buffer size for non-transparent polygon registration
om:
buffer size for non-transparent modifier volume registration
tp:
buffer size for translucent polygon registration
tm:
buffer size for translucent modifier volume registration

RETURN VALUE

None

ERROR VALUE

None

FUNCTION


EXAMPLE

njInitVertexBuffer( 100000, 0, 100000, 0 );
It reserves vertex buffers for non-transparent polygon and translucent polygon 400KB for each.

NOTES


RELATED TOPICS


njInitVertexBuffer
<-|INDEX|->

Copyright SEGA ENTERPRISES, LTD., 1997