API:FMX.Types3D.TContextShaderSource
Delphi
TContextShaderSource = record
C++
struct DECLSPEC_DRECORD TContextShaderSource
{
public:
TContextShaderArch Arch;
TContextShaderCode Code;
TContextShaderVariables Variables;
__fastcall TContextShaderSource(const TContextShaderArch Arch, const System::Byte *ACode, const System::NativeInt ACode_High, const TContextShaderVariable *AVariables, const System::NativeInt AVariables_High);
bool __fastcall IsDefined();
bool __fastcall FindVariable(const System::UnicodeString AName, /* out */ TContextShaderVariable &AShaderVariable);
TContextShaderSource() {}
};
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
record struct |
public | FMX.Types3D.pas FMX.Types3D.hpp |
FMX.Types3D | FMX.Types3D |
Beschreibung
Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.