#include <DesktopGraphicsDeviceSelector.h>
Inheritance diagram for Lamp::DesktopGraphicsDeviceSelector:
Public Member Functions | |
DesktopGraphicsDeviceSelector () | |
コンストラクタ | |
virtual | ~DesktopGraphicsDeviceSelector () |
デストラクタ | |
virtual bool | findBestWindowedMode (HWND windowHandle, bool requireHAL, bool requireREF) |
ウィンドウモードの最適な設定を探す | |
virtual bool | findBestFullscreenMode (HWND windowHandle, bool requireHAL, bool requireREF) |
フルスクリーンモードの最適な設定を探す |
現在のデスクトップの状態に近いデバイスを選択します
Definition at line 38 of file DesktopGraphicsDeviceSelector.h.
|
|
ウィンドウモードの最適な設定を探す
Implements Lamp::GraphicsDeviceSelector. Definition at line 43 of file DesktopGraphicsDeviceSelector.cpp. References Lamp::GraphicsDeviceSelector::buildWindowModeSettings(), Direct3D, Lamp::GraphicsDeviceEnumeration::getAdapter(), Lamp::GraphicsDeviceEnumeration::getAdapterCount(), Lamp::GraphicsDeviceComboInformation::getAdapterFormat(), Lamp::GraphicsDeviceComboInformation::getBackBufferFormat(), Lamp::GraphicsAdapterInformation::getDevice(), Lamp::GraphicsDeviceInformation::getDeviceCombo(), Lamp::GraphicsDeviceInformation::getDeviceComboCount(), Lamp::GraphicsAdapterInformation::getDeviceCount(), Lamp::GraphicsDeviceComboInformation::getDeviceType(), Lamp::GraphicsDeviceInformation::getDeviceType(), Lamp::GraphicsDeviceComboInformation::isWindowed(), and NULL. |