packages feed

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

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

module Gpu.Vulkan.Fence.Type where

import qualified Gpu.Vulkan.Fence.Middle as M

newtype F sf = F M.F deriving Show