vk2gpu / Engine

Game Engine
Other
126 stars 14 forks source link

Expose resource barriers. #13

Open vk2gpu opened 7 years ago

vk2gpu commented 7 years ago

At the moment it's automatic for transitions (not UAVs), but rather than rely on this to do the right thing it should probably be exposed. The render graph can work out where to insert barriers.