Skip to content
Commit bc041e02 authored by Carlos Garnacho's avatar Carlos Garnacho
Browse files

cogl: Mark vertex buffers as dynamic

Those are cached and reused across runs, which doesn't qualify to mesa
as "static" indeed. Properly marking those as dynamic is more true, and
brings in slight performance benefits just by avoiding the resulting
(and later silenced) mesa warning.

https://bugzilla.gnome.org/show_bug.cgi?id=782344
parent 4b4c2b1a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment