From: Mikko Rasa Date: Wed, 12 Jan 2011 19:11:50 +0000 (+0000) Subject: Bind ProgramData to a Program upon construction X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=5172d32d67595ea0b70184fadcfcb8e023cccbc8;hp=5172d32d67595ea0b70184fadcfcb8e023cccbc8;p=libs%2Fgl.git Bind ProgramData to a Program upon construction Add uniform overloads to ProgramData for Vector3, Vector4 and Color Also add overloads that take a uniform name instead of index Implement the uniform_matrix4 method that has been in the header for ages ---