Remove tweakz shader

This commit is contained in:
2023-03-23 00:27:09 +00:00
parent 6860d2c8bf
commit db53a1ffb2
4 changed files with 12 additions and 26 deletions
+4 -5
View File
@@ -427,11 +427,10 @@ pokeLayVerx vbos counts vx = do
pokeStride :: Int -> Int
{-# INLINE pokeStride #-}
pokeStride 0 = 7
pokeStride 1 = 8
pokeStride 2 = 11
pokeStride 3 = 9
pokeStride 4 = 10
pokeStride 5 = 7
pokeStride 1 = 11
pokeStride 2 = 9
pokeStride 3 = 10
pokeStride 4 = 7
pokeStride _ = undefined
poke34 :: Ptr Float -> Point3 -> Point4 -> IO ()