Is it possible to use Custom Expressions to transform scene texture like OpenGL

Hi. guys, I want to transform “scene texture”.
like OpenGL, it use vertex to draw polygons, and then render the texture.
now, I find unreal example to transform scene texture using UV coordinate, but this way has “Aliasing” problem.
so , can I use vertex data or another way to transform scene texture?