Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
generateIndexed :: (Fractional scale, Storable pos, Storable vertexAttr) => ("subdivisions" ::: Natural) -> ("initial" ::: (Vec3 -> pointAttr)) -> ("midpoint" ::: (scale -> Vec3 -> pointAttr -> pointAttr -> pointAttr)) -> ("vertex" ::: (Vector (Vec3, pointAttr) -> [Face Int] -> Vector (pos, vertexAttr))) -> "model vectors" ::: (Vector pos, Vector vertexAttr, Vector Word32) Source #