Eric Warmenhoven
|
76026398ad
|
Update Vulkan headers to v1.1.130 (#16952)
|
2024-09-02 08:39:44 -07:00 |
orbea
|
28ff4b391a
|
Clean up white space.
|
2019-02-03 16:00:50 -08:00 |
orbea
|
bfc366decc
|
Squeeze extra blank lines with cat(1).
Example:
find . -type f -iname '*.c' | while read -r i; do
cat -s "$i" > "$i.new"
mv "$i.new" "$i"
done
|
2019-01-08 11:04:58 -08:00 |
twinaphex
|
96e1b862f6
|
(Vulkan) Update headers - use C comments
|
2018-05-13 21:42:02 +02:00 |
Stuart Carnie
|
0a4ff225be
|
Update Vulkan
|
2018-05-13 21:35:18 +02:00 |