Skip to content

Commit

Permalink
Updated checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
klukaszek committed Dec 27, 2024
1 parent d5ac1ee commit 018da33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SDL_WebGPU_Checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,15 +93,15 @@ Note: All functions are implemented but have not been fully tested for memory co
- [x] BindFragmentSamplers
- [ ] BindFragmentStorageTextures
- [ ] BindFragmentStorageBuffers
- [x] PushFragmentUniformData
- [ ] PushFragmentUniformData (IN PROGRESS)

## Vertex Stage
- [x] BindVertexBuffers
- [x] BindIndexBuffer
- [x] BindVertexSamplers
- [ ] BindVertexStorageTextures
- [ ] BindVertexStorageBuffers
- [x] PushVertexUniformData
- [ ] PushVertexUniformData (IN PROGRESS)

## Rendering States
- [x] SetViewport
Expand Down

0 comments on commit 018da33

Please sign in to comment.