-
Notifications
You must be signed in to change notification settings - Fork 0
element buffer
Vaughn Auten edited this page Aug 12, 2023
·
1 revision
ElementBuffer manages an element buffer object that lives on the GPU ElementBuffer's main job is to hold information about how the shader should interpret vertex data from VectorResource or VertexResource. unlike VectorResource or VertexResource, Element buffer does not manage individual verticies, rather holds indecies for which the GPU can use to draw individual triangles from points that otherwise wouldnt make a complete triangle (like in quaderaterals)
todo
todo
aml is still under development, various features will be added over time