MCPcopy Create free account
hub / github.com/NVIDIA-RTX/RTXNTC / GetBytesAllocated

Method GetBytesAllocated

tools/cli/NtcCommandLine.cpp:1815–1818  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1813 printf("Device %d: %s (compute capability %d.%d, %zu MB VRAM)\n", device, prop.name,
1814 prop.major, prop.minor, prop.totalGlobalMem / (1024 * 1024));
1815 }
1816
1817 return true;
1818}
1819
1820void OverrideBcFormats(ntc::ITextureSetMetadata* textureSetMetadata)
1821{

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected