mirror of
https://gitee.com/openharmony/third_party_spirv-tools
synced 2025-02-13 03:10:42 +00:00
Document SPIR-V binary and assembly file naming convention.
This commit is contained in:
parent
4a722d80a6
commit
bd354d442a
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user