thedmd / imgui-node-editor

Node Editor built using Dear ImGui
MIT License
3.64k stars 537 forks source link

Building errors message on MacOS #264

Closed fatly closed 9 months ago

fatly commented 11 months ago

ROR: ImGui_ImplOpenGL3_CreateDeviceObjects: failed to compile fragment shader! ERROR: 0:8: Invalid call of undeclared identifier 'texture2D' ERROR: 0:9: Use of undeclared identifier 'col' ERROR: 0:9: Use of undeclared identifier 'col' ERROR: 0:9: Use of undeclared identifier 'gl_FragColor' ERROR: 0:9: Use of undeclared identifier 'col' ERROR: ImGui_ImplOpenGL3_CreateDeviceObjects: failed to link shader program! (with GLSL '#version 150') ERROR: One or more attached shaders not successfully compiled

igrasping commented 9 months ago

me too .

thedmd commented 9 months ago

Fixed on develop and master. Thanks for reporting!