I use 'Windows 11 home basic', version '21H2', 64-bit operating system.
the Core Graphic Card is Intel UHD Graphics and the Discrete graphic card is NVIDIA GeForce RTX 3070.
the DEMO runs on the Core Graphic Card display mode.
I checked, the Core Graphic Card does not support these APIs, and our ImGui project may have not used these?
Hello When i run the DEMO on my notebook.the following error is thrown in all of them:
I use 'Windows 11 home basic', version '21H2', 64-bit operating system. the Core Graphic Card is Intel UHD Graphics and the Discrete graphic card is NVIDIA GeForce RTX 3070. the DEMO runs on the Core Graphic Card display mode.
I checked, the Core Graphic Card does not support these APIs, and our ImGui project may have not used these?
so here's my temporary solution is comment all of them.
As well as, on the Core Graphic Card display mode, it can not even create images.
I checked,the Core Graphic Card does not support GL.GL_CLAMP at LoadImage() Function.
let
(int)GL.GL_CLAMP
change toGL.GL_CLAMP_TO_EDGE
. it's fine.BUT When I switch display mode to Discrete Graphic Card, the code have not change. the DEMO program would be good.
Do you plan to make it compatible? THANKS!