packages feed

gpu-vulkan-0.1.0.137: src/Gpu/Vulkan/CommandPool/Type.hs

{-# OPTIONS_GHC -Wall -fno-warn-tabs #-}

module Gpu.Vulkan.CommandPool.Type where

import qualified Gpu.Vulkan.CommandPool.Middle as M

newtype C s = C M.C deriving Show