- Finished Buffer Object Implementation

- Implemented Vertex Array Object
 - Began Texture Implementation
This commit is contained in:
2025-08-03 13:49:33 -04:00
parent 9dc9ed4ed1
commit ff4d6efedc
5 changed files with 236 additions and 11 deletions

View File

@@ -197,6 +197,8 @@ add_library(fennec STATIC
include/fennec/scene/scene.h
include/fennec/scene/component.h
include/fennec/core/system.h
include/fennec/renderers/opengl/lib/vertex_array.h
include/fennec/renderers/opengl/texture.h
)
add_dependencies(fennec metaprogramming)