diff options
Diffstat (limited to 'platform/web/godot_webgl2.h')
-rw-r--r-- | platform/web/godot_webgl2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/web/godot_webgl2.h b/platform/web/godot_webgl2.h index d2f46e125e..3ade9e4239 100644 --- a/platform/web/godot_webgl2.h +++ b/platform/web/godot_webgl2.h @@ -44,6 +44,7 @@ extern "C" { #endif void godot_webgl2_glFramebufferTextureMultiviewOVR(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint baseViewIndex, GLsizei numViews); +void godot_webgl2_glGetBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, GLvoid *data); #define glFramebufferTextureMultiviewOVR godot_webgl2_glFramebufferTextureMultiviewOVR |