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

Gpu.Vulkan.CommandBuffer.Middle

Synopsis

ALLOCATE AND FREE

allocateCs :: forall (mn :: Maybe Type). WithPoked (M mn) => D -> AllocateInfo mn -> IO [C] Source #

freeCs :: D -> C -> [C] -> IO () Source #

data C Source #

BEGIN, END AND RESET

begin :: forall (mn :: Maybe Type) (ii :: Maybe Type). (WithPoked (M mn), WithPoked (M ii)) => C -> BeginInfo mn ii -> IO () Source #

end :: C -> IO () Source #

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

data BeginInfo (mn :: Maybe Type) (ii :: Maybe Type) Source #

Instances

Instances details
Default (BeginInfo ('Nothing :: Maybe Type) ii) Source # 
Instance details

Defined in Gpu.Vulkan.CommandBuffer.Middle.Internal

Methods

def :: BeginInfo ('Nothing :: Maybe Type) ii #