fix transfer buffer offset not incrementing

submit_rewrite
cosmonaut 2022-01-17 18:32:45 -08:00
parent 34e4b4f576
commit 49d7b1fabc
1 changed files with 2 additions and 0 deletions

View File

@ -6822,6 +6822,8 @@ static void VULKAN_SetBufferData(
1,
&bufferCopy
);
transferBuffer->offset += dataLength;
}
/* FIXME: this should return uint64_t */