FMX.Types3D.TContextShader.BuildKey

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

Delphi

class function BuildKey(const Name: string; const Kind: TContextShaderKind;  const Sources: array of TContextShaderSource): string;

C++

__classmethod System::UnicodeString __fastcall BuildKey(const System::UnicodeString Name, const TContextShaderKind Kind, const TContextShaderSource *Sources, const int Sources_High);

プロパティ

種類 可視性 ソース ユニット
function public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TContextShader


説明

このシェーダーの文字列キーを返します。

BuildKey を使用すると、現在のシェーダーを識別する文字列を取得することができます。

関連項目