FMX.Types3D.TContextShaderSource.IsDefined
Delphi
function IsDefined: Boolean;
C++
bool __fastcall IsDefined(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | FMX.Types3D.pas FMX.Types3D.hpp |
FMX.Types3D | TContextShaderSource |
Description
Verifies whether the current shader source is defined.
IsDefined returns True if the current shader source architecture is not Undefined
, and False otherwise.