Tex2DVShader.cpp 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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: Tex2DVShader.vsh ********
  10. // File data
  11. static const char _Tex2DVShader_vsh[] =
  12. "attribute highp vec3 inVertex;\r\n"
  13. "attribute highp vec2 inTexCoord;\r\n"
  14. "\r\n"
  15. "\r\n"
  16. "uniform mediump mat4 MVPMatrix;\r\n"
  17. "\r\n"
  18. "varying highp vec2 TexCoord;\r\n"
  19. "\r\n"
  20. "void main()\r\n"
  21. "{\r\n"
  22. "\tTexCoord = inTexCoord;\r\n"
  23. "\tgl_Position = MVPMatrix * vec4(inVertex, 1.0);\r\n"
  24. "}";
  25. // Register Tex2DVShader.vsh in memory file system at application startup time
  26. static CPVRTMemoryFileSystem RegisterFile_Tex2DVShader_vsh("Tex2DVShader.vsh", _Tex2DVShader_vsh, 228);
  27. // ******** End: Tex2DVShader.vsh ********
  28. // This file was created by Filewrap 1.1
  29. // Little endian mode
  30. // DO NOT EDIT
  31. #include "../PVRTMemoryFileSystem.h"
  32. // using 32 bit to guarantee alignment.
  33. #ifndef A32BIT
  34. #define A32BIT static const unsigned int
  35. #endif
  36. // ******** Start: Tex2DVShader.vsc ********
  37. // File data
  38. A32BIT _Tex2DVShader_vsc[] = {
  39. 0x10fab438,0x9e0919d0,0x30050100,0x2501,0xd363e337,0x2000000,0x20000000,0xa7020000,0x0,0x4000000,0x0,0x9000000,0x2,0x60a0100,0x30000,0x51001,0x1000000,0x9e010000,0x55535020,0x20,0x192,0x1,0x1,0x0,0x204,0x80,0x2,0x7d,0x0,0x8,0x0,0xffffffff,0x0,0x122000a,0xffff,0x7,0x0,0x0,0x10,0x0,0x0,0x0,0x0,0xfffc,0x0,0x0,0x0,0xffff0003,0xffffffff,0x80000,0x800007,0x2,0x0,0x10002,0x100000,0x40002,0x1,0x50002,0x100001,0x80002,0x2,0x90002,0x100002,0xc0002,
  40. 0x3,0xd0002,0x100003,0x20002,0x4,0x30002,0x100004,0x60002,0x5,0x70002,0x100005,0xa0002,0x6,0xb0002,0x100006,0xe0002,0x7,0xf0002,0x100007,0x73,0xffffffff,0xffffffff,0x0,0x0,0x4,0x20003,0xa0000,0x80010003,0x80018001,0x8001,0x0,0x40000,0x0,0x10001,0x1,0x10001,0x1010001,0x0,0xfd10,0x1001a080,0x2a5528a1,0x606f001,0x6b5738ab,0x606f001,0xac593882,0x606f001,0x1a5a3882,0x1001700f,0x2e5d00e2,0x606f001,0x6f5f38ab,0x606f001,0xb0613882,0x606f001,0x1a623882,0x1001704f,0x600e2,0x14000000,0x0,0x0,0x0,0x0,0x0,0x0,
  41. 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x803f,0x0,0x0,0x0,0x65540500,0x6f6f4378,0x6472,0x3050300,0x10000,0x100,0x30002,0x546e6900,0x6f437865,0x64726f,0x4030000,0x1000003,0x10000,0x3000400,0x564d0000,0x74614d50,0x786972,0x3160000,0x1000002,0x10000,0xffff1000,0x6e690000,0x74726556,0x7865,0x3040400,0x10000,0x4000100,0x70004,0x5f6c6700,0x69736f50,0x6e6f6974,0x5010000,0x305,0x1000001,0x40000,0xf,
  42. };
  43. // Register Tex2DVShader.vsc in memory file system at application startup time
  44. static CPVRTMemoryFileSystem RegisterFile_Tex2DVShader_vsc("Tex2DVShader.vsc", _Tex2DVShader_vsc, 711);
  45. // ******** End: Tex2DVShader.vsc ********