FMX.Platform.IFMXRenderingSetupService.Invoke

提供: RAD Studio API Documentation
移動先: 案内検索

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 ;

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform IFMXRenderingSetupService


説明

コールバック関数を呼び出して、Direct3D や OpenGL のレンダリング パラメータを構成します。

コールバックが呼び出される前に、パラメータは何らかのデフォルト値に設定されています。また、コールバックの呼び出し後、必要に応じて、これらのパラメータは検証され修正されます。

関連項目