|
Blender V5.0
|
#include <display_driver.h>
Public Types | |
| enum | Type { NONE , OPENGL , VULKAN , METAL } |
Public Attributes | |
| Type | type = NONE |
| vector< uint8_t > | uuid |
Definition at line 15 of file session/display_driver.h.
| Enumerator | |
|---|---|
| NONE | |
| OPENGL | |
| VULKAN | |
| METAL | |
Definition at line 17 of file session/display_driver.h.
Definition at line 24 of file session/display_driver.h.
Referenced by BlenderDisplayDriver::graphics_interop_get_device(), and OpenGLDisplayDriver::graphics_interop_get_device().
| vector<uint8_t> GraphicsInteropDevice::uuid |
Definition at line 25 of file session/display_driver.h.
Referenced by BlenderDisplayDriver::graphics_interop_get_device().