Minor fixes

This commit is contained in:
SirLynix
2022-08-23 18:17:10 +02:00
committed by Jérôme Leclercq
parent 8d39441bd1
commit 133caac5b5
5 changed files with 9 additions and 8 deletions

View File

@@ -71,7 +71,7 @@ namespace Nz
struct DrawCall
{
std::shared_ptr<RenderBuffer> vertexBuffer;
std::uint64_t vertexCount;
std::size_t vertexCount;
};
struct PendingUpload