FMX.Types3D.TContext3D.EndScene

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EndScene;

C++

void __fastcall EndScene();

Properties

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

Description

Notifies the TContext3D object that the drawing is complete.

Call EndScene after the drawing on the TContext3D is complete.

To start the drawing session, call BeginScene.

If an application has called BeginScene and BeginScene returns True, then the application must call EndScene. See the recommended call pattern of EndScene in the BeginScene description.

See Also