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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user