From 109457818e9628b3e6b908e19eab34ca0556ed97 Mon Sep 17 00:00:00 2001 From: Jens Owen Date: Wed, 17 Dec 2014 12:03:04 -0700 Subject: [PATCH] Update README.md Fixed grammatical issues in introduction. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 794e52b..fc24dc2 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 -- 2.7.4