KleberPF
KleberPF
Implements tab duplication by creating a descriptor of the tab and applying that descriptor to a new `SplitContainer`. The rightmost tab here has a filter to only show messages sent...
I switched from an NVDIA to an AMD GPU and now the fragment shader used in the GLFW GL4 wrapper doesn't compile, when it used to previously. For reference, this...
This happens on the latest commit (b35641f4a3c62aa86a0b3c983d163bc0fe36026d). Code to reproduce the issue: ``` #include #include #define FULLSCREEN 0 void resizeCallback(GLFWwindow* window, int width, int height); int main(void) { if (!glfwInit())...