I want to integrate JUCE with GitHub - floooh/sokol: minimal cross-platform standalone C headers which is a populor 3d library, I got it working and the code is at : https://github.com/iomeone/jucesokoltest/blob/step1_triangle
I just want to know why the code at https://github.com/iomeone/jucesokoltest/blob/eb5251eeb8e2f8b2017af5ba58703ff6ca660da2/Source/MainComponent.cpp#L23
this->openGLContext.setComponentPaintingEnabled(false);
then the triangle would show, If I don’t add this line of code , the triangle would not show!
platform: windows 10 (19042.844)
compiler: visual studio 2022
