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

Gpu.Vulkan.CommandPool.Middle

Synopsis

CREATE AND DESTROY

create :: forall (mn :: Maybe Type) (mc :: Maybe Type). WithPoked (M mn) => D -> CreateInfo mn -> M A mc -> IO C Source #

destroy :: forall (md :: Maybe Type). D -> C -> M A md -> IO () Source #

data C Source #

Instances

Instances details
Show C Source # 
Instance details

Defined in Gpu.Vulkan.CommandPool.Middle.Internal

Methods

showsPrec :: Int -> C -> ShowS #

show :: C -> String #

showList :: [C] -> ShowS #

data CreateInfo (mn :: Maybe Type) Source #

Instances

Instances details
Show (M mn) => Show (CreateInfo mn) Source # 
Instance details

Defined in Gpu.Vulkan.CommandPool.Middle.Internal

Methods

showsPrec :: Int -> CreateInfo mn -> ShowS #

show :: CreateInfo mn -> String #

showList :: [CreateInfo mn] -> ShowS #

RESET

reset :: D -> C -> ResetFlags -> IO () Source #