module Gpu.Vulkan.DescriptorPool.Type where

import qualified Gpu.Vulkan.DescriptorPool.Middle as M

newtype P s = P M.D deriving Int -> P s -> ShowS
[P s] -> ShowS
P s -> String
(Int -> P s -> ShowS)
-> (P s -> String) -> ([P s] -> ShowS) -> Show (P s)
forall s. Int -> P s -> ShowS
forall s. [P s] -> ShowS
forall s. P s -> String
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: forall s. Int -> P s -> ShowS
showsPrec :: Int -> P s -> ShowS
$cshow :: forall s. P s -> String
show :: P s -> String
$cshowList :: forall s. [P s] -> ShowS
showList :: [P s] -> ShowS
Show