FMX.Materials.TCustomMaterial.FVertexShader

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FVertexShader: TContextShader;

C++

Fmx::Types3d::TContextShader* FVertexShader;

Properties

Type Visibility Source Unit Parent
field protected
FMX.Materials.pas
FMX.Materials.hpp
FMX.Materials TCustomMaterial

Description

Internally used to keep the vertex shader for the current material.

See Also