Skip to content

Commit

Permalink
Implemented a blitting pipeline for WebGPU since there is no blit fun…
Browse files Browse the repository at this point in the history
…ctionality offered in WebGPU.
  • Loading branch information
klukaszek committed Jan 8, 2025
1 parent 53a28ee commit 7551f65
Show file tree
Hide file tree
Showing 2 changed files with 507 additions and 164 deletions.
2 changes: 1 addition & 1 deletion SDL_WebGPU_Checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ Note: All functions are implemented but have not been fully tested for memory co
- [x] SetStencilReference

## Composition
- [ ] Blit (IN PROGRESS)
- [ ] Blit (IN PROGRESS: 3D textures work, need to test 2d, 2d_array, cube, and cube_array)
Loading

0 comments on commit 7551f65

Please sign in to comment.