Open Issues Need Help
View All on GitHubCSCI441 Library Helper Functions and Classes
CSCI441 Library Helper Functions and Classes
CSCI441 Library Helper Functions and Classes
CSCI441 Library Helper Functions and Classes
CSCI441 Library Helper Functions and Classes
CSCI441 Library Helper Functions and Classes
CSCI441 Library Helper Functions and Classes
CSCI441 Library Helper Functions and Classes
CSCI441 Library Helper Functions and Classes
CSCI441 Library Helper Functions and Classes
CSCI441 Library Helper Functions and Classes
CSCI441 Library Helper Functions and Classes
CSCI441 Library Helper Functions and Classes
CSCI441 Library Helper Functions and Classes
AI Summary: The `SimpleShader::updateVertexArray` function contains a bug where it incorrectly binds the Vertex Buffer Object (VBO) using the Vertex Array Object (VAO) ID, potentially causing data corruption. The proposed solution is to implement an internal map to correctly associate VAO IDs with their corresponding VBO IDs.
CSCI441 Library Helper Functions and Classes
AI Summary: This issue requests the addition of a new feature to the `SimpleShader` component: the ability to delete a Vertex Array Object (VAO). Currently, methods exist to register and update VAOs, but there is no corresponding functionality to remove them, leaving an incomplete lifecycle management for these resources.
CSCI441 Library Helper Functions and Classes