Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
Instances
Enum UniformId Source # | |
Defined in Graphics.GPipe.Internal.IDs succ :: UniformId -> UniformId # pred :: UniformId -> UniformId # fromEnum :: UniformId -> Int # enumFrom :: UniformId -> [UniformId] # enumFromThen :: UniformId -> UniformId -> [UniformId] # enumFromTo :: UniformId -> UniformId -> [UniformId] # enumFromThenTo :: UniformId -> UniformId -> UniformId -> [UniformId] # | |
Eq UniformId Source # | |
Integral UniformId Source # | |
Defined in Graphics.GPipe.Internal.IDs | |
Num UniformId Source # | |
Defined in Graphics.GPipe.Internal.IDs | |
Ord UniformId Source # | |
Defined in Graphics.GPipe.Internal.IDs | |
Real UniformId Source # | |
Defined in Graphics.GPipe.Internal.IDs toRational :: UniformId -> Rational # | |
Show UniformId Source # | |
Instances
Enum SamplerId Source # | |
Defined in Graphics.GPipe.Internal.IDs succ :: SamplerId -> SamplerId # pred :: SamplerId -> SamplerId # fromEnum :: SamplerId -> Int # enumFrom :: SamplerId -> [SamplerId] # enumFromThen :: SamplerId -> SamplerId -> [SamplerId] # enumFromTo :: SamplerId -> SamplerId -> [SamplerId] # enumFromThenTo :: SamplerId -> SamplerId -> SamplerId -> [SamplerId] # | |
Eq SamplerId Source # | |
Integral SamplerId Source # | |
Defined in Graphics.GPipe.Internal.IDs | |
Num SamplerId Source # | |
Defined in Graphics.GPipe.Internal.IDs | |
Ord SamplerId Source # | |
Defined in Graphics.GPipe.Internal.IDs | |
Real SamplerId Source # | |
Defined in Graphics.GPipe.Internal.IDs toRational :: SamplerId -> Rational # | |
Show SamplerId Source # | |