1. 22 1月, 2019 1 次提交
  2. 15 1月, 2019 1 次提交
  3. 14 1月, 2019 2 次提交
  4. 12 1月, 2019 1 次提交
  5. 11 1月, 2019 2 次提交
  6. 10 1月, 2019 4 次提交
  7. 09 1月, 2019 2 次提交
  8. 08 1月, 2019 2 次提交
  9. 07 1月, 2019 1 次提交
  10. 05 1月, 2019 4 次提交
  11. 04 1月, 2019 2 次提交
  12. 03 1月, 2019 3 次提交
  13. 02 1月, 2019 1 次提交
    • O
      Always use strings for uniform names in examples · c3144a20
      Olli Etuaho 提交于
      Uniforms of materials should be set and accessed by indexing with a string rather than using the dot operator.
      
      This makes the code more compatible with JavaScript tools such as Closure compiler. If the uniform names are not strings, Closure compiler might try to optimize the uniform names, which would create a mismatch between the shader code and the JS code.
      
      This commit should fix the majority of instances where uniforms were being accessed using the dot operator.
      c3144a20
  14. 01 1月, 2019 1 次提交
  15. 31 12月, 2018 4 次提交
  16. 30 12月, 2018 1 次提交
  17. 28 12月, 2018 1 次提交
  18. 27 12月, 2018 3 次提交
  19. 26 12月, 2018 1 次提交
  20. 25 12月, 2018 3 次提交