diguyGraphicsMaterial * diguyOglGraphicsMaterial_create_func(void *internal_data)
Definition: diguyOglGraphicsMaterial.cpp:158
Definition: diguyOglGraphicsMaterial.h:24
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:83
A class that represents a shared material.
Definition: diguyGraphicsMaterial.h:42
virtual void bind_now()
This function will be called by DI-Guy when the material should be made active, or bound...
Definition: diguyOglGraphicsMaterial.cpp:109
diguyOglGraphicsMaterial(void *internal_data)
4 Header files and forward declarations
Definition: diguyOglGraphicsMaterial.cpp:29
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:60