packages feed

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

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

module Gpu.Vulkan.Semaphore.Core (S, PtrS) where

import Foreign.Ptr

data STag
type S = Ptr STag
type PtrS = Ptr S