You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

10 lines
272 B

# You have to add the following to your .git/config or global
# ~/.gitconfig to make the binary diffs work (without the comment
# character, of course). Assumes spirv-dis exists:
#
# [diff "spirv"]
# textconv = spirv-dis
# binary = true
#
*.spv binary diff=spirv