FMX.Types3D.TContextShader.LoadFromData

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

Delphi

procedure LoadFromData(const Name: string; const Kind: TContextShaderKind;  const OriginalSource: string; const Sources: array of TContextShaderSource);

C++

void __fastcall LoadFromData(const System::UnicodeString Name, const TContextShaderKind Kind, const System::UnicodeString OriginalSource, const TContextShaderSource *Sources, const int Sources_High);

プロパティ

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

説明

パラメータから現在のシェーダーへデータを読み込みます。

LoadFromData を使用するおt、パラメータ値を現在のシェーダーをコピーします。

意味

Name

シェーダーの名前

Kind

シェーダーの種類

OriginalSource

シェーダーの元のソース コード

Sources

シェーダーのソース

関連項目