[][src]Type Definition vulkanalia::VkResult

type VkResult<T> = Result<T, ErrorCode>;

The result of a executing a fallible Vulkan command.