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

Gpu.Vulkan.Sampler.Middle

Synopsis

CREATE AND DESTROY

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

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

data S Source #

Instances

Instances details
Show S Source # 
Instance details

Defined in Gpu.Vulkan.Sampler.Middle.Internal

Methods

showsPrec :: Int -> S -> ShowS #

show :: S -> String #

showList :: [S] -> ShowS #

pattern Null :: S Source #