Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.57 KB | None | 0 0
  1. pandy:/tmp$ ./arm-gles2
  2. --Window Section--
  3. [EGL :: Found 2 suitable configurations]
  4. EGL Make Current
  5. [SDL :: Success]
  6. [DevIL :: Success]
  7. [EGL :: Success]
  8.  
  9. --Graphics Section--
  10. [GLES 2.0]
  11. [SHADER :: color_vs.glsl : color_fs.glsl]
  12. Shaders/GLES/color_vs.glsl
  13. Shaders/GLES/color_fs.glsl
  14. [SHADER :: color_fs.glsl]
  15. Success.
  16.                                                                                                                                                                                      
  17. [SHADER :: color_vs.glsl]
  18. Success.
  19.                                                                                                                                                                                      
  20. [LINK :: color_vs.glsl : color_fs.glsl]
  21. [SHADER :: color_alpha_vs.glsl : color_alpha_fs.glsl]
  22. Shaders/GLES/color_alpha_vs.glsl
  23. Shaders/GLES/color_alpha_fs.glsl
  24. [SHADER :: color_alpha_fs.glsl]
  25. Success.
  26.                                                                                                                                                                                      
  27. [SHADER :: color_alpha_vs.glsl]
  28. Success.
  29.                                                                                                                                                                                      
  30. [LINK :: color_alpha_vs.glsl : color_alpha_fs.glsl]
  31. [SHADER :: texture_vs.glsl : texture_fs.glsl]
  32.  
  33. Shaders/GLES/texture_vs.glsl
  34. Shaders/GLES/texture_fs.glsl
  35. [SHADER :: texture_fs.glsl]
  36. Success.
  37.                                                                                                                                                                                      
  38. [SHADER :: texture_vs.glsl]
  39. Success.
  40.                                                                                                                                                                                      
  41. [LINK :: texture_vs.glsl : texture_fs.glsl]
  42. [RENDERER :: OpenGL ES 2.0]
  43.  
  44. --Physics Section--
  45. [Chipmunk :: Success]
  46.  
  47. --Input Section--
  48. [INPUT :: Start]
  49.  
  50. --Joystick Section--
  51. [0 :: gpio-keys]
  52.  
  53.  
  54. --Game Manager--
  55. [GAMEMANAGER :: Start]
  56.  
  57. --Game Output--
  58. I'm swapping buffers now, see you in hell.
  59. [MODEL :: bg.x]
  60. [MATERIAL]
  61. [TEXTURE :: bg.bmp]
  62. [FONT :: DroidSans.ttf]
  63. [TEXTURE :: GENERATED]
  64. [MATERIAL]
  65. [Import World :: test.export]
  66. [Import World :: Read combined world]
  67. [Texture :: World/test.png]
  68. [Total Vertices :: 1824]
  69. [Total Indices :: 2736]
  70. [Total Blocks :: 228]
  71. ^Z
  72. [1]+  Stopped                 ./arm-gles2
  73. pandy:/tmp$ kill -9 %1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement