Searched refs:dstTextureView (Results 1 – 1 of 1) sorted by relevance
591 wgpu::ImageCopyTexture srcTextureView, dstTextureView; in onCopySurface() local594 dstTextureView.texture = dstTexture; in onCopySurface()595 dstTextureView.origin = {(uint32_t) dstPoint.x(), (uint32_t) dstPoint.y(), 0}; in onCopySurface()598 this->getCopyEncoder().CopyTextureToTexture(&srcTextureView, &dstTextureView, ©Size); in onCopySurface()