FMX.Materials.TCustomMaterial.FPixelShader

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FPixelShader: TContextShader;

C++

Fmx::Types3d::TContextShader* FPixelShader;

Properties

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

Description

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

See Also