Skip to main content
2 of 2
Replaced image table with markdown table, added source link
liggiorgio
  • 5.5k
  • 6
  • 27
  • 38

glCreateFramebuffers() is supported by version 4.5 and above:

2.0 2.1 ... 4.3 4.4 4.5
glCreateFramebuffers - - ... - -

Try changing your OpenGL version. Let me know if it worked.