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.
default
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack ExchangeglCreateFramebuffers()
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.