gpu-vulkan-core-khr-surface-0.1.0.0: Thin wrapper for VK_KHR_surface extension of the Vulkan API
Safe HaskellNone
LanguageHaskell2010

Gpu.Vulkan.Khr.Surface.Core

Synopsis

DESTROY

destroy :: I -> S -> Ptr A -> IO () Source #

type S = Ptr STag Source #

CAPABILITIES

FORMAT

data Format Source #

Instances

Instances details
Storable Format Source # 
Instance details

Defined in Gpu.Vulkan.Khr.Surface.Core

Show Format Source # 
Instance details

Defined in Gpu.Vulkan.Khr.Surface.Core

pattern Format :: Word32 -> Word32 -> Format Source #