Go to the source code of this file.
◆ HIGHEST_SUPPORTED_D3DFORMAT
| #define HIGHEST_SUPPORTED_D3DFORMAT D3DFMT_X8L8V8U8 |
◆ HIGHEST_SUPPORTED_D3DZFORMAT
| #define HIGHEST_SUPPORTED_D3DZFORMAT D3DFMT_D24X4S4 |
◆ D3DFormat_To_WW3DFormat()
| WW3DFormat D3DFormat_To_WW3DFormat |
( |
D3DFORMAT | d3d_format | ) |
|
◆ D3DFormat_To_WW3DZFormat()
| WW3DZFormat D3DFormat_To_WW3DZFormat |
( |
D3DFORMAT | d3d_format | ) |
|
D3D to Depth Stencil W3D format conversion.
KJM
Definition at line 189 of file formconv.cpp.
◆ Init_D3D_To_WW3_Conversion()
| void Init_D3D_To_WW3_Conversion |
( |
| ) |
|
Init format conversion tables.
06/27/02 KM Z Format support *
Definition at line 206 of file formconv.cpp.
◆ WW3DFormat_To_D3DFormat()
| D3DFORMAT WW3DFormat_To_D3DFormat |
( |
WW3DFormat | ww3d_format | ) |
|
◆ WW3DZFormat_To_D3DFormat()
| D3DFORMAT WW3DZFormat_To_D3DFormat |
( |
WW3DZFormat | ww3d_zformat | ) |
|
Depth Stencil W3D to D3D format conversion.
KJM
Definition at line 173 of file formconv.cpp.
◆ D3DFormatToWW3DFormatConversionArray
◆ D3DFormatToWW3DZFormatConversionArray
◆ WW3DFormatToD3DFormatConversionArray
Initial value:= {
D3DFMT_UNKNOWN,
D3DFMT_R8G8B8,
D3DFMT_A8R8G8B8,
D3DFMT_X8R8G8B8,
D3DFMT_R5G6B5,
D3DFMT_X1R5G5B5,
D3DFMT_A1R5G5B5,
D3DFMT_A4R4G4B4,
D3DFMT_R3G3B2,
D3DFMT_A8,
D3DFMT_A8R3G3B2,
D3DFMT_X4R4G4B4,
D3DFMT_A8P8,
D3DFMT_P8,
D3DFMT_L8,
D3DFMT_A8L8,
D3DFMT_A4L4,
D3DFMT_V8U8,
D3DFMT_L6V5U5,
D3DFMT_X8L8V8U8,
D3DFMT_DXT1,
D3DFMT_DXT2,
D3DFMT_DXT3,
D3DFMT_DXT4,
D3DFMT_DXT5
}
Definition at line 41 of file formconv.cpp.
◆ WW3DZFormatToD3DFormatConversionArray
Initial value:=
{
D3DFMT_UNKNOWN,
D3DFMT_D16_LOCKABLE,
D3DFMT_D32,
D3DFMT_D15S1,
D3DFMT_D24S8,
D3DFMT_D16,
D3DFMT_D24X8,
D3DFMT_D24X4S4,
}
Definition at line 70 of file formconv.cpp.