aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJesse Hall <jessehall@google.com>2019-09-10 10:42:39 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-09-10 10:42:39 -0700
commit65d55f13c6ecd261bd439bee00326d7c47cb30a5 (patch)
treed5a048708a32322f12632670bd061bfba315e4d1 /README.md
parentd5f9b40bf17b7d8a5469ef04b67cfe1616a4472c (diff)
parent259f181dd8ae052ec949754d5b2ab983b5ec7772 (diff)
downloadspirv-headers-65d55f13c6ecd261bd439bee00326d7c47cb30a5.tar.gz
Merge "Merge aosp/master-ndk to aosp/master" am: 36ef3defe8 am: 1bf420a789
am: 259f181dd8 Change-Id: If24ecdf47738b7ce27d889daacc39c8291b45037
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index 846b20d..beb1b7e 100644
--- a/README.md
+++ b/README.md
@@ -25,10 +25,18 @@ the files under [include](include).
The SPIR-V XML registry file is updated by Khronos whenever a new enum range is allocated.
-Pull requests can be made to
+Pull requests can be made to
- request allocation of new enum ranges in the XML registry file
- reserve specific tokens in the JSON grammar
+### Reserving tokens in the JSON grammar
+
+Care should be taken to follow existing precedent in populating the details of reserved tokens. This includes:
+- pointing to what extension has more information, when possible
+- keeping enumerants in numeric order
+- when there are aliases, listing the preferred spelling first
+- adding the statement `"version" : "None"`
+
## How to install the headers
```