gfx
gfx copied to clipboard
Unable to reset D3D12 texture state with Layout::Undefined
Found this while running gfx-ocean. In Vulkan, we can totally forget all the current state of an image, and just clear it anew. In D3D12, there has to be a proper transition nevertheless.