From 5d11a1c6e2effab2ccfd163e974d7cbc169883a1 Mon Sep 17 00:00:00 2001 From: Yours3lf <0.tamas.marton@gmail.com> Date: Sun, 15 Sep 2019 23:01:32 +0100 Subject: [PATCH] Update README.md --- README.md | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index bbc7e52..310d5ea 100644 --- a/README.md +++ b/README.md @@ -10,30 +10,33 @@ - [ ] varyings - [ ] Depth / stencil buffers - [ ] Multiple vertex attributes + - [ ] Indexed draw calls - [x] Shader compiler chain - [x] QPU assembler / disassembler - [x] Resources - [x] Descriptor support - [x] VkSampler support - [x] Push constant support -- [ ] Multipass rendering +- [ ] Render to texture features - [ ] VkRenderPass support - [ ] Subpass support - [ ] Multiple attachments + - [ ] MSAA support - [ ] Synchronization - [ ] vkCmdPipelineBarrier support - [ ] Performance - [ ] Performance counters - [ ] Queries - [ ] Shader performance info -- [ ] Indexed draw call support -- [ ] Clear command support -- [ ] Copy command support -- [ ] Layer support -- [ ] Pipeline cache support -- [ ] Direct to display support +- [ ] Emulated features + - [ ] Clear command support + - [ ] Copy command support +- [ ] Platform features + - [ ] Layer support + - [ ] Pipeline cache support +- [ ] WSI + - [ ] Direct to display support - [ ] Secondary command buffers -- [ ] MSAA support - [ ] Try to pass as much of the VK CTS as possible with existing feature set