Tex2DFShader.cpp 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. // This file was created by Filewrap 1.1
  2. // Little endian mode
  3. // DO NOT EDIT
  4. #include "../PVRTMemoryFileSystem.h"
  5. // using 32 bit to guarantee alignment.
  6. #ifndef A32BIT
  7. #define A32BIT static const unsigned int
  8. #endif
  9. // ******** Start: Tex2DFShader.fsh ********
  10. // File data
  11. static const char _Tex2DFShader_fsh[] =
  12. "uniform sampler2D Texture;\r\n"
  13. "\r\n"
  14. "varying highp vec2 TexCoord;\r\n"
  15. "\r\n"
  16. "void main()\r\n"
  17. "{\r\n"
  18. "\tgl_FragColor = texture2D(Texture, TexCoord);\r\n"
  19. "}";
  20. // Register Tex2DFShader.fsh in memory file system at application startup time
  21. static CPVRTMemoryFileSystem RegisterFile_Tex2DFShader_fsh("Tex2DFShader.fsh", _Tex2DFShader_fsh, 126);
  22. // ******** End: Tex2DFShader.fsh ********
  23. // This file was created by Filewrap 1.1
  24. // Little endian mode
  25. // DO NOT EDIT
  26. #include "../PVRTMemoryFileSystem.h"
  27. // using 32 bit to guarantee alignment.
  28. #ifndef A32BIT
  29. #define A32BIT static const unsigned int
  30. #endif
  31. // ******** Start: Tex2DFShader.fsc ********
  32. // File data
  33. A32BIT _Tex2DFShader_fsc[] = {
  34. 0x10fab438,0x1e44c9a0,0x30050100,0x2501,0xd363e337,0x2000000,0x20000000,0x55020000,0x1000000,0x4000000,0x0,0x8000000,0x2,0xa080100,0x30000,0x81201,0x1000000,0xf8000000,0x55535020,0x20,0xec,0x1,0x0,0x0,0x224,0x80,0x2,0x7d,0x0,0x0,0x0,0xffffffff,0x0,0x770009,0xffff,0x1,0x0,0x10000,0x0,0x0,0x0,0x0,0x0,0x3fffc,0x40000,0x1,0x0,0xffff0003,0xffffffff,0x0,0x800000,0x0,0x1,0x10000,0xffffffff,0xffffffff,0x0,0x0,0x4,0x50003,0x10000,0x80010002,0x80018001,0x8001,
  35. 0x0,0x100000,0xf0000,0x60a000f,0x30003,0x30003,0x0,0x0,0x40004,0x40004,0x10000,0x30002,0x10001,0x0,0x20001,0x6,0xf8000000,0x55535020,0x20,0xec,0x1,0x0,0x0,0x2a4,0x80,0x2,0x7d,0x0,0x0,0x0,0xffffffff,0x0,0x770009,0xffff,0x10001,0x0,0x10000,0x0,0x0,0x0,0x0,0x0,0x1fffc,0x40000,0x1,0x0,0xffff0003,0xffffffff,0x0,0x800000,0x0,0x1,0x10000,0xffffffff,0xffffffff,0x0,0x0,0x4,0x50003,0x10000,0x80010002,0x80018001,0x8001,0x0,
  36. 0x0,0xf0000,0x60a000f,0x10001,0x10001,0x0,0x0,0x40004,0x40004,0x10000,0x30002,0x10001,0x0,0x20001,0x6,0x2000000,0x74786554,0x657275,0x3180000,0x1000001,0x20000,0x1000100,0x65540000,0x6f6f4378,0x6472,0x3060300,0x10000,0x100,0x30002,0x0,
  37. };
  38. // Register Tex2DFShader.fsc in memory file system at application startup time
  39. static CPVRTMemoryFileSystem RegisterFile_Tex2DFShader_fsc("Tex2DFShader.fsc", _Tex2DFShader_fsc, 629);
  40. // ******** End: Tex2DFShader.fsc ********