1. 30 4月, 2021 1 次提交
    • J
      Update VideoTexture doc with note about using RGBA format to avoid Firefox... · 54a207c1
      Jake Livak 提交于
      Update VideoTexture doc with note about using RGBA format to avoid Firefox performance issue. (#21746)
      
      * VideoTexture should use RGBA format to avoid firefox issue.
      
      There's an issue with Firefox desktop that causes RGBFormat on a video texture to destroy performance.  When testing with a single 4K 360 video, frame times on Firefox with RGBFormat were ~200x RGBAFormat.  (62ms vs .32ms)  I propose defaulting to RGBAFormat to avoid this.
      
      * Revert VideoTexture.js changes.
      
      * Update VideoTexture doc with 'format' default value and note about a Firefox bug.
      54a207c1
  2. 29 4月, 2021 1 次提交
  3. 28 4月, 2021 1 次提交
  4. 27 4月, 2021 8 次提交
  5. 24 4月, 2021 3 次提交
  6. 23 4月, 2021 20 次提交
  7. 22 4月, 2021 6 次提交