FMX.Types3D.TContextShaderVariables

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TContextShaderVariables = array of TContextShaderVariable;

C++

typedef System::DynamicArray<TContextShaderVariable> TContextShaderVariables;

Properties

Type Visibility Source Unit Parent
array
typedef
public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D FMX.Types3D

Description

Array of TContextShaderVariable.

See Also