FMX.Types3D.TContextShader.LoadFromStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure LoadFromStream(const AStream: TStream);

C++

void __fastcall LoadFromStream(System::Classes::TStream* const AStream);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TContextShader

Description

Loads the data from the given stream into the current shader.

See Also