Document SPIR-V binary and assembly file naming convention.

This commit is contained in:
Lei Zhang 2016-02-18 15:51:04 -05:00
parent 4a722d80a6
commit bd354d442a

View File

@ -149,6 +149,10 @@ There are three main entry points into the library.
## Command line tools
Command line tools, which wrap the above library functions, are provided to
assemble or disassemble shader files. It's a convention to name SPIR-V
assembly and binary files with suffix `.spvasm` and `.spv`, respectively.
### Assembler tool
The assembler reads the assembly language text, and emits the binary form.