gpu-vulkan-middle-0.1.0.74: Medium wrapper for Vulkan API
Safe HaskellNone
LanguageHaskell2010

Gpu.Vulkan.AllocationCallbacks.Middle

Synopsis

CREATE AND DESTROY

data Functions a Source #

Instances

Instances details
Show (Functions a) Source # 
Instance details

Defined in Gpu.Vulkan.AllocationCallbacks.Middle.Internal

Function Types

type FnFreeFunction a = Ptr a -> Ptr () -> IO () #

size and alignment

APPLY

apply :: Functions a -> Ptr a -> A a Source #

data A a Source #

Instances

Instances details
Show (A a) Source # 
Instance details

Defined in Gpu.Vulkan.AllocationCallbacks.Middle.Internal

Methods

showsPrec :: Int -> A a -> ShowS #

show :: A a -> String #

showList :: [A a] -> ShowS #