Creating one shader per image view type may help in case we get an already compatible image view from the D3D11 application.
The D3D11 ClearUnorderedAccessView* and ClearView functions will have to be emulated using compute shaders rather than clear operations, since Vulkan clear operations do not take image views and their format into account.