Struct GorgonVideoAdapterPciInfo
PCI slot information for a IGorgonVideoAdapterInfo.
Inherited Members
Namespace: Gorgon.Graphics.Core
Assembly: Gorgon.Graphics.Core.dll
Syntax
public readonly struct GorgonVideoAdapterPciInfo
Fields
| Edit this page View SourceDeviceID
The PCI device ID for the adapter.
Declaration
public readonly int DeviceID
Field Value
Type | Description |
---|---|
int |
Revision
The PCI ID revision number for the adapter.
Declaration
public readonly int Revision
Field Value
Type | Description |
---|---|
int |
SubSystemID
The PCI sub system ID for the adapter.
Declaration
public readonly int SubSystemID
Field Value
Type | Description |
---|---|
int |
VendorID
The PCI vendor ID for the adapter.
Declaration
public readonly int VendorID
Field Value
Type | Description |
---|---|
int |