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