Closed
Description
As a follow-up to #88, we should start aligning this API closer to upstream.
Switching to a texture from a view is one such step.
typedef WGPUTextureView (*WGPUProcSwapChainGetCurrentTextureView)(WGPUSwapChain swapChain);
Should be:
typedef WGPUTexture (*WGPUProcSwapChainGetCurrentTexture)(WGPUSwapChain swapChain);