Today in questions that give away that I'm trying to do cursed things: why does vulkan not allow block-compressed formats with the same block size (extents and byte-size) to be compatible, for the purposes of aliasing?
Specifically I would like to alias BC3 and BC6H, which is definitely a perfectly reasonable and normal thing to want to do. It works (on my machine), but the validation layer does not like it since it's explicitely not legal 😩
