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