packages feed

gpu-vulkan-core-0.1.0.7: src/Gpu/Vulkan/CommandBuffer/Core.hs-boot

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

module Gpu.Vulkan.CommandBuffer.Core (C, PtrC) where

import Foreign.Ptr

data CTag
type C = Ptr CTag
type PtrC = Ptr C