]> git.tdb.fi Git - libs/gl.git/commit
Generate a hash describing the layout of uniforms in a Program
authorMikko Rasa <tdb@tdb.fi>
Wed, 15 Aug 2012 19:32:28 +0000 (22:32 +0300)
committerMikko Rasa <tdb@tdb.fi>
Wed, 15 Aug 2012 19:32:28 +0000 (22:32 +0300)
commitcc5e2fb2a0fbb48a9780c9a7c363d1712e459740
treec1f2dbd4bc664bf471ce82a3d662206c40075bf9
parent7b671e6899949d095698425a9b33387e7eb13894
Generate a hash describing the layout of uniforms in a Program

This allows easy recognition of whether two Programs have compatible
uniform layouts and could use shared data.
source/program.cpp
source/program.h