![]() |
gdk-graphics 0b051eb9b5c1eaa0658babaa4463dd7a80aa9d2c
|
Vertex data representing a 3D graphical object. More...
#include <model.h>
Public Types | |
enum class | usage_hint { dynamic , streaming , upload_once } |
Public Member Functions | |
virtual void | upload (const usage_hint &, const model_data &vertexDataView)=0 |
replace vertex data held by this model | |
virtual | ~model ()=default |
upload a section of vertex data | |
Vertex data representing a 3D graphical object.
|
strong |
|
pure virtual |
replace vertex data held by this model
Implemented in gdk::webgl1es2_model.