]> git.tdb.fi Git - libs/gl.git/commit
Set array and matrix strides for default-block uniforms
authorMikko Rasa <tdb@tdb.fi>
Tue, 28 Sep 2021 09:22:51 +0000 (12:22 +0300)
committerMikko Rasa <tdb@tdb.fi>
Tue, 28 Sep 2021 09:45:34 +0000 (12:45 +0300)
commit1a3eb3759708f41f0d57a271f2953e4de0506858
tree6ef277b9cffa88d4359642d7cc8522e5f87f6c34
parentb7f46931a9878b2fd7ec863d520dc22ac89c0baf
Set array and matrix strides for default-block uniforms

These are based on the client memory layout required by glUniform* calls.
source/core/datatype.h
source/core/program.cpp