Source position: PXL.Windows.DXGI.pas line 670
type DXGI_ADAPTER_DESC2 = record |
||
Description: array [0..127] of WideChar; |
|
|
VendorId: LongWord; |
|
|
DeviceId: LongWord; |
|
|
SubSysId: LongWord; |
|
|
Revision: LongWord; |
|
|
DedicatedVideoMemory: SIZE_T; |
|
|
DedicatedSystemMemory: SIZE_T; |
|
|
SharedSystemMemory: SIZE_T; |
|
|
AdapterLuid: TLuid; |
|
|
Flags: LongWord; |
|
|
GraphicsPreemptionGranularity: DXGI_GRAPHICS_PREEMPTION_GRANULARITY; |
|
|
ComputePreemptionGranularity: DXGI_COMPUTE_PREEMPTION_GRANULARITY; |
|
|
end; |
| CT Web help |
| CodeTyphon Studio |