Created
September 16, 2014 15:32
-
-
Save det/18d6535916582db18b95 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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