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

Gpu.Vulkan.Fence.Middle

Synopsis

CREATE AND DESTROY

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

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

data F Source #

Instances

Instances details
Show F Source # 
Instance details

Defined in Gpu.Vulkan.Fence.Middle.Internal

Methods

showsPrec :: Int -> F -> ShowS #

show :: F -> String #

showList :: [F] -> ShowS #

data CreateInfo (mn :: Maybe Type) Source #

Constructors

CreateInfo 

Instances

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

Defined in Gpu.Vulkan.Fence.Middle.Internal

Methods

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

show :: CreateInfo mn -> String #

showList :: [CreateInfo mn] -> ShowS #

Default (CreateInfo ('Nothing :: Maybe Type)) Source # 
Instance details

Defined in Gpu.Vulkan.Fence.Middle.Internal

Methods

def :: CreateInfo ('Nothing :: Maybe Type) #

RESET AND WAIT

resetFs :: D -> [F] -> IO () Source #

waitForFs :: D -> [F] -> Bool -> Word64 -> IO () Source #