mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-22 21:55:52 +00:00
compile error fix
This commit is contained in:
@@ -1708,7 +1708,7 @@ void D3D11Replay::SetProxyBufferData(ResourceId bufid, byte *data, size_t dataSi
|
||||
return;
|
||||
}
|
||||
|
||||
ctx->UpdateSubresource(buf->GetReal(), 0, NULL, data, dataSize, dataSize);
|
||||
ctx->UpdateSubresource(buf->GetReal(), 0, NULL, data, (UINT)dataSize, (UINT)dataSize);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user