Added SDL_SCALEMODE_PIXELART

This is based on the algorithm presented by t3ssel8r:
https://www.youtube.com/watch?v=d6tp43wZqps
This commit is contained in:
Sam Lantinga
2025-03-12 08:45:25 -07:00
parent 853375da61
commit 3e9e22f17d
63 changed files with 15968 additions and 13125 deletions

View File

@@ -1,6 +1,8 @@
#include "color.frag.spv.h"
#include "linepoint.vert.spv.h"
#include "texture_rgb.frag.spv.h"
#include "texture_rgb_pixelart.frag.spv.h"
#include "texture_rgba.frag.spv.h"
#include "texture_rgba_pixelart.frag.spv.h"
#include "tri_color.vert.spv.h"
#include "tri_texture.vert.spv.h"
#include "color.frag.spv.h"
#include "texture_rgba.frag.spv.h"
#include "texture_rgb.frag.spv.h"