summaryrefslogtreecommitdiff
path: root/drivers/gles3/storage/mesh_storage.h
AgeCommit message (Expand)Author
2022-10-26Fix EXE_BAD_ACCESS caused by optional argumentGordon MacPherson
2022-08-19Remove requirement to have vertex positions when creating a mesh. Meshes can ...clayjohn
2022-07-25Code quality: Fix header guards consistencyRĂ©mi Verschelde
2022-06-28Split dependency logicBastiaan Olij
2022-06-14Implement MultiMesh in 3D and flesh out MultiMesh functionsclayjohn
2022-05-25Implement 2D Meshes and MultiMeshes in GLES3 backendclayjohn
2022-05-20Add a new HashSet templatereduz
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-12Basic 3D renderingclayjohn
2022-05-11SkyShaders workingclayjohn
2022-04-28Add MeshStorage to GLES3clayjohn
2022-04-02Move storage for Mesh, MeshInstance, MultiMesh and Skeleton into MeshStorageBastiaan Olij