FMX.Types3D.TContextShader.LoadFromStream
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
- FMX.Types3D.TContextShader.LoadFromData
- FMX.Types3D.TContextShader.LoadFromFile
- System.Classes.TStream