FMX.Types3D.TTexture.Finalize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Finalize;

C++

void __fastcall Finalize();

Properties

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

Description

Finalizes the current texture.

Use Finalize to get the current texture finalized by the current TContext3D.

A texture is finalized by removing the associated handle.

See Also