5 #include "dx11_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 ...
Definition: diguyDx11GraphicsMaterial.cpp:69
diguyGraphicsMaterial * diguyDx11GraphicsMaterial_create_func(void *internal_data)
Create function declaration.
Definition: diguyDx11GraphicsMaterial.cpp:186
virtual void bind_now()
This function will be called by DI-Guy when the material should be made active, or bound...
Definition: diguyDx11GraphicsMaterial.cpp:140
A class that represents a shared material.
Definition: diguyGraphicsMaterial.h:42
virtual void unbuild()
This function will be called by DI-Guy when it is time for a renderer-specific material object to be ...
Definition: diguyDx11GraphicsMaterial.cpp:114
Definition: diguyDx11GraphicsMaterial.h:11
diguyDx11GraphicsMaterial(void *internal_data)
4 Header files and forward declarations
Definition: diguyDx11GraphicsMaterial.cpp:40