gpu-vulkan-middle-0.1.0.57: Medium wrapper for Vulkan API
Safe HaskellNone
LanguageHaskell2010

Gpu.Vulkan.VertexInput.Enum

Documentation

newtype Rate Source #

Constructors

Rate Word32 

Instances

Instances details
Storable Rate Source # 
Instance details

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 () #

Show Rate Source # 
Instance details

Defined in Gpu.Vulkan.VertexInput.Enum

Methods

showsPrec :: Int -> Rate -> ShowS #

show :: Rate -> String #

showList :: [Rate] -> ShowS #

Eq Rate Source # 
Instance details

Defined in Gpu.Vulkan.VertexInput.Enum

Methods

(==) :: Rate -> Rate -> Bool #

(/=) :: Rate -> Rate -> Bool #

pattern RateVertex :: Rate Source #