Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Gamgine.State.RenderState
Documentation
newtype TextureName Source #
Constructors
TextureName Int |
Instances
Show TextureName Source # | |
Defined in Gamgine.State.RenderState Methods showsPrec :: Int -> TextureName -> ShowS # show :: TextureName -> String # showList :: [TextureName] -> ShowS # | |
Eq TextureName Source # | |
Defined in Gamgine.State.RenderState |
type TextureIds = [(TextureName, GLuint)] Source #
data Ressources Source #
Constructors
Ressources | |
Fields
|
Instances
Show Ressources Source # | |
Defined in Gamgine.State.RenderState Methods showsPrec :: Int -> Ressources -> ShowS # show :: Ressources -> String # showList :: [Ressources] -> ShowS # |
textureId :: TextureName -> Ressources -> Maybe GLuint Source #
data RenderState Source #
Constructors
RenderState | |
Fields
|
Instances
Show RenderState Source # | |
Defined in Gamgine.State.RenderState Methods showsPrec :: Int -> RenderState -> ShowS # show :: RenderState -> String # showList :: [RenderState] -> ShowS # |
frustumSizeL :: Lens RenderState (Double, Double) Source #