NVAPI is NVIDIA's core software development kit that allows direct access to NVIDIA GPUs and drivers on all windows platforms. NVAPI provides support for categories of operations that range beyond the scope of those found in familiar graphics APIs such as DirectX and OpenGL.
Questions tagged [nvapi]
47 questions
0
votes
0 answers
how i can convert std::string to NvU16[]?
i cant correct convert from std::string to NvU16[]
where:
typedef NvU16 NvAPI_UnicodeString[NVAPI_UNICODE_STRING_MAX];
also:
typedef const NvU16 *NvAPI_LPCWSTR;

toodef
- 125
- 1
- 11
0
votes
2 answers
How to use the NvAPI_DISP_SetDisplayConfig function in C++?
I successfully managed to get the display configuration using the NvAPI_DISP_GetDisplayConfig function three times in a row (as explained in another thread), and would now like to change the scaling option of one of my displays.
However even if I…

user2470957
- 1
- 2