Skip to content

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)

private members

todo

public members

todo

Clone this wiki locally