Reads a texture to an array of TexelViews, one per mip level.
format is the format of the TexelView you want. Often this is
same as the texture.format but if the texture.format is not
"Encodable" then you need to choose a different format.
Example: depth24plus -> r32float, bc1-rgba-unorm to rgba32float
Reads a texture to an array of TexelViews, one per mip level. format is the format of the TexelView you want. Often this is same as the texture.format but if the texture.format is not "Encodable" then you need to choose a different format. Example: depth24plus -> r32float, bc1-rgba-unorm to rgba32float