#include <OgreD3D11Device.h>
◆ eExceptionsErrorLevel
Enumerator |
---|
D3D_NO_EXCEPTION | |
D3D_CORRUPTION | |
D3D_ERROR | |
D3D_WARNING | |
D3D_INFO | |
◆ D3D11Device()
Ogre::D3D11Device::D3D11Device |
( |
| ) |
|
◆ ~D3D11Device()
Ogre::D3D11Device::~D3D11Device |
( |
| ) |
|
◆ ReleaseAll()
void Ogre::D3D11Device::ReleaseAll |
( |
| ) |
|
◆ TransferOwnership()
void Ogre::D3D11Device::TransferOwnership |
( |
ID3D11DeviceN * |
device | ) |
|
◆ IsDeviceLost()
bool Ogre::D3D11Device::IsDeviceLost |
( |
| ) |
|
◆ isNull()
bool Ogre::D3D11Device::isNull |
( |
void |
| ) |
|
|
inline |
◆ get()
ID3D11DeviceN* Ogre::D3D11Device::get |
( |
void |
| ) |
|
|
inline |
◆ GetImmediateContext()
ID3D11DeviceContextN* Ogre::D3D11Device::GetImmediateContext |
( |
| ) |
|
|
inline |
◆ GetClassLinkage()
ID3D11ClassLinkage* Ogre::D3D11Device::GetClassLinkage |
( |
| ) |
|
|
inline |
◆ GetDXGIFactory()
IDXGIFactoryN* Ogre::D3D11Device::GetDXGIFactory |
( |
| ) |
|
|
inline |
◆ GetDriverVersion()
LARGE_INTEGER Ogre::D3D11Device::GetDriverVersion |
( |
| ) |
|
|
inline |
◆ operator->()
ID3D11DeviceN* Ogre::D3D11Device::operator-> |
( |
| ) |
const |
|
inline |
◆ throwIfFailed() [1/2]
void Ogre::D3D11Device::throwIfFailed |
( |
HRESULT |
hr, |
|
|
const char * |
desc, |
|
|
const char * |
src |
|
) |
| |
◆ throwIfFailed() [2/2]
void Ogre::D3D11Device::throwIfFailed |
( |
const char * |
desc, |
|
|
const char * |
src |
|
) |
| |
|
inline |
◆ getErrorDescription()
String Ogre::D3D11Device::getErrorDescription |
( |
const HRESULT |
hr = NO_ERROR | ) |
const |
◆ clearStoredErrorMessages()
void Ogre::D3D11Device::clearStoredErrorMessages |
( |
| ) |
const |
◆ _getErrorsFromQueue()
bool Ogre::D3D11Device::_getErrorsFromQueue |
( |
| ) |
const |
◆ isError()
bool Ogre::D3D11Device::isError |
( |
| ) |
const |
|
inline |
◆ getExceptionsErrorLevel()
◆ setExceptionsErrorLevel() [1/2]
static void Ogre::D3D11Device::setExceptionsErrorLevel |
( |
const eExceptionsErrorLevel |
exceptionsErrorLevel | ) |
|
|
static |
◆ setExceptionsErrorLevel() [2/2]
static void Ogre::D3D11Device::setExceptionsErrorLevel |
( |
const Ogre::String & |
exceptionsErrorLevel | ) |
|
|
static |
◆ parseFeatureLevel()
static D3D_FEATURE_LEVEL Ogre::D3D11Device::parseFeatureLevel |
( |
const Ogre::String & |
value, |
|
|
D3D_FEATURE_LEVEL |
fallback |
|
) |
| |
|
static |
◆ parseDriverType()
static D3D_DRIVER_TYPE Ogre::D3D11Device::parseDriverType |
( |
const Ogre::String & |
value, |
|
|
D3D_DRIVER_TYPE |
fallback = D3D_DRIVER_TYPE_HARDWARE |
|
) |
| |
|
static |
◆ mExceptionsErrorLevel
The documentation for this class was generated from the following file: