replace `long long` with `int64_t`
This commit is contained in:
James Fulop
2021-06-23 07:13:37 -07:00
committed by GitHub
parent 40f1d6b0e4
commit 684234c089

View File

@@ -776,7 +776,7 @@ namespace bgfx { namespace d3d11
for (int32_t ii = 0; ii < numGPUs; ++ii)
{
long long memSize;
int64_t memSize;
result = agsGetGPUMemorySize(m_ags, ii, &memSize);
if (AGS_SUCCESS == result)
{