]> git.tdb.fi Git - libs/gl.git/commit
Defer transfer and barriers until the entire render pass is recorded
authorMikko Rasa <tdb@tdb.fi>
Tue, 14 Dec 2021 12:57:34 +0000 (14:57 +0200)
committerMikko Rasa <tdb@tdb.fi>
Tue, 14 Dec 2021 12:57:34 +0000 (14:57 +0200)
commitedc150206f9762facf37b419705ddb8cf21f4e4c
tree9f9dfcb45b0bad5fb1b1d06c5e8c3a79a01fff79
parentce9cd2d34cbcbd772c9fa753b48b8e6a4d80f1e3
Defer transfer and barriers until the entire render pass is recorded

This ensures that all resources needed by the render pass are prepared
before executing the pass.
source/backends/vulkan/commands_backend.cpp
source/backends/vulkan/commands_backend.h