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

Description

No description available in the introspection data.

Synopsis

Exported types

newtype ShaderInt Source #

Memory-managed wrapper type.

class (BoxedPtr o, TypedObject o, IsDescendantOf ShaderInt o) => IsShaderInt o Source #

Type class for types which can be safely cast to ShaderInt, for instance with toShaderInt.

Instances

Instances details
(BoxedPtr o, TypedObject o, IsDescendantOf ShaderInt o) => IsShaderInt o Source # 
Instance details

Defined in GI.Clutter.Objects.ShaderInt

toShaderInt :: (MonadIO m, IsShaderInt o) => o -> m ShaderInt Source #

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

Methods