MCPcopy Create free account
hub / github.com/3Shain/dxmt / NvAPI_GPU_GetMemoryInfo

Function NvAPI_GPU_GetMemoryInfo

src/nvapi/nvapi.cpp:573–579  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

571}
572
573NVAPI_INTERFACE
574NvAPI_GPU_GetMemoryInfo(NvPhysicalGpuHandle hPhysicalGpu, NV_DISPLAY_DRIVER_MEMORY_INFO *pMemoryInfo) {
575 if (!hPhysicalGpu || !pMemoryInfo)
576 return NVAPI_INVALID_ARGUMENT;
577
578 return NVAPI_NOT_SUPPORTED;
579}
580
581NVAPI_INTERFACE
582NvAPI_GPU_GetMemoryInfoEx(NvPhysicalGpuHandle hPhysicalGpu, NV_GPU_MEMORY_INFO_EX *pMemoryInfo) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected