A class that represents the unique per-character shader object.
Definition: diguyGraphicsShaderInstance.h:54
virtual int unbind()
This function will be called by DI-Guy when the object this shader is attached to is done being rende...
diguyDx11GraphicsShaderInstance(void *internal_data)
diguyGraphicsShaderInstance * diguyDx11GraphicsShaderInstance_create_func(void *internal_data)
Create function declaration.
virtual int bind()
This function will be called by DI-Guy when it is time for the object that this shader instance is at...
Definition: diguyDx11GraphicsShaderProgram.h:16
Definition: diguyDx11GraphicsShaderInstance.h:23
diguyDx11GraphicsShaderProgram * m_shader_program
Definition: diguyDx11GraphicsShaderInstance.h:33