Вниз
Скачать: CL | DM;

Можно ли используя средства DirectX получить информацию о видео?   Найти похожие ветки 

← →
DX_Beginner   (2003-07-18 03:30) [0]

Т.е. название видеоадаптера, видео чип, частоты видео процессора и памяти, поддержка пискельных/вершинных шейдеров и пр.?


← →
Думкин ©   (2003-07-18 06:20) [1]

MSDN:

How can I determine what chipset and/or driver is being used?

The GetDeviceIdentifier() method, introduced in version 6.0, returns a structure containing information about the chipset and driver, both as a unique GUID for the device/driver pair, vendor IDs, and descriptive strings that can be presented to a user.


← →
DX_Beginner   (2003-07-18 20:29) [2]

Спасибо, но вот сам GetDeviceIdentifier в MSDN"е не описан!!!


← →
Думкин ©   (2003-07-21 08:34) [3]

Смотрим DirectX SDK

Например, такую функцию:

IDirect3D8::GetAdapterIdentifier

Describes the physical display adapters present in the system when the IDirect3D8 interface was instantiated.

HRESULT GetAdapterIdentifier(
UINT Adapter,
DWORD Flags,
D3DADAPTER_IDENTIFIER8* pIdentifier
);


D3DADAPTER_IDENTIFIER8
Contains information identifying the adapter.

typedef struct _D3DADAPTER_IDENTIFIER8 {
char Driver[MAX_DEVICE_IDENTIFIER_STRING];
char Description[MAX_DEVICE_IDENTIFIER_STRING];

#ifdef _WIN32
LARGE_INTEGER DriverVersion; /* Defined for 32-bit components */
#else
DWORD DriverVersionLowPart; /* Defined for 16-bit driver components */
DWORD DriverVersionHighPart;
#endif

DWORD VendorId;
DWORD DeviceId;
DWORD SubSysId;
DWORD Revision;

GUID DeviceIdentifier;

DWORD WHQLLevel;
} D3DADAPTER_IDENTIFIER8;

И далее...




← →
Думкин ©   (2003-07-22 06:28) [4]

Еще это:

IDirect3D8::GetDeviceCaps
Retrieves device-specific information about a device.

HRESULT GetDeviceCaps(
UINT Adapter,
D3DDEVTYPE DeviceType,
D3DCAPS8* pCaps
);

Последняя структура - весьма велика. Про нее читай в DirectX SDK.



Страницы: 1 вся ветка

Скачать: CL | DM;



Память: 0.46 MB
Время: 0.014 c
3-3779
AlexVA
2003-09-11 15:33
2003.10.02
как создать новое поле


1-3837
lex7
2003-09-19 10:56
2003.10.02
Вызов помощи в chm-формате


9-3694
Trix
2002-12-07 21:06
2003.10.02
Японский Кроссворд


3-3775
varra
2003-09-11 15:21
2003.10.02
MS Access 97 + BDE + password


1-3926
Seldon
2003-09-21 11:32
2003.10.02
FileExists( A: 1.txt )




   Наверх