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.ShaderMatrix

Description

No description available in the introspection data.

Synopsis

Exported types

class (BoxedPtr o, TypedObject o, IsDescendantOf ShaderMatrix o) => IsShaderMatrix o Source #

Type class for types which can be safely cast to ShaderMatrix, for instance with toShaderMatrix.

Instances

Instances details
(BoxedPtr o, TypedObject o, IsDescendantOf ShaderMatrix o) => IsShaderMatrix o Source # 
Instance details

Defined in GI.Clutter.Objects.ShaderMatrix

toShaderMatrix :: (MonadIO m, IsShaderMatrix o) => o -> m ShaderMatrix Source #

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

Methods