depricated!

r_array_section_draw

void r_array_section_draw(void *pool, void *section, RPrimitive primitive_type, uint vertex_start, uint vertex_count);

Description: deprecated drawcall replaced by r_array_draw.

Types:

Enum:

RPrimitive

R_PRIMITIVE_POINTS

=

0x0000

Description: Draw point primitives.

R_PRIMITIVE_LINES

=

0x0001

Description: Draw Line primitives.

R_PRIMITIVE_TRIANGLES

=

0x0004

Description: Draw Triangle primitives

r_array_reference_draw

void r_array_reference_draw(void *pool, void *section, RPrimitive primitive_type, uint vertex_start, uint vertex_count);

Description: deprecated drawcall replaced by r_array_draw.

Types:

Enum:

RPrimitive

R_PRIMITIVE_POINTS

=

0x0000

Description: Draw point primitives.

R_PRIMITIVE_LINES

=

0x0001

Description: Draw Line primitives.

R_PRIMITIVE_TRIANGLES

=

0x0004

Description: Draw Triangle primitives