Initial Commit

This commit is contained in:
2026-02-12 11:46:06 +03:00
commit b044c8d1a5
3973 changed files with 1599881 additions and 0 deletions

7
thirdparty/SDL3-3.4.0/src/render/gpu/shaders/msl.h generated vendored Normal file
View File

@@ -0,0 +1,7 @@
#include "color.frag.msl.h"
#include "linepoint.vert.msl.h"
#include "texture_advanced.frag.msl.h"
#include "texture_rgb.frag.msl.h"
#include "texture_rgba.frag.msl.h"
#include "tri_color.vert.msl.h"
#include "tri_texture.vert.msl.h"