![]() |
WSCLib SDK 1.0.0
GPU-accelerated video output framework for Windows
|
GPU adapter information. More...
#include <wsclib.h>
Data Fields | |
| int | index |
| char | name [256] |
| unsigned | vendorId |
| unsigned | deviceId |
| long long | dedicatedVideoMemoryMB |
GPU adapter information.
| int WSCAdapterInfo::index |
Adapter index.
| char WSCAdapterInfo::name[256] |
Adapter name, e.g. "NVIDIA GeForce RTX 4090".
| unsigned WSCAdapterInfo::vendorId |
Vendor ID: 0x10DE=NVIDIA, 0x8086=Intel, 0x1002=AMD.
| unsigned WSCAdapterInfo::deviceId |
Device ID.
| long long WSCAdapterInfo::dedicatedVideoMemoryMB |
Dedicated video memory in MB.