• Spiri0's avatar
    Examples: Added `webgpu_multiple_rendertargets_readback` (#28211) · 2182dc30
    Spiri0 authored
    
    
    * Add new example and update files.json
    
    * Update files.json
    
    I removed the .html at the end of "webgpu_mrt_readback.html",
    now:
    "webgpu_mrt_readback",
    
    * Update webgpu_mrt_readback.html
    
    better code. Previously, new instances were constantly being created, which was unnecessary and inefficient.
    
    * Update webgpu_mrt_readback.html
    
    Now no new instances are created during the update, only data is updated as it should be
    
    * Update webgpu_mrt_readback.html
    
    Now no new instances are created during the update, only data is updated as it should be
    
    * Update webgpu_mrt_readback.html
    
    Now no new instances are created during the update, only data is updated as it should be
    
    * Update webgpu_mrt_readback.html
    
    corrected formatting and strict comparison
    
    * Update webgpu_mrt_readback.html
    
    corrected formatting and strict comparison
    
    * Update webgpu_mrt_readback.html
    
    corrected formatting and strict comparison
    
    * Update webgpu_mrt_readback.html
    
    corrected formatting and strict comparison
    
    * reuse texture() node
    
    * revision
    
    * cleanup
    
    * cleanup
    
    * cleanup
    
    * added info
    
    * rename webgpu_mrt_readback -> webgpu_multiple_rendertargets_readback
    
    * add tags
    
    ---------
    Co-authored-by: default avatarsunag <sunagbrasil@gmail.com>
    2182dc30
files.json 12.7 KB