packages feed

gpu-vulkan-middle-0.1.0.54: src/Gpu/Vulkan/Semaphore/Middle/Internal.hs-boot

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

module Gpu.Vulkan.Semaphore.Middle.Internal where

import qualified Gpu.Vulkan.Semaphore.Core as C

newtype S = S { unS :: C.S }

instance Show S