| Safe Haskell | Safe-Infered |
|---|
Graphics.LambdaCube.HardwareIndexBuffer
Documentation
class HardwareBuffer a => HardwareIndexBuffer a whereSource
Methods
Arguments
| :: a | |
| -> IndexType | Get the type of indexes used in this buffer |
Arguments
| :: a | |
| -> Int | Get the number of indexes in this buffer |
Arguments
| :: a | |
| -> Int | Get the size in bytes of each index |
Instances