Skip to content

Commit

Permalink
sokol: update to match d98c8b9
Browse files Browse the repository at this point in the history
  • Loading branch information
larpon committed Oct 18, 2023
1 parent ce403f6 commit 3506a08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion thirdparty/sokol/sokol_gfx.h
Original file line number Diff line number Diff line change
Expand Up @@ -5839,7 +5839,7 @@ _SOKOL_PRIVATE void _sg_dummy_update_image(_sg_image_t* img, const sg_image_data

// X Macro list of GL function names and signatures
#define _SG_GL_FUNCS \
_SG_XMACRO(glReadPixels, void, (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void * data)) \
_SG_XMACRO(glReadPixels, void, (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void * data)) /* __shy_patch */ \
_SG_XMACRO(glBindVertexArray, void, (GLuint array)) \
_SG_XMACRO(glFramebufferTextureLayer, void, (GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)) \
_SG_XMACRO(glGenFramebuffers, void, (GLsizei n, GLuint * framebuffers)) \
Expand Down
2 changes: 1 addition & 1 deletion thirdparty/sokol/upstream_commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5bfa8421
d98c8b9

0 comments on commit 3506a08

Please sign in to comment.