Starshatter_Open
Open source Starshatter engine
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
VideoDX9VertexBuffer.cpp File Reference
#include "MemDebug.h"
#include "VideoDX9VertexBuffer.h"
#include "Color.h"

Go to the source code of this file.

Macros

#define RELEASE(x)   if (x) { x->Release(); x=NULL; }

Functions

void VideoDX9Error (const char *msg, HRESULT dderr)

Variables

int VD3D_describe_things

Macro Definition Documentation

#define RELEASE (   x)    if (x) { x->Release(); x=NULL; }

Definition at line 25 of file VideoDX9VertexBuffer.cpp.


Function Documentation

void VideoDX9Error ( const char *  msg,
HRESULT  dderr 
)

Definition at line 3525 of file VideoDX9.cpp.


Variable Documentation

int VD3D_describe_things

Definition at line 25 of file VideoDX9Enum.cpp.