make vao/vbo clearer, remove bs transform, simplify DisplayableObject

This commit is contained in:
mtgmonkey
2025-12-01 22:55:40 +01:00
parent 0cff550c23
commit ed61ff3868
3 changed files with 48 additions and 45 deletions

View File

@@ -18,10 +18,8 @@ type DisplayableObjects = [DisplayableObject]
data DisplayableObject =
DisplayableObject
GL.VertexArrayObject
GL.ArrayIndex
GL.NumArrayIndices
GL.NumComponents
GL.AttribLocation
GL.PrimitiveMode
-- model --