Skip to content

Instantly share code, notes, and snippets.

@det
Created September 16, 2014 15:32
Show Gist options
  • Save det/18d6535916582db18b95 to your computer and use it in GitHub Desktop.
Save det/18d6535916582db18b95 to your computer and use it in GitHub Desktop.
class foo_program_t
{
private:
GLint program_;
GLint matrix_loc_;
GLint color_loc_;
public:
void set_matrix(...);
void set_color(...);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment