Commit f50a6af4 authored by Bryan Bernhart's avatar Bryan Bernhart Committed by Commit Bot

Roll src/third_party/spirv-cross/spirv-cross/ 61cddd630..d385bf096 (4 commits)

https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Cross.git/+log/61cddd6307ef..d385bf096f5d

$ git log 61cddd630..d385bf096 --date=short --no-merges --format='%ad %ae %s'
2020-05-28 bryan.bernhart Prefer set/binding API
2020-05-28 post Document all CLI options.
2020-05-28 post Do not mask writes to remapped variables in all cases.
2020-05-27 bryan.bernhart HLSL: Add option to treat certain SSBO bindings as UAV, even with readonly.

Created with:
    roll-dep src/third_party/spirv-cross/spirv-cross

Change-Id: Id2a32278cb6ade04f96f6abbaecdc1cc69326a8a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2223087
Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
Reviewed-by: default avatarYuly Novikov <ynovikov@chromium.org>
Cr-Commit-Position: refs/heads/master@{#773444}
parent df7ab5cd
...@@ -293,7 +293,7 @@ vars = { ...@@ -293,7 +293,7 @@ vars = {
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling feed # the commit queue can handle CLs rolling feed
# and whatever else without interference from each other. # and whatever else without interference from each other.
'spirv_cross_revision': '61cddd6307ef8a644462bc1263d196e1bae9ec67', 'spirv_cross_revision': 'd385bf096f5dabbc4cdaeb6872b0f64be1a63ad0',
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling feed # the commit queue can handle CLs rolling feed
# and whatever else without interference from each other. # and whatever else without interference from each other.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment