Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
formconv.h File Reference
#include "ww3dformat.h"
#include <d3d8.h>

Go to the source code of this file.

Macros

#define FORMCONV_H
 

Functions

D3DFORMAT WW3DFormat_To_D3DFormat (WW3DFormat ww3d_format)
 
WW3DFormat D3DFormat_To_WW3DFormat (D3DFORMAT d3d_format)
 
D3DFORMAT WW3DZFormat_To_D3DFormat (WW3DZFormat ww3d_zformat)
 Depth Stencil W3D to D3D format conversion.
 
WW3DZFormat D3DFormat_To_WW3DZFormat (D3DFORMAT d3d_format)
 D3D to Depth Stencil W3D format conversion.
 
void Init_D3D_To_WW3_Conversion ()
 Init format conversion tables.
 

Macro Definition Documentation

◆ FORMCONV_H

#define FORMCONV_H

Definition at line 45 of file formconv.h.

Function Documentation

◆ D3DFormat_To_WW3DFormat()

WW3DFormat D3DFormat_To_WW3DFormat ( D3DFORMAT d3d_format)

Definition at line 150 of file formconv.cpp.

◆ 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)

Definition at line 142 of file formconv.cpp.

◆ 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.