Skip to content

vkd3d: Submit resource initial transitions when Vulkan command buffers are submitted to a queue.

Conor McCarthy requested to merge cmccarthy/vkd3d:initial_state into master

This resolves the issue which !294 addresses, without the complexity and performance cost. Unlike !294 it doesn't fix Vulkan image layout mismatches, but I have an alternative fix for those too.

Merge request reports

Loading