gpu-vulkan-middle-0.1.0.54: src/Gpu/Vulkan/Middle/Types.hs
{-# OPTIONS_GHC -Wall -fno-warn-tabs #-}
module Gpu.Vulkan.Middle.Types where
import Data.Word
newtype Size = Size Word64 deriving Show
{-# OPTIONS_GHC -Wall -fno-warn-tabs #-}
module Gpu.Vulkan.Middle.Types where
import Data.Word
newtype Size = Size Word64 deriving Show