Opened 14 years ago
Closed 14 years ago
#21 closed enhancement (fixed)
Avoid re-creating textures during each frame
Reported by: | Ben Lippmeier | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Rendering | Version: | 1.3.0 |
Keywords: | Cc: |
Description
The current drawPicture
function reverses the byte order of textures and creates texture objects for every frame. This is ok when the texture is being algorithmically generated for each frame, but is wasteful if the texture is a static picture. We need a better design for this.
Change History (2)
comment:1 Changed 14 years ago by
Component: | Unknown → Rendering |
---|
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.