Type Definition vulkanalia::VkResult[][src]

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

The result of a executing a fallible Vulkan command.