mirror of
https://github.com/DaedalusX64/daedalus.git
synced 2025-04-02 10:21:48 -04:00
7 lines
143 B
C
7 lines
143 B
C
static const char gN64FragmentLibrary[] =
|
|
"float4 fetchTexel(float2 st_in, sampler2D tex)\n"
|
|
"{\n"
|
|
" return tex2D(tex, st_in);\n"
|
|
"}\n"
|
|
"\n"
|
|
;
|