gpu-vulkan-core-0.1.0.7: src/Gpu/Vulkan/Device/Core.hs-boot
{-# OPTIONS_GHC -Wall -fno-warn-tabs #-}
module Gpu.Vulkan.Device.Core (D) where
import Foreign.Ptr
data DTag
type D = Ptr DTag
{-# OPTIONS_GHC -Wall -fno-warn-tabs #-}
module Gpu.Vulkan.Device.Core (D) where
import Foreign.Ptr
data DTag
type D = Ptr DTag