Classes | Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Private Member Functions | Private Attributes | List of all members
Ogre::D3D11Device Class Reference

#include <OgreD3D11Device.h>

Classes

struct  ThreadInfo
 

Public Types

enum  eExceptionsErrorLevel {
  D3D_NO_EXCEPTION, D3D_CORRUPTION, D3D_ERROR, D3D_WARNING,
  D3D_INFO
}
 

Public Member Functions

 D3D11Device (ID3D11DeviceN *device)
 
 ~D3D11Device ()
 
const bool _getErrorsFromQueue () const
 
const void clearStoredErrorMessages () const
 
ID3D11DeviceNget ()
 
ID3D11ClassLinkage * GetClassLinkage ()
 
const String getErrorDescription (const HRESULT hr=NO_ERROR) const
 
ID3D11DeviceContextNGetImmediateContext ()
 
const bool isError () const
 
const bool isNull ()
 
ID3D11DeviceNoperator-> () const
 
ID3D11DeviceNoperator= (ID3D11DeviceN *device)
 
void release ()
 

Static Public Member Functions

static const eExceptionsErrorLevel getExceptionsErrorLevel ()
 
static void setExceptionsErrorLevel (const eExceptionsErrorLevel exceptionsErrorLevel)
 

Static Public Attributes

static eExceptionsErrorLevel mExceptionsErrorLevel
 

Private Member Functions

 D3D11Device ()
 

Private Attributes

ID3D11ClassLinkage * mClassLinkage
 
ID3D11DeviceNmD3D11Device
 
ID3D11DeviceContextNmImmediateContext
 
ID3D11InfoQueue * mInfoQueue
 

Detailed Description

Definition at line 36 of file OgreD3D11Device.h.

Member Enumeration Documentation

◆ eExceptionsErrorLevel

Enumerator
D3D_NO_EXCEPTION 
D3D_CORRUPTION 
D3D_ERROR 
D3D_WARNING 
D3D_INFO 

Definition at line 114 of file OgreD3D11Device.h.

Constructor & Destructor Documentation

◆ D3D11Device() [1/2]

Ogre::D3D11Device::D3D11Device ( )
private

◆ D3D11Device() [2/2]

Ogre::D3D11Device::D3D11Device ( ID3D11DeviceN device)

◆ ~D3D11Device()

Ogre::D3D11Device::~D3D11Device ( )

Member Function Documentation

◆ _getErrorsFromQueue()

const bool Ogre::D3D11Device::_getErrorsFromQueue ( ) const

Referenced by isError().

◆ clearStoredErrorMessages()

const void Ogre::D3D11Device::clearStoredErrorMessages ( ) const

Referenced by operator->().

◆ get()

ID3D11DeviceN* Ogre::D3D11Device::get ( )

◆ GetClassLinkage()

ID3D11ClassLinkage* Ogre::D3D11Device::GetClassLinkage ( )

Definition at line 79 of file OgreD3D11Device.h.

References mClassLinkage.

◆ getErrorDescription()

const String Ogre::D3D11Device::getErrorDescription ( const HRESULT  hr = NO_ERROR) const

◆ getExceptionsErrorLevel()

static const eExceptionsErrorLevel Ogre::D3D11Device::getExceptionsErrorLevel ( )
static

◆ GetImmediateContext()

ID3D11DeviceContextN* Ogre::D3D11Device::GetImmediateContext ( )

Definition at line 74 of file OgreD3D11Device.h.

References mImmediateContext.

◆ isError()

const bool Ogre::D3D11Device::isError ( ) const

◆ isNull()

const bool Ogre::D3D11Device::isNull ( )

◆ operator->()

ID3D11DeviceN* Ogre::D3D11Device::operator-> ( ) const

◆ operator=()

ID3D11DeviceN* Ogre::D3D11Device::operator= ( ID3D11DeviceN device)

◆ release()

void Ogre::D3D11Device::release ( )

◆ setExceptionsErrorLevel()

static void Ogre::D3D11Device::setExceptionsErrorLevel ( const eExceptionsErrorLevel  exceptionsErrorLevel)
static

Member Data Documentation

◆ mClassLinkage

ID3D11ClassLinkage* Ogre::D3D11Device::mClassLinkage
private

Definition at line 44 of file OgreD3D11Device.h.

Referenced by GetClassLinkage().

◆ mD3D11Device

ID3D11DeviceN* Ogre::D3D11Device::mD3D11Device
private

Definition at line 39 of file OgreD3D11Device.h.

Referenced by operator->().

◆ mExceptionsErrorLevel

eExceptionsErrorLevel Ogre::D3D11Device::mExceptionsErrorLevel
static

Definition at line 123 of file OgreD3D11Device.h.

Referenced by isError(), and operator->().

◆ mImmediateContext

ID3D11DeviceContextN* Ogre::D3D11Device::mImmediateContext
private

Definition at line 40 of file OgreD3D11Device.h.

Referenced by GetImmediateContext().

◆ mInfoQueue

ID3D11InfoQueue* Ogre::D3D11Device::mInfoQueue
private

Definition at line 41 of file OgreD3D11Device.h.


The documentation for this class was generated from the following file:

Copyright © 2012 Torus Knot Software Ltd
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Tue Apr 13 2021 08:53:15