gpu-vulkan-core-0.1.0.14: Thin wrapper for Vulkan API
Safe HaskellNone
LanguageHaskell2010

Gpu.Vulkan.Device.Core

Synopsis

CREATE AND DESTROY

destroy :: D -> Ptr A -> IO () Source #

type D = Ptr DTag Source #

QueueCreateInfo

GET AND WAIT IDLE

getQueue :: D -> Word32 -> Word32 -> Ptr Q -> IO () Source #