| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Gpu.Vulkan.PNextOld.Middle
Contents
Synopsis
- class FindPNextChainAll (ns :: [Type])
FIND P NEXT CHAIN ALL
class FindPNextChainAll (ns :: [Type]) Source #
Minimal complete definition
Instances
| FindPNextChainAll ('[] :: [Type]) Source # | |
Defined in Gpu.Vulkan.PNextOld.Middle.Internal | |
| (Nextable n, FindPNextChainAll ns) => FindPNextChainAll (n ': ns) Source # | |
Defined in Gpu.Vulkan.PNextOld.Middle.Internal | |