13 #include "dx11_headers.h"
virtual void bind_now()
This function will be called by DI-Guy when the material should be made active, or bound...
diguyGraphicsMaterial * diguyDx11GraphicsMaterial_create_func(void *internal_data)
Create function declaration.
A class that represents a shared material.
Definition: diguyGraphicsMaterial.h:41
virtual void unbuild()
This function will be called by DI-Guy when it is time for a renderer-specific material object to be ...
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.h:16
diguyDx11GraphicsMaterial(void *internal_data)