DEBSOURCES
Skip Quicknav
sources / sameboy / 1.0.2%2Bds-2 / Shaders / NearestNeighbor.fsh
1234
STATIC vec4 scale(sampler2D image, vec2 position, vec2 input_resolution, vec2 output_resolution) { return texture(image, position); }