BearishSun e11498a072 Vulkan: Don't execute layout transitions on a separate CB, as those transitions will be inconsistent with ones executed during render pass start. Instead ignore such layout transitions. %!s(int64=9) %!d(string=hai) anos
..
Include 58027f255c Vulkan: Delay binding GPU parameters to ensure we get the latest version of the resources (e.g. resource writes can internally create new images/buffers, which would then incorrectly not be bound to the descriptor set, if that write was executed after a GPU param bind) %!s(int64=9) %!d(string=hai) anos
Source e11498a072 Vulkan: Don't execute layout transitions on a separate CB, as those transitions will be inconsistent with ones executed during render pass start. Instead ignore such layout transitions. %!s(int64=9) %!d(string=hai) anos
CMakeLists.txt b82e9e33bb Improving build find module functions %!s(int64=9) %!d(string=hai) anos
CMakeSources.cmake c8b4aaf0fb Separated constant GpuParams data into a GpuPipelineParamInfo object. Aside from being cleaner, it also gives Vulkan descriptor layouts a place to reside. %!s(int64=9) %!d(string=hai) anos