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

Function NvAPI_GPU_GetMemoryInfoEx

src/nvapi/nvapi.cpp:581–587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

579}
580
581NVAPI_INTERFACE
582NvAPI_GPU_GetMemoryInfoEx(NvPhysicalGpuHandle hPhysicalGpu, NV_GPU_MEMORY_INFO_EX *pMemoryInfo) {
583 if (!hPhysicalGpu || !pMemoryInfo)
584 return NVAPI_INVALID_ARGUMENT;
585
586 return NVAPI_NOT_SUPPORTED;
587}
588
589NVAPI_INTERFACE
590NvAPI_GPU_GetFullName(NvPhysicalGpuHandle hPhysicalGpu, NvAPI_ShortString szName) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected