Add additional test to check for Sampler alias formatting.
Signed-off-by: KtorZ <5680256+KtorZ@users.noreply.github.com>
This commit is contained in:
parent
428d30c3bb
commit
2a1253cb52
|
@ -685,6 +685,7 @@ mod tests {
|
|||
}),
|
||||
"Identity<fn(Bool) -> Bool>",
|
||||
);
|
||||
assert_string!(Type::sampler(Type::int()), "Sampler<Int>");
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Reference in New Issue