| Copyright | Will Thompson and Iñaki García Etxebarria | 
|---|---|
| License | LGPL-2.1 | 
| Maintainer | Iñaki García Etxebarria | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
GI.Clutter.Objects.ShaderMatrix
Contents
Description
No description available in the introspection data.
Synopsis
- newtype ShaderMatrix = ShaderMatrix (ManagedPtr ShaderMatrix)
 - class (BoxedPtr o, TypedObject o, IsDescendantOf ShaderMatrix o) => IsShaderMatrix o
 - toShaderMatrix :: (MonadIO m, IsShaderMatrix o) => o -> m ShaderMatrix
 
Exported types
newtype ShaderMatrix Source #
Memory-managed wrapper type.
Constructors
| ShaderMatrix (ManagedPtr ShaderMatrix) | 
Instances
| Eq ShaderMatrix Source # | |
Defined in GI.Clutter.Objects.ShaderMatrix  | |
| BoxedPtr ShaderMatrix Source # | |
Defined in GI.Clutter.Objects.ShaderMatrix  | |
| ManagedPtrNewtype ShaderMatrix Source # | |
Defined in GI.Clutter.Objects.ShaderMatrix Methods toManagedPtr :: ShaderMatrix -> ManagedPtr ShaderMatrix  | |
| TypedObject ShaderMatrix Source # | |
Defined in GI.Clutter.Objects.ShaderMatrix  | |
| HasParentTypes ShaderMatrix Source # | |
Defined in GI.Clutter.Objects.ShaderMatrix  | |
| type ParentTypes ShaderMatrix Source # | |
Defined in GI.Clutter.Objects.ShaderMatrix  | |
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
| (BoxedPtr o, TypedObject o, IsDescendantOf ShaderMatrix o) => IsShaderMatrix o Source # | |
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.