skia2/tests/sksl/metal
John Stiles bc3c41b874 Enforce that layout(binding=...) is set on interface blocks in Metal.
Previously, we would emit an invalid [[buffer(-1)]] annotation on the
block, causing the Metal compilation to fail.

Change-Id: I68b2439c05db3163686e84c5dcc9a5c43870ff67
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/340761
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
Auto-Submit: John Stiles <johnstiles@google.com>
2020-12-04 19:30:35 +00:00
..
golden Enforce that layout(binding=...) is set on interface blocks in Metal. 2020-12-04 19:30:35 +00:00
CastHalf4ToMat2x2.sksl Convert remaining Metal tests to golden outputs. 2020-11-16 16:32:56 +00:00
CastMat2x2ToMat3x3.sksl Convert remaining Metal tests to golden outputs. 2020-11-16 16:32:56 +00:00
CastMat2x3ToMat4x4.sksl Convert remaining Metal tests to golden outputs. 2020-11-16 16:32:56 +00:00
CastMat4x4ToMat3x4.sksl Convert remaining Metal tests to golden outputs. 2020-11-16 16:32:56 +00:00
CastMat4x4ToMat4x3.sksl Convert remaining Metal tests to golden outputs. 2020-11-16 16:32:56 +00:00
InterfaceBlocksRequireBinding.sksl Enforce that layout(binding=...) is set on interface blocks in Metal. 2020-12-04 19:30:35 +00:00
NumericGlobals.sksl Convert remaining Metal tests to golden outputs. 2020-11-16 16:32:56 +00:00
OpaqueTypeInInterfaceBlock.sksl Detect unsupported types for MemoryLayout and report errors. 2020-11-16 19:14:48 +00:00
OpaqueTypeInStruct.sksl Detect unsupported types for MemoryLayout and report errors. 2020-11-16 19:14:48 +00:00
OutVarsRequireLocation.sksl Enforce layout(location=...) on Metal out variables. 2020-12-01 20:41:15 +00:00
SamplerGlobals.sksl Convert remaining Metal tests to golden outputs. 2020-11-16 16:32:56 +00:00