From 1388b2bdb70364a73f0108b30ef63d2690dcad99 Mon Sep 17 00:00:00 2001 From: Yours3lf <0.tamas.marton@gmail.com> Date: Mon, 23 Sep 2019 15:52:34 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f7c4f05..1137cba 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ - [x] texture coordinates and texture sampling - [x] varyings - [x] Multiple vertex attributes - - [ ] Depth / stencil buffers + - [x] Depth buffers + - [ ] Stencil buffers - [ ] Indexed draw calls - [x] Shader compiler chain - [x] QPU assembler / disassembler