forked from MoonsideGames/Refresh
fix transfer buffer offset not incrementing
parent
34e4b4f576
commit
49d7b1fabc
|
@ -6822,6 +6822,8 @@ static void VULKAN_SetBufferData(
|
||||||
1,
|
1,
|
||||||
&bufferCopy
|
&bufferCopy
|
||||||
);
|
);
|
||||||
|
|
||||||
|
transferBuffer->offset += dataLength;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* FIXME: this should return uint64_t */
|
/* FIXME: this should return uint64_t */
|
||||||
|
|
Loading…
Reference in New Issue