API:FMX.Types3D.TContextShaderSource

De RAD Studio API Documentation
Aller à : navigation, rechercher

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 int ACode_High, const TContextShaderVariable *AVariables, const int AVariables_High);
    bool __fastcall IsDefined();
    bool __fastcall FindVariable(const System::UnicodeString AName, /* out */ TContextShaderVariable &AShaderVariable);
    TContextShaderSource() {}
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D FMX.Types3D

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !