gpu-vulkan-core-0.1.0.19: src/Gpu/Vulkan/CommandBuffer/Core.hs-boot
{-# OPTIONS_GHC -Wall -fno-warn-tabs #-}
module Gpu.Vulkan.CommandBuffer.Core (C, PtrC, PtrSubmitInfo) where
import Foreign.Ptr
data CTag
type C = Ptr CTag
type PtrC = Ptr C
data SubmitInfo
type PtrSubmitInfo = Ptr SubmitInfo