1 #ifndef __diguyOglGraphicsMaterial_H
2 #define __diguyOglGraphicsMaterial_H
15 #include "ogl_headers.h"
diguyGraphicsMaterial * diguyOglGraphicsMaterial_create_func(void *internal_data)
Definition: diguyOglGraphicsMaterial.cpp:190
Definition: diguyOglGraphicsMaterial.h:19
virtual void unbuild()
This function will be called by DI-Guy when it is time for a renderer-specific material object to be ...
Definition: diguyOglGraphicsMaterial.cpp:94
void apply_material()
Definition: diguyOglGraphicsMaterial.cpp:154
A class that represents a shared material.
Definition: diguyGraphicsMaterial.h:34
virtual void bind_now()
This function will be called by DI-Guy when the material should be made active, or bound...
Definition: diguyOglGraphicsMaterial.cpp:120
diguyOglGraphicsMaterial(void *internal_data)
4 Header files and forward declarations
Definition: diguyOglGraphicsMaterial.cpp:40
virtual void build()
This function will be called by DI-Guy when it is time for a renderer-specific material object to be ...
Definition: diguyOglGraphicsMaterial.cpp:71