Cannot copy from depth texture to depth texture array even if entire texture is copied #5699
Labels
area: validation
Issues related to validation, diagnostics, and error handling
type: bug
Something isn't working
Description
When I'm calling
encoder.copy_texture_to_texture
from a depth texture to a texture2darray of depth texture I get validation error:even though the entire depth texture is being copied.
I happen to have differing sample_counts when I discovered this, but further testing keeps giving me the same error even if the textures have the same sample_count.
Expected vs observed behavior
I would like to copy a depth texture with sample_count > 1 into the texture2d array of depth textures with sample_count = 1
I don't know whether this is an issue in the reported error, the validator or whether this is not permitted by the spec.
Platform
The text was updated successfully, but these errors were encountered: