Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
例如,在我的机器上,我使用 rtx 2060 和 6144mb 的 vram 运行。当查询显卡上的 DXGI_ADAPTER_DESC 时,它在 DedicatedVideoMemory 上读取了3221225472的值。
3221225472 / 1024 / 1024 = 3072mb,或者正好是我预期的一半。
这是为什么?