Skip to content

Commit

Permalink
sokol_gfx.h gl: add GL_FRAMEBUFFER defines to win32 gl loader
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Oct 26, 2023
1 parent 2bbba59 commit 5657291
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sokol_gfx.h
Original file line number Diff line number Diff line change
Expand Up @@ -4309,6 +4309,11 @@ inline int sg_append_buffer(sg_buffer buf_id, const sg_range& data) { return sg_
#define GL_COMPARE_REF_TO_TEXTURE 0x884E
#define GL_TEXTURE_CUBE_MAP_SEAMLESS 0x884F
#define GL_TEXTURE_MAX_LEVEL 0x813D
#define GL_FRAMEBUFFER_UNDEFINED 0x8219
#define GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT 0x8CD6
#define GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT 0x8CD7
#define GL_FRAMEBUFFER_UNSUPPORTED 0x8CDD
#define GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE 0x8D56
#endif

#ifndef GL_UNSIGNED_INT_2_10_10_10_REV
Expand Down

0 comments on commit 5657291

Please sign in to comment.