WSCLib SDK 1.0.0
GPU-accelerated video output framework for Windows
Loading...
Searching...
No Matches
WSCAdapterInfo Struct Reference

GPU adapter information. More...

#include <wsclib.h>

Data Fields

int index
char name [256]
unsigned vendorId
unsigned deviceId
long long dedicatedVideoMemoryMB

Detailed Description

GPU adapter information.

Field Documentation

◆ index

int WSCAdapterInfo::index

Adapter index.

◆ name

char WSCAdapterInfo::name[256]

Adapter name, e.g. "NVIDIA GeForce RTX 4090".

◆ vendorId

unsigned WSCAdapterInfo::vendorId

Vendor ID: 0x10DE=NVIDIA, 0x8086=Intel, 0x1002=AMD.

◆ deviceId

unsigned WSCAdapterInfo::deviceId

Device ID.

◆ dedicatedVideoMemoryMB

long long WSCAdapterInfo::dedicatedVideoMemoryMB

Dedicated video memory in MB.


The documentation for this struct was generated from the following file: