From 6b28268752df7a4d398f319da29a8249286a3c18 Mon Sep 17 00:00:00 2001 From: Yours3lf <0.tamas.marton@gmail.com> Date: Sat, 7 Dec 2019 20:36:59 +0000 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 6534797..8f600ce 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,14 @@ - [x] Push constant support - [x] Platform features - [x] Layer support +- [ ] Shader patching + - [x] Stencil state + - [x] Depth writes + - [ ] Blending mode + - [ ] Vertex attrib format +- [ ] Emulated features + - [ ] Clear command support + - [ ] Copy command support - [ ] Render to texture features - [ ] VkRenderPass support - [ ] Subpass support @@ -32,14 +40,6 @@ - [ ] Performance counters - [ ] Queries - [ ] Shader performance info -- [ ] Emulated features - - [ ] Clear command support - - [ ] Copy command support -- [ ] Shader patching - - [x] Stencil state - - [x] Depth writes - - [ ] Blending mode - - [ ] Vertex attrib format - [ ] WSI - [ ] Direct to display support - [ ] Secondary command buffers