Safe Haskell | None |
---|---|
Language | Haskell2010 |
Gpu.Vulkan.Device.GroupDevice.Middle
Documentation
data CreateInfo (mn :: Maybe Type) Source #
Constructors
CreateInfo | |
Fields
|
Instances
Show (M mn) => Show (CreateInfo mn) Source # | |
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 # | |
Defined in Gpu.Vulkan.Device.GroupDevice.Middle.Internal Methods withPoked' :: CreateInfo mn -> (forall s. PtrS s (CreateInfo mn) -> IO b) -> IO b # |