Opened 22 months ago
Closed 22 months ago
#14157 closed defect (fixed)
TINYGL: Significant increase in memory usage
Reported by: | ccawley2011 | Owned by: | aquadran |
---|---|---|---|
Priority: | blocker | Component: | Graphics |
Version: | Keywords: | ||
Cc: | Game: |
Description
When HPL1 was merged, the value of kDrawCallMemory was increased from 6 MB to 60 MB. This is used to allocate two buffers during initialization, results in 120 MB RAM being allocated when starting any engine that uses TinyGL, even if it isn't necessary.
Change History (1)
comment:1 by , 22 months ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This has been fixed by bbd955faeea6e07873e759b55a88d332fe276593 in master and e417d5a3ef43802def1991ba6f3c462c35918096 in 2.7 branch.