skyline/app/src/main/shaders
Billy Laws 7d0b7f0b71 Handle OOB blits by adding to the texture base offset
The previous method would cause OOB reads for the last row to clamp, and adding an extra row would potentially encounter unmapped memory. So use this technique based on how Ryu does it.
2023-04-16 16:31:42 +01:00
..
blit.frag Handle OOB blits by adding to the texture base offset 2023-04-16 16:31:42 +01:00
blit.vert Simplify blit helper shader vertex order 2022-08-10 15:43:16 +01:00
clear.frag Implement a helper shader for partial clears 2022-11-19 12:49:05 +00:00
clear.vert Implement a helper shader for partial clears 2022-11-19 12:49:05 +00:00