summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJens Owen <Jens@LunarG.com>2014-12-17 12:03:04 -0700
committerJens Owen <Jens@LunarG.com>2014-12-17 12:03:04 -0700
commit9fc73fcb411b08de5cb084e6b0c6f8fdca05c79e (patch)
treec5cec218c6bf5e527c5bb7567abb17ab739c6625 /README.md
parentf27b454933e1ebb94e846c280d74185a0a1bf29c (diff)
Update README.md
Fixed grammatical issues in introduction.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 794e52b0..fc24dc2e 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ This project provides *open source* tools for XGL Developers.
## Introduction
-XGL is an Explicit API, enabling direct control over how GPUs actually work. No validation, shader recompilation, memory management or synchronization is done inside an XGL driver. Applications have full control and responsibility and any errors in how the XGL is used are likely to result in an application crash. This project provides layered utility libraries to ease development and help guide developers to proven safe patterns.
+XGL is an Explicit API, enabling direct control over how GPUs actually work. No validation, shader recompilation, memory management or synchronization is done inside an XGL driver. Applications have full control and responsibility. Any errors in how XGL is used are likely to result in a crash. This project provides layered utility libraries to ease development and help guide developers to proven safe patterns.
New with XGL in an extensible layered architecture that enables significant innovation in tools:
- Cross IHV support enables tools vendors to plug into a common, extensible layer architecture