16 #ifndef diguyDx9GraphicsShaderInstance_h__
17 #define diguyDx9GraphicsShaderInstance_h__
A class that represents the unique per-character shader object.
Definition: diguyGraphicsShaderInstance.h:54
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: diguyDx9GraphicsShaderProgram.h:27
diguyGraphicsShaderInstance * diguyDx9GraphicsShaderInstance_create_func(void *internal_data)
Create function declaration.
diguyDx9GraphicsShaderProgram * m_shader_program
Definition: diguyDx9GraphicsShaderInstance.h:34
virtual int unbind()
This function will be called by DI-Guy when the object this shader is attached to is done being rende...
Definition: diguyDx9GraphicsShaderInstance.h:24
diguyDx9GraphicsShaderInstance(void *internal_data)