Added MacOS SDK

This commit is contained in:
Andrew Zambazos
2026-06-11 14:04:52 +12:00
parent ffdc88608e
commit 553ab6537a
2151 changed files with 450464 additions and 0 deletions
Binary file not shown.
+12
View File
@@ -0,0 +1,12 @@
set PATH=%PATH%;%CD%
cd ../bin
del *.h
fxc /T ps_4_0 /Fo fill.fxc ../ps/fill.hlsl /E PS
fxc /T ps_4_0 /Fo fill_path.fxc ../ps/fill_path.hlsl /E PS
fxc /T vs_4_0 /Fo v2f_c4f_t2f.fxc ../vs/v2f_c4f_t2f.hlsl /E VS
fxc /T vs_4_0 /Fo v2f_c4f_t2f_t2f_d28f.fxc ../vs/v2f_c4f_t2f_t2f_d28f.hlsl /E VS
bin2header fill.fxc
bin2header fill_path.fxc
bin2header v2f_c4f_t2f.fxc
bin2header v2f_c4f_t2f_t2f_d28f.fxc
del *.fxc
Binary file not shown.