Module

Rito.BufferAttribute

Package
purescript-rito
Repository
mikesol/purescript-rito

#bufferAttribute Source

bufferAttribute :: forall m n mn. Reflectable m Int => Reflectable n Int => Mul m n mn => Proxy m -> TBufferAttribute -> (Int -> Vect n Number) -> BufferAttribute

#bufferAttributes Source

bufferAttributes :: forall a m i ir o or. Reflectable m Int => RowToList i ir => RowToList o or => BufferAttributes ir or => Proxy m -> TBufferAttribute -> a -> (Int -> a -> (Record i) /\ a) -> Record o

#BufferAttributes Source

class BufferAttributes :: RowList Type -> RowList Type -> Constraintclass BufferAttributes (i :: RowList Type) (o :: RowList Type) | i -> o where

Members

Instances

#BufferAttribute Source

data BufferAttribute

Instances