]> git.tdb.fi Git - libs/gl.git/commit
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)
commit37076ae3c42e963d8ee90e54f06da1227d85129f
tree63b6e1715c72c8ec2f28661aa685783bf66b2453
parent58c5647c775e38dd08a64ad435dfe0673a62fcd1
Always apply push constants

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).
source/backends/vulkan/pipelinestate_backend.cpp