ReactOS 0.4.17-dev-934-g091855f
dx8vb.idl File Reference
import "unknwn.idl";
#include "d3d8types.h"
Include dependency graph for dx8vb.idl:

Go to the source code of this file.

Classes

struct  tagD3DXDECLARATOR
 
struct  tagD3DXMATERIAL
 
struct  tagD3DXBONECOMBINATION
 
interface  ID3DX8
 
interface  IDirectX8
 
class  D3DX8
 
class  DirectX8
 

Typedefs

typedef struct tagD3DXDECLARATOR D3DXDECLARATOR
 
typedef struct tagD3DXMATERIAL D3DXMATERIAL
 
typedef struct tagD3DXBONECOMBINATION D3DXBONECOMBINATION
 

Enumerations

enum  D3DXIMAGE_FILEFORMAT {
  D3DXIFF_BMP = 0 , D3DXIFF_JPG = 1 , D3DXIFF_TGA = 2 , D3DXIFF_PNG = 3 ,
  D3DXIFF_DDS = 4 , D3DXIFF_PPM = 5 , D3DXIFF_DIB = 6 , D3DXIFF_FORCE_DWORD = 0x7fffffff
}
 

Typedef Documentation

◆ D3DXBONECOMBINATION

◆ D3DXDECLARATOR

◆ D3DXMATERIAL

Enumeration Type Documentation

◆ D3DXIMAGE_FILEFORMAT

Enumerator
D3DXIFF_BMP 
D3DXIFF_JPG 
D3DXIFF_TGA 
D3DXIFF_PNG 
D3DXIFF_DDS 
D3DXIFF_PPM 
D3DXIFF_DIB 
D3DXIFF_FORCE_DWORD 

Definition at line 61 of file dx8vb.idl.

61 {
62 D3DXIFF_BMP = 0,
63 D3DXIFF_JPG = 1,
64 D3DXIFF_TGA = 2,
65 D3DXIFF_PNG = 3,
66 D3DXIFF_DDS = 4,
67 D3DXIFF_PPM = 5,
68 D3DXIFF_DIB = 6,
69 D3DXIFF_FORCE_DWORD = 0x7fffffff
D3DXIMAGE_FILEFORMAT
Definition: dx8vb.idl:61
@ D3DXIFF_JPG
Definition: dx8vb.idl:63
@ D3DXIFF_DDS
Definition: dx8vb.idl:66
@ D3DXIFF_BMP
Definition: dx8vb.idl:62
@ D3DXIFF_TGA
Definition: dx8vb.idl:64
@ D3DXIFF_DIB
Definition: dx8vb.idl:68
@ D3DXIFF_FORCE_DWORD
Definition: dx8vb.idl:69
@ D3DXIFF_PPM
Definition: dx8vb.idl:67
@ D3DXIFF_PNG
Definition: dx8vb.idl:65