Safe Haskell | None |
---|---|
Language | Haskell2010 |
Gpu.Vulkan.Subpass.Middle
Contents
Synopsis
- data Description = Description {}
- data Dependency = Dependency {}
- data S
- pattern SExternal :: S
DESCRIPTION
data Description Source #
Constructors
Instances
Show Description Source # | |
Defined in Gpu.Vulkan.Subpass.Middle.Internal Methods showsPrec :: Int -> Description -> ShowS # show :: Description -> String # showList :: [Description] -> ShowS # |
DEPENDENCY
data Dependency Source #
Constructors
Dependency | |
Instances
Show Dependency Source # | |
Defined in Gpu.Vulkan.Subpass.Middle.Internal Methods showsPrec :: Int -> Dependency -> ShowS # show :: Dependency -> String # showList :: [Dependency] -> ShowS # |