inspector: Re-add inspector::SamplerTexturePair
The tint -> dawn roll is failing as dawn is using tint::inspector::SamplerTexturePair. We need to land this change, fix dawn, then revert this change. Bug: tint:1366 Change-Id: I3a3849ddd9416a06d0be394e295603de59594ead Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/77060 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Stephen White <senorblanco@chromium.org> Commit-Queue: Ben Clayton <bclayton@google.com>
This commit is contained in:
parent
be2362b18c
commit
c3cec4d901
|
@ -32,6 +32,9 @@
|
||||||
namespace tint {
|
namespace tint {
|
||||||
namespace inspector {
|
namespace inspector {
|
||||||
|
|
||||||
|
/// A temporary alias to sem::SamplerTexturePair. [DEPRECATED]
|
||||||
|
using SamplerTexturePair = sem::SamplerTexturePair;
|
||||||
|
|
||||||
/// Extracts information from a program
|
/// Extracts information from a program
|
||||||
class Inspector {
|
class Inspector {
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in New Issue