From 2febc4937456d3dd74b19b75951a18c3750e6dbb Mon Sep 17 00:00:00 2001 From: Baldur Karlsson Date: Thu, 30 Oct 2014 23:18:56 +0000 Subject: [PATCH] Update README.md clarifying current API support --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index f336e425e..3e49beeff 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,17 @@ Quick Links: * **IRC channel**: #renderdoc on freenode * **Roadmap/future development**: [Roadmap](https://github.com/baldurk/renderdoc/wiki/Roadmap) +API Support +-------------- + +| | Status | Windows | Linux | +| -------------- | --------------------------------- | ------------------------ | ------------------------------- | +| D3D11 | Well supported, all features. | :heavy_check_mark: | :heavy_multiplication_x: | +| OpenGL 3.1+ | *Work in progress, not complete.* | :heavy_check_mark: | :heavy_check_mark: No native UI | +| OpenGL Pre-3.1 | No immediate plans | :heavy_multiplication_x: | :heavy_multiplication_x: | +| D3D10 | No immediate plans | :heavy_multiplication_x: | :heavy_multiplication_x: | +| D3D9 | No immediate plans | :heavy_multiplication_x: | :heavy_multiplication_x: | + Downloads --------------