vulkan-3.3: src/Vulkan/Core10/AllocationCallbacks.hs-boot
{-# language CPP #-}
module Vulkan.Core10.AllocationCallbacks (AllocationCallbacks) where
import Data.Kind (Type)
import Vulkan.CStruct (FromCStruct)
import Vulkan.CStruct (ToCStruct)
data AllocationCallbacks
instance ToCStruct AllocationCallbacks
instance Show AllocationCallbacks
instance FromCStruct AllocationCallbacks