Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Is scaling the window size to a multiple of 256 allowed?

A topic by Blatnik created Nov 24, 2022 Views: 196 Replies: 1
Viewing posts 1 to 2
Submitted

For example, if I draw all graphics to a 256x256 framebuffer, and then scale everything 2x or 3x so that it fits into a 512x512 or 768x768 window. Is that allowed?

Host(+1)

yes, that's allowed. Actually, I plan to release a small template with that functionality already implemented.