mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-27 20:03:44 +02:00
This is based on the algorithm presented by t3ssel8r: https://www.youtube.com/watch?v=d6tp43wZqps
9 lines
282 B
C
Generated
9 lines
282 B
C
Generated
#include "color.frag.msl.h"
|
|
#include "linepoint.vert.msl.h"
|
|
#include "texture_rgb.frag.msl.h"
|
|
#include "texture_rgb_pixelart.frag.msl.h"
|
|
#include "texture_rgba.frag.msl.h"
|
|
#include "texture_rgba_pixelart.frag.msl.h"
|
|
#include "tri_color.vert.msl.h"
|
|
#include "tri_texture.vert.msl.h"
|