NVAPI Reference Documentation
|
|
Release 560
|
#include <nvapi_lite_common.h>
Data Fields | |
NvU32 | version |
NvU32 | dedicatedVideoMemory |
NvU32 | availableDedicatedVideoMemory |
NvU32 | systemVideoMemory |
NvU32 | sharedSystemMemory |
Used in NvAPI_GPU_GetMemoryInfo().
NvU32 NV_DISPLAY_DRIVER_MEMORY_INFO_V1::availableDedicatedVideoMemory |
Size(in kb) of the available physical framebuffer for allocating video memory surfaces.
NvU32 NV_DISPLAY_DRIVER_MEMORY_INFO_V1::dedicatedVideoMemory |
Size(in kb) of the physical framebuffer.
NvU32 NV_DISPLAY_DRIVER_MEMORY_INFO_V1::sharedSystemMemory |
Size(in kb) of shared system memory that driver is allowed to commit for surfaces across all allocations.
NvU32 NV_DISPLAY_DRIVER_MEMORY_INFO_V1::systemVideoMemory |
Size(in kb) of system memory the driver allocates at load time.
NvU32 NV_DISPLAY_DRIVER_MEMORY_INFO_V1::version |
Version info.