16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-23 05:09:19 +02:00

make legacy gl2.0 work without BaseVertex extensions

This commit is contained in:
milek7
2021-01-22 22:19:23 +01:00
parent 78a15bf527
commit 9e7c528114
4 changed files with 49 additions and 21 deletions

View File

@@ -63,7 +63,7 @@ private:
delete_buffer();
static
void
bind_streams( gfx::stream_units const &Units, unsigned int const Streams );
bind_streams(gfx::stream_units const &Units, unsigned int const Streams , size_t offset = 0);
static
void
release_streams();
@@ -121,4 +121,4 @@ private:
};
} // namespace gfx
} // namespace gfx