Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2003.10.02;
Скачать: 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 вся ветка

Текущий архив: 2003.10.02;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.032 c
1-3974
dataMaster
2003-09-19 10:53
2003.10.02
Как (или где) поймать изменение вводимых Items


1-3967
Romeo
2003-09-20 09:15
2003.10.02
Функция, ожидающая щелчка мыши на форме


3-3723
SkullNet
2003-09-12 18:13
2003.10.02
ClientDataSet


1-3990
Mantor
2003-09-19 13:44
2003.10.02
Type Library


11-3816
microlab
2003-01-19 20:40
2003.10.02
Работа с ярлыками