FMX.Types3D.TVertexBuffer.EndDraw

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EndDraw;

C++

void __fastcall EndDraw();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TVertexBuffer

Description

Resets the data of the index buffer after the drawing has finished.

EndDraw must match a call to BeginDraw.

See Also