View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005407 | Spring engine | Lua | public | 2016-12-01 02:12 | 2016-12-01 15:41 |
| Reporter | aeonios | Assigned To | Kloot | ||
| Priority | normal | Severity | feature | Reproducibility | N/A |
| Status | closed | Resolution | no change required | ||
| Product Version | 103.0 +git | ||||
| Summary | 0005407: Spring.CopyToTexture should allow for copying to textures smaller than the screen size | ||||
| Description | I tried using CopyToTexture to one-step scale the screen image to 1/4 size the same way you might do with TexRect, and ended up with a black texture instead. The solution I came up with was to copy the screen to a full-sized texture and then copy that to the lower res texture via RenderToTexture + TexRect, but that requires an extra screen-sized texture and texture copy for no good reason. | ||||
| Tags | No tags attached. | ||||
| Checked infolog.txt for Errors | |||||