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

Gpu.Vulkan.Device.GroupDevice.Middle

Documentation

data CreateInfo (mn :: Maybe Type) Source #

Constructors

CreateInfo 

Instances

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

Defined in Gpu.Vulkan.Device.GroupDevice.Middle.Internal

Methods

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

show :: CreateInfo mn -> String #

showList :: [CreateInfo mn] -> ShowS #

WithPoked (M mn) => WithPoked (CreateInfo mn) Source # 
Instance details

Defined in Gpu.Vulkan.Device.GroupDevice.Middle.Internal

Methods

withPoked' :: CreateInfo mn -> (forall s. PtrS s (CreateInfo mn) -> IO b) -> IO b #