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

Gpu.Vulkan.Subpass.Middle

Synopsis

DESCRIPTION

DEPENDENCY

data S Source #

Instances

Instances details
Storable S Source # 
Instance details

Defined in Gpu.Vulkan.Subpass.Middle.Internal

Methods

sizeOf :: S -> Int #

alignment :: S -> Int #

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

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

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

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

peek :: Ptr S -> IO S #

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

Num S Source # 
Instance details

Defined in Gpu.Vulkan.Subpass.Middle.Internal

Methods

(+) :: S -> S -> S #

(-) :: S -> S -> S #

(*) :: S -> S -> S #

negate :: S -> S #

abs :: S -> S #

signum :: S -> S #

fromInteger :: Integer -> S #

Show S Source # 
Instance details

Defined in Gpu.Vulkan.Subpass.Middle.Internal

Methods

showsPrec :: Int -> S -> ShowS #

show :: S -> String #

showList :: [S] -> ShowS #

pattern SExternal :: S Source #