From 018da33accaafd544dd2383d3ed00991dd23b353 Mon Sep 17 00:00:00 2001 From: klukaszek Date: Fri, 27 Dec 2024 01:51:03 -0500 Subject: [PATCH] Updated checklist --- SDL_WebGPU_Checklist.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SDL_WebGPU_Checklist.md b/SDL_WebGPU_Checklist.md index 27dc05b35aa65f..51f86821a1f750 100644 --- a/SDL_WebGPU_Checklist.md +++ b/SDL_WebGPU_Checklist.md @@ -93,7 +93,7 @@ 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 @@ -101,7 +101,7 @@ Note: All functions are implemented but have not been fully tested for memory co - [x] BindVertexSamplers - [ ] BindVertexStorageTextures - [ ] BindVertexStorageBuffers -- [x] PushVertexUniformData +- [ ] PushVertexUniformData (IN PROGRESS) ## Rendering States - [x] SetViewport