mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-15 19:38:45 +03:00
The DMA engine is used to perform DMA buffer/texture copies directly on the GPU. It can deswizzle arbritary regions of input textures, perform component remapping and swizzle into output textures. This impl only supports 1D buffer copies, 2D ones will come later.