FMX.Types3D.TContext3D.SetStencilFunc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetStencilFunc(const Func: TStencilfunc; Ref, Mask: Cardinal);

C++

void __fastcall SetStencilFunc(const TStencilFunc Func, unsigned Ref, unsigned Mask);

Properties

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

Description

To be implemented in subclasses in order to set the stencil function for the 3D context.

See Also