| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Vulkan.Core11.DeviceInitialization
Synopsis
- enumerateInstanceVersion :: MonadIO io => io ("apiVersion" ::: Word32)
Documentation
enumerateInstanceVersion :: MonadIO io => io ("apiVersion" ::: Word32) Source #
vkEnumerateInstanceVersion - Query instance-level version before instance creation
Description
The intended behavior 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.