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

Function NvAPI_GPU_GetGpuCoreCount

src/nvapi/nvapi.cpp:549–555  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

547}
548
549NVAPI_INTERFACE
550NvAPI_GPU_GetGpuCoreCount(NvPhysicalGpuHandle hPhysicalGpu, NvU32 *pCount) {
551 if (!hPhysicalGpu || !pCount)
552 return NVAPI_INVALID_ARGUMENT;
553
554 return NVAPI_NOT_SUPPORTED;
555}
556
557NVAPI_INTERFACE
558NvAPI_GPU_GetBusId(NvPhysicalGpuHandle hPhysicalGpu, NvU32 *pBusId) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected