1. 30 4月, 2021 3 次提交
    • M
      WebGPURenderer: Add WebGPUProgrammableStage. (#21750) · 2b3af955
      Michael Herzog 提交于
      * WebGPURenderer: Add WebGPUProgrammableStage.
      
      * WebGPUProgrammableStage: Clean up.
      
      * WebGPURenderPipelines: Clean up.
      2b3af955
    • S
      WebGPU: Custom Lighting Model (#21706) · 8eba7f64
      sunag 提交于
      * WebGLNodeBuilder: Fix warns for now
      
      * WebGPU: Custom model light example
      
      * cleanup
      
      * fix titles
      
      * description
      
      * more objective title
      
      * improve description
      
      * fix typo
      
      * better var name
      8eba7f64
    • 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 4 次提交