FMX.Types3D.TClearTarget

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TClearTarget = (Color, Depth, Stencil);

C++

enum class DECLSPEC_DENUM TClearTarget : unsigned char { Color, Depth, Stencil, ctColor _DEPRECATED_ATTRIBUTE3("Use TClearTarget.Color")  = 0x0, ctDepth _DEPRECATED_ATTRIBUTE3("Use TClearTarget.Depth")  = 0x1, ctStencil _DEPRECATED_ATTRIBUTE3("Use TClearTarget.Stencil")  = 0x2 };

Properties

Type Visibility Source Unit Parent
enum public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D FMX.Types3D

Description

Enumeration of context clear targets.

These items are used by the Clear method to know which target of this 3D context requires clearing.

See Also