Starshatter_Open
Open source Starshatter engine
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
D3DXImage Struct Reference

#include <D3DXImage.h>

List of all members.

Public Member Functions

 D3DXImage ()
 D3DXImage (WORD w, WORD h, DWORD *img)
 ~D3DXImage ()
bool Load (char *filename)
bool Save (char *filename)
bool LoadBuffer (BYTE *buf, int len)

Static Public Member Functions

static const char * TYPENAME ()

Public Attributes

DWORD * image
DWORD width
DWORD height
DWORD format

Detailed Description

Definition at line 22 of file D3DXImage.h.


Constructor & Destructor Documentation

D3DXImage::D3DXImage ( )

Definition at line 22 of file D3DXImage.cpp.

D3DXImage::D3DXImage ( WORD  w,
WORD  h,
DWORD *  img 
)

Definition at line 26 of file D3DXImage.cpp.

D3DXImage::~D3DXImage ( )

Definition at line 43 of file D3DXImage.cpp.


Member Function Documentation

bool D3DXImage::Load ( char *  filename)

Definition at line 50 of file D3DXImage.cpp.

bool D3DXImage::LoadBuffer ( BYTE *  buf,
int  len 
)

Definition at line 80 of file D3DXImage.cpp.

bool D3DXImage::Save ( char *  filename)

Definition at line 157 of file D3DXImage.cpp.

static const char* D3DXImage::TYPENAME ( )
inlinestatic

Definition at line 24 of file D3DXImage.h.


Member Data Documentation

DWORD D3DXImage::format

Definition at line 38 of file D3DXImage.h.

DWORD D3DXImage::height

Definition at line 37 of file D3DXImage.h.

DWORD* D3DXImage::image

Definition at line 35 of file D3DXImage.h.

DWORD D3DXImage::width

Definition at line 36 of file D3DXImage.h.


The documentation for this struct was generated from the following files: