mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user