From 2cc6661ea305a7a5df04f088ccd7c175fe7e5c70 Mon Sep 17 00:00:00 2001 From: Yours3lf <0.tamas.marton@gmail.com> Date: Wed, 21 Aug 2019 22:13:08 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a120a61..1924c9e 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ - [ ] texture coordinates and texture sampling - [x] Shader compiler chain - [x] QPU assembler / disassembler -- [ ] Resources - - [ ] Descriptor support - - [ ] VkSampler support +- [x] Resources + - [x] Descriptor support + - [x] VkSampler support - [x] Push constant support - [ ] Multipass rendering - [ ] VkRenderPass support From dfd99e8b351ee64490789a62c2bde60cd70fe993 Mon Sep 17 00:00:00 2001 From: Yours3lf <0.tamas.marton@gmail.com> Date: Sun, 25 Aug 2019 19:03:04 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1924c9e..4b93204 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,9 @@ - [x] clear screen example working - [x] triangle example working - [x] shader from assembly, vertices from vertex buffer object, no uniforms, color hardcoded - - [ ] uniforms for matrix multiplication and animation - - [ ] texture coordinates and texture sampling + - [x] uniforms for matrix multiplication and animation + - [x] texture coordinates and texture sampling + - [ ] varyings - [x] Shader compiler chain - [x] QPU assembler / disassembler - [x] Resources