gpu-vulkan-core-0.1.0.21: Thin wrapper for Vulkan API
Safe HaskellNone
LanguageHaskell2010

Gpu.Vulkan.PushConstant.Core

Contents

Synopsis

RANGE

data Range Source #

Instances

Instances details
Storable Range Source # 
Instance details

Defined in Gpu.Vulkan.PushConstant.Core

Methods

sizeOf :: Range -> Int #

alignment :: Range -> Int #

peekElemOff :: Ptr Range -> Int -> IO Range #

pokeElemOff :: Ptr Range -> Int -> Range -> IO () #

peekByteOff :: Ptr b -> Int -> IO Range #

pokeByteOff :: Ptr b -> Int -> Range -> IO () #

peek :: Ptr Range -> IO Range #

poke :: Ptr Range -> Range -> IO () #

Show Range Source # 
Instance details

Defined in Gpu.Vulkan.PushConstant.Core

Methods

showsPrec :: Int -> Range -> ShowS #

show :: Range -> String #

showList :: [Range] -> ShowS #

pattern Range :: Word32 -> Word32 -> Word32 -> Range Source #