|
Blender V4.5
|
#include <GHOST_Types.h>
Public Attributes | |
| int | index |
| uint | vendor_id |
| uint | device_id |
Definition at line 727 of file GHOST_Types.h.
| uint GHOST_GPUDevice::device_id |
Device ID of the GPU provided by the vendor.
Definition at line 733 of file GHOST_Types.h.
Referenced by ensure_vulkan_device(), blender::gpu::GPUSecondaryContext::GPUSecondaryContext(), playanim_window_open(), WM_system_gpu_context_create(), and wm_window_ghostwindow_add().
| int GHOST_GPUDevice::index |
Index of the GPU device in the list provided by the platform.
Definition at line 729 of file GHOST_Types.h.
Referenced by ensure_vulkan_device(), blender::gpu::GPUSecondaryContext::GPUSecondaryContext(), playanim_window_open(), WM_system_gpu_context_create(), and wm_window_ghostwindow_add().
| uint GHOST_GPUDevice::vendor_id |
(PCI) Vendor ID of the GPU.
Definition at line 731 of file GHOST_Types.h.
Referenced by ensure_vulkan_device(), blender::gpu::GPUSecondaryContext::GPUSecondaryContext(), playanim_window_open(), WM_system_gpu_context_create(), and wm_window_ghostwindow_add().