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