#include <TRenderAdapter_DX8.h>
Definition at line 19 of file TRenderAdapter_DX8.h.
◆ CanRenderWindowed()
TBOOL TD3DAdapter::Mode::Device::CanRenderWindowed |
( |
| ) |
const |
|
overridevirtual |
◆ GetD3DCaps() [1/2]
D3DCAPS8 & TD3DAdapter::Mode::Device::GetD3DCaps |
( |
| ) |
|
|
inline |
◆ GetD3DCaps() [2/2]
const D3DCAPS8 & TD3DAdapter::Mode::Device::GetD3DCaps |
( |
| ) |
const |
|
inline |
◆ GetD3DDeviceFlags()
TUINT32 TD3DAdapter::Mode::Device::GetD3DDeviceFlags |
( |
| ) |
const |
|
inline |
◆ GetDeviceIndex()
TUINT32 TD3DAdapter::Mode::Device::GetDeviceIndex |
( |
| ) |
const |
|
overridevirtual |
◆ GetMode()
◆ GetTypeString()
const TCHAR * TD3DAdapter::Mode::Device::GetTypeString |
( |
| ) |
const |
|
overridevirtual |
◆ IsDepthStencilFormatSupported()
TBOOL TD3DAdapter::Mode::Device::IsDepthStencilFormatSupported |
( |
TUINT32 | a_iIndex | ) |
const |
|
overridevirtual |
◆ IsSoftware()
TBOOL TD3DAdapter::Mode::Device::IsSoftware |
( |
| ) |
const |
|
overridevirtual |
◆ SetD3DCaps()
void TD3DAdapter::Mode::Device::SetD3DCaps |
( |
const D3DCAPS8 & | a_rCaps | ) |
|
|
inline |
◆ SetDeviceIndex()
void TD3DAdapter::Mode::Device::SetDeviceIndex |
( |
TUINT32 | a_uiIndex | ) |
|
|
inline |
◆ SetOwnerMode()
void TD3DAdapter::Mode::Device::SetOwnerMode |
( |
Mode * | a_pMode | ) |
|
|
inline |
◆ SupportsHardwareTransfomations()
TBOOL TD3DAdapter::Mode::Device::SupportsHardwareTransfomations |
( |
| ) |
const |
|
overridevirtual |
◆ SupportsPureDevice()
TBOOL TD3DAdapter::Mode::Device::SupportsPureDevice |
( |
| ) |
const |
|
virtual |
◆ DEPTHSTENCILFORMATS
D3DFORMAT TD3DAdapter::Mode::Device::DEPTHSTENCILFORMATS[] |
|
staticconstexpr |
Initial value:= {
D3DFMT_D16,
D3DFMT_D15S1,
D3DFMT_D24X8,
D3DFMT_D24S8,
D3DFMT_D32
}
Definition at line 35 of file TRenderAdapter_DX8.h.
35 {
36 D3DFMT_D16,
37 D3DFMT_D15S1,
38 D3DFMT_D24X8,
39 D3DFMT_D24S8,
40 D3DFMT_D32
41 };
◆ DEVICETYPES
Initial value:= {
D3DDEVTYPE_HAL,
D3DDEVTYPE_REF
}
Definition at line 25 of file TRenderAdapter_DX8.h.
25 {
26 D3DDEVTYPE_HAL,
27 D3DDEVTYPE_REF
28 };
◆ DEVICETYPESSTRINGS
◆ Mode
friend TD3DAdapter::Mode::Device::Mode |
◆ NUMDEPTHSTENCILFORMATS
◆ TD3DAdapter
friend TD3DAdapter::Mode::Device::TD3DAdapter |
The documentation for this class was generated from the following files: