shards
shards copied to clipboard
Only add WGPUTextureUsage_CopySrc when required
Currently WGPUTextureUsage_CopySrc is always set for render targets. It should not be set but added whenever usage of CopySrc is required and then recreate the texture.