|
Blender V5.0
|
#include <GHOST_Types.h>
Public Attributes | |
| int | index |
| uint | vendor_id |
| uint | device_id |
Definition at line 788 of file GHOST_Types.h.
| uint GHOST_GPUDevice::device_id |
Device ID of the GPU provided by the vendor.
Definition at line 794 of file GHOST_Types.h.
Referenced by blender::gpu::GPUSecondaryContext::GPUSecondaryContext(), playanim_window_open(), GHOST_InstanceVK::select_physical_device(), 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 790 of file GHOST_Types.h.
Referenced by blender::gpu::GPUSecondaryContext::GPUSecondaryContext(), playanim_window_open(), GHOST_InstanceVK::select_physical_device(), WM_system_gpu_context_create(), and wm_window_ghostwindow_add().
| uint GHOST_GPUDevice::vendor_id |
(PCI) Vendor ID of the GPU.
Definition at line 792 of file GHOST_Types.h.
Referenced by blender::gpu::GPUSecondaryContext::GPUSecondaryContext(), playanim_window_open(), GHOST_InstanceVK::select_physical_device(), WM_system_gpu_context_create(), and wm_window_ghostwindow_add().