View Issue Details

IDProjectCategoryView StatusLast Update
0005407Spring engineLuapublic2016-12-01 15:41
Reporteraeonios Assigned ToKloot  
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionno change required 
Product Version103.0 +git 
Summary0005407: Spring.CopyToTexture should allow for copying to textures smaller than the screen size
DescriptionI 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.
TagsNo tags attached.
Checked infolog.txt for Errors

Activities

Kloot

2016-12-01 15:41

developer   ~0016920

gl.BlitFBO

Issue History

Date Modified Username Field Change
2016-12-01 02:12 aeonios New Issue
2016-12-01 15:41 Kloot Assigned To => Kloot
2016-12-01 15:41 Kloot Status new => closed
2016-12-01 15:41 Kloot Resolution open => no change required
2016-12-01 15:41 Kloot Note Added: 0016920