Gpu.Vulkan.VertexInput.Enum
newtype Rate Source #
Constructors
Defined in Gpu.Vulkan.VertexInput.Enum
Methods
sizeOf :: Rate -> Int #
alignment :: Rate -> Int #
peekElemOff :: Ptr Rate -> Int -> IO Rate #
pokeElemOff :: Ptr Rate -> Int -> Rate -> IO () #
peekByteOff :: Ptr b -> Int -> IO Rate #
pokeByteOff :: Ptr b -> Int -> Rate -> IO () #
peek :: Ptr Rate -> IO Rate #
poke :: Ptr Rate -> Rate -> IO () #
showsPrec :: Int -> Rate -> ShowS #
show :: Rate -> String #
showList :: [Rate] -> ShowS #
(==) :: Rate -> Rate -> Bool #
(/=) :: Rate -> Rate -> Bool #
pattern RateMaxEnum :: Rate Source #
pattern RateInstance :: Rate Source #
pattern RateVertex :: Rate Source #
unRate :: Rate -> Word32 Source #