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

Gpu.Vulkan.DescriptorSetLayout.Middle

Synopsis

CREATE AND DESTROY

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

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

data D Source #

Instances

Instances details
Show D Source # 
Instance details

Defined in Gpu.Vulkan.DescriptorSetLayout.Middle.Internal

Methods

showsPrec :: Int -> D -> ShowS #

show :: D -> String #

showList :: [D] -> ShowS #

data CreateInfo (mn :: Maybe Type) Source #

Instances

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

Defined in Gpu.Vulkan.DescriptorSetLayout.Middle.Internal

Methods

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

show :: CreateInfo mn -> String #

showList :: [CreateInfo mn] -> ShowS #