Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hey there! It's possible to apply post-processing to surfaces, layers, and fullscreen, so if you were to draw the player (for example) on a surface, it would be possible. But post-processing in general is meant to be used to manipulate the final image of the game. It ends up being more efficient to use shaders directly on objects, etc.