static const char gN64FragmentLibrary[] = "float4 fetchTexel(float2 st_in, sampler2D tex)\n" "{\n" " return tex2D(tex, st_in);\n" "}\n" "\n" ;