Mention 1.1 support in the README.

This commit is contained in:
Dejan Mircevski 2016-04-19 16:53:47 -04:00
parent 7b33485f6e
commit 2d975d54ae

View File

@ -22,9 +22,11 @@ headers, and XML registry.
### Assembler, binary parser, and disassembler
* Based on SPIR-V 1.0 Revision 3.
* Supports GLSL std450 extended instructions.
* Supports OpenCL extended instructions.
* Based on SPIR-V version 1.1 Rev 1
* Support for extended instruction sets:
* GLSL std450 version 1.0 Rev 3
* OpenCL version 1.0 Rev 2
* Support for SPIR-V 1.0 (with or without additional restrictions from Vulkan 1.0)
* Assembler only does basic syntax checking. No cross validation of
IDs or types is performed, except to check literal arguments to
`OpConstant`, `OpSpecConstant`, and `OpSwitch`.