Vulkan: Cleanup image barrier code #988
Loading…
Reference in a new issue
No description provided.
Delete branch "imagebarriercleanup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Modify ClearColorImage to use the barrier_image template function. Also had to make a second barrier_image function that accepts VkImage which is now used by the barrier_image variant that accepts LatteTextureVk in order to avoid code duplication