e4s-sdk/gamedata/shaders/r2/dumb.ps
2026-06-17 23:06:51 +03:00

8 lines
168 B
PostScript

#include "common.h"
//////////////////////////////////////////////////////////////////////////////////////////
// Pixel
half4 main ( ) : COLOR
{
return 0;
}