I would like to know the name of the graphic card model in OpenGL or in Win32 cuz. I have a memory leak error on a certain kind of graphics card (Intel HD only, not all Intel).
This is a mistake: https://software.intel.com/en-us/forums/developing-games-and-graphics-on-intel/topic/280679
The provider name in OpenGL is not enough. Does anyone know a way to get a name for a graphics card other than using Direct3D? Or do you think that I can use D3D and OpenGL together? Get a video card model?
OpenGL Api.
https://www.khronos.org/opengl/wiki/Get_Context_Info
const GLubyte* vendor = glGetString(GL_VENDOR); // Returns the vendor const GLubyte* renderer = glGetString(GL_RENDERER); // Returns a hint to the model
: "GeForce GT 750M/PCIe/SSE2"
, Intel Amd. , .
Source: https://habr.com/ru/post/1669807/More articles:DateTimeFormatter does not work with LLLL template in en locale - javaAmbiguousActionException in the same controller - c #Redis для вызовов API - apiMVC 6 - Районы Маршрутизация не перенаправляется на настроенную страницу - asp.net-core* Non-interactive * Using SQLite3 from bash script - bashangular 2 route parameters to the data - angularaccess violation _mm_store_si128 SSE Intrinsics - c ++Raw primeng column not working with headerColumnGroup - angularClamping angle for arbitrary range - c ++String pool in java 8 - javaAll Articles