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

Gpu.Vulkan.Pipeline.ColorBlendAttachment.Core

Contents

Synopsis

STATE

data State Source #

Instances

Instances details
Storable State Source # 
Instance details

Defined in Gpu.Vulkan.Pipeline.ColorBlendAttachment.Core

Methods

sizeOf :: State -> Int #

alignment :: State -> Int #

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

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

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

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

peek :: Ptr State -> IO State #

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

Show State Source # 
Instance details

Defined in Gpu.Vulkan.Pipeline.ColorBlendAttachment.Core

Methods

showsPrec :: Int -> State -> ShowS #

show :: State -> String #

showList :: [State] -> ShowS #

pattern State :: Word32 -> Word32 -> Word32 -> Word32 -> Word32 -> Word32 -> Word32 -> Word32 -> State Source #