Commit before static wall overhaul
This commit is contained in:
@@ -32,4 +32,5 @@ pokeVertex ptr stride n fs = do
|
||||
return $ n + 1
|
||||
|
||||
pokeArrayOff :: Storable a => Ptr a -> Int -> [a] -> IO ()
|
||||
{-# INLINE pokeArrayOff #-}
|
||||
pokeArrayOff ptr i = zipWithM_ (pokeElemOff ptr) [i..]
|
||||
|
||||
Reference in New Issue
Block a user