16 #ifndef diguyDx9GraphicsMaterial_h__
17 #define diguyDx9GraphicsMaterial_h__
20 #include "dx9_headers.h"
virtual void build()
This function will be called by DI-Guy when it is time for a renderer-specific material object to be ...
diguyGraphicsMaterial * diguyDx9GraphicsMaterial_create_func(void *internal_data)
Create function declaration.
A class that represents a shared material.
Definition: diguyGraphicsMaterial.h:41
virtual void bind_now()
This function will be called by DI-Guy when the material should be made active, or bound...
virtual void unbuild()
This function will be called by DI-Guy when it is time for a renderer-specific material object to be ...
D3DMATERIAL9 m_material
Definition: diguyDx9GraphicsMaterial.h:38
Definition: diguyDx9GraphicsMaterial.h:23
diguyDx9GraphicsMaterial(void *internal_data)