From ded5dac60ae1424652b187b1114310384a85d301 Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Tue, 5 Mar 2024 22:48:04 -0800 Subject: [PATCH] 3d copy TODO --- src/Refresh_Driver_D3D11.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Refresh_Driver_D3D11.c b/src/Refresh_Driver_D3D11.c index ac7669d..27fce95 100644 --- a/src/Refresh_Driver_D3D11.c +++ b/src/Refresh_Driver_D3D11.c @@ -2151,6 +2151,7 @@ static void D3D11_DownloadFromTexture( uint8_t* dataPtr = (uint8_t*) d3d11TransferBuffer->data + copyParams->bufferOffset; + /* TODO: figure out 3D copy */ for (uint32_t row = textureRegion->y; row < textureRegion->h; row += 1) { SDL_memcpy(