Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.42 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]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement