vertex_submit_instanced

A function defined in __d3d11.gml

vertex_submit_instanced(_vbuff, _prim, _texture, _count)

Description

Draws multiple instances of a vertex buffer.

Arguments

Name Type Description
_vbuff Id.VertexBuffer The vertex buffer to submit.
_prim Constant.PrimitiveType The primitive type.
_texture Pointer.Texture The texture to use.
_count Real The number of instances to draw.

Copyright © 2023, BlueBurn. Built on June 28, 2023 using GMDoc.