enginmanap / enginmanap/limonEngine
uniform map in the GraphicsProgram should not be holding pointers
Open
- Dominant language
- C++
- Stars
- 712
- Forks
- 70
- PR merge metrics
- No merged PRs in 30d
Description
Pointers are creating another indirection in the hot path, which is not providing any benefits, so should be eliminated.
Contributor guide
Assessment
This issue has not been assessed yet.