vulkan-3.6.3: Bindings to the Vulkan graphics API.
Safe HaskellNone
LanguageHaskell2010

Vulkan.Core11.DeviceInitialization

Synopsis

Documentation

enumerateInstanceVersion :: forall io. MonadIO io => io ("apiVersion" ::: Word32) Source #

vkEnumerateInstanceVersion - Query instance-level version before instance creation

Description

Note

The intended behaviour of enumerateInstanceVersion is that an implementation should not need to perform memory allocations and should unconditionally return SUCCESS. The loader, and any enabled layers, may return ERROR_OUT_OF_HOST_MEMORY in the case of a failed memory allocation.

Return Codes

Success
Failure

See Also

No cross-references are available