lambdacube-engine-0.2.4: 3D rendering engine written entirely in Haskell

Safe HaskellSafe-Infered

Graphics.LambdaCube.RenderSystem.GL.Utils

Documentation

peek4 :: Storable a => (a -> a -> a -> a -> b) -> Ptr a -> IO bSource

peek4M :: Storable a => (a -> a -> a -> a -> IO b) -> Ptr a -> IO bSource