SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
Shaders/NearestNeighbor.fsh
1 STATIC vec4 scale(sampler2D image, vec2 position, vec2 input_resolution, vec2 output_resolution)
2 {
3 return texture(image, position);
4 }
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.