gi-clutter-1.0.2: clutter GObject bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.Clutter.Objects.ShaderFloat

Description

No description available in the introspection data.

Synopsis

Exported types

class (BoxedPtr o, TypedObject o, IsDescendantOf ShaderFloat o) => IsShaderFloat o Source #

Type class for types which can be safely cast to ShaderFloat, for instance with toShaderFloat.

Instances

Instances details
(BoxedPtr o, TypedObject o, IsDescendantOf ShaderFloat o) => IsShaderFloat o Source # 
Instance details

Defined in GI.Clutter.Objects.ShaderFloat

toShaderFloat :: (MonadIO m, IsShaderFloat o) => o -> m ShaderFloat Source #

Cast to ShaderFloat, for types for which this is known to be safe. For general casts, use castTo.

Methods