FMX.Types3D.TContextShader.BuildKey

De RAD Studio API Documentation
Aller à : navigation, rechercher

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);

Propriétés

Type Visibilité  Source Unité  Parent
function public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TContextShader


Description

Renvoie la clé de chaîne pour ce shader.

Utilisez BuildKey pour obtenir une chaîne qui identifie le shader en cours.

Voir aussi