summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/ra.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/opengl/ra.h')
-rw-r--r--video/out/opengl/ra.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/out/opengl/ra.h b/video/out/opengl/ra.h
index ac209a935d..866039a828 100644
--- a/video/out/opengl/ra.h
+++ b/video/out/opengl/ra.h
@@ -91,7 +91,6 @@ struct ra_mapped_buffer {
void *priv;
void *data; // pointer to first usable byte
size_t size; // total size of the mapping, starting at data
- size_t preferred_align; // preferred stride/start alignment for optimal copy
};
// Rendering API entrypoints. (Note: there are some additional hidden features