unbind needs GSG parameter

This commit is contained in:
aignacio_sf 2006-01-12 02:07:22 +00:00
parent f5bf5b5631
commit aebc5ba5bd
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ public:
INLINE bool valid(void);
void bind(GSG *gsg);
void unbind();
void unbind(GSG *gsg);
void issue_parameters(GSG *gsg);
void issue_transform(GSG *gsg);
void disable_shader_vertex_arrays(GSG *gsg);