FMX.Types3D.TContextShaderSource.IsDefined

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsDefined: Boolean;

C++

bool __fastcall IsDefined();

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.

See Also