summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/ra_gl.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/opengl/ra_gl.h')
-rw-r--r--video/out/opengl/ra_gl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/video/out/opengl/ra_gl.h b/video/out/opengl/ra_gl.h
index 0d3828c978..6270daba92 100644
--- a/video/out/opengl/ra_gl.h
+++ b/video/out/opengl/ra_gl.h
@@ -22,9 +22,9 @@ struct ra_tex_gl {
struct gl_pbo_upload pbo;
};
-// For ra_mapped_buffer.priv
-struct ra_mapped_buffer_gl {
- GLuint pbo;
+// For ra_buf.priv
+struct ra_buf_gl {
+ GLuint buffer;
GLsync fence;
};