mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
186ca30045
* On APIs like vulkan the view casting happens from an already typed format, so don't assume that casts are only applied when the underlying format is typeless. When a cast is not valid the view format should never be different from the underlying image format as the API should never make it possible to validly create or bind a view with a different format.