commit | 89ca84a532b369c0e1fd8473f4e5b18583bab012 | [log] [tgz] |
---|---|---|
author | Chris Forbes <chrisforbes@google.com> | Fri May 13 16:23:58 2016 +1200 |
committer | Chris Forbes <chrisforbes@google.com> | Mon May 16 09:54:39 2016 +1200 |
tree | ea0a0d919fa9a7f590c065f7b8028ab973ee32db | |
parent | 399c73467034a70e1bdebaa733946110aeb0e625 [diff] |
layers: Move `fb` from RENDER_PASS_NODE to GLOBAL_CB_NODE This is part of a renderpass instance, not of the renderpass itself. If stored where MT put it, things go horribly wrong when recording command buffers in parallel. Signed-off-by: Chris Forbes <chrisforbes@google.com>