FMX.Platform.IFMXRenderingSetupService.Invoke

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Invoke(var ColorBits, DepthBits: Integer; var Stencil: Boolean; var Multisamples: Integer);

C++

virtual void __fastcall Invoke(int &ColorBits, int &DepthBits, bool &Stencil, int &Multisamples) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform IFMXRenderingSetupService

Description

Invokes the callback function to configure Direct3D and OpenGL rendering parameters.

Before the callback is invoked, parameters are set to some default values. They are also validated and corrected as needed after invocation.

See Also