jfcameron / gdk-graphics

3D Rendering using OpenGLES 2.0/WebGL1.0. Platforms: Linux, Windows, Mac, x86 64bit, arm64, wasm
MIT License
1 stars 1 forks source link

model: ::update vertex storage hint: add hint param to model_update_data #39

Open jfcameron opened 3 years ago

jfcameron commented 3 years ago

currently you can specify usage hint in factory but a call to update will alway force dynamic hint. its an understandable assumption but really should be user defined.