FMX.Types3D.TContext3D.FinalizeTexture

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure FinalizeTexture(const Texture: TTexture);

C++

__classmethod void __fastcall FinalizeTexture(TTexture* const Texture);

Properties

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

Description

Finalizes a given texture.

A texture is finalized by removing the handle attached to it. The texture is also destroyed.

Texture specifies the texture to be finalized.

To initialize a specified texture, call InitializeTexture.

See Also