Saga3D API Documentation
1.0-RC4
|
Go to the documentation of this file. 1 #ifndef __E_DRIVER_TYPES_H_INCLUDED__
2 #define __E_DRIVER_TYPES_H_INCLUDED__
32 "VulkanHeadlessDriver",
33 "VulkanOverlayDriver",
48 #endif // __E_DRIVER_TYPES_H_INCLUDED__
E_DRIVER_TYPE
An enum class for all types of drivers Saga3D supports.
const char *const DRIVER_TYPE_NAMES[]
@ VULKAN_HEADLESS
Vulkan headless driver, useful for applications to run graphics tasks without creating application wi...
@ VULKAN_OVERLAY
Vulkan driver, similar to E_DRIVER_TYPE::VULKAN but render and present to a window.
const char *const DRIVER_TYPE_NAMES_SHORT[]
@ VULKAN
Vulkan driver, available on most desktop platforms.
@ WEB_GPU
WebGPU driver for rendering on Website.