]> git.tdb.fi Git - libs/gl.git/commitdiff
Always apply push constants
authorMikko Rasa <tdb@tdb.fi>
Sun, 21 Nov 2021 23:23:13 +0000 (01:23 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sun, 21 Nov 2021 23:44:36 +0000 (01:44 +0200)
The changed flag is no longer valid at this point.  This could in theory
result in unnecessary CmdPushConstants calls, but in practice they change
for every draw call (if they're used in the first place).


No differences found