mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
[spv-in] Handle Op::LogicalEqual
This commit is contained in:
@@ -1874,6 +1874,7 @@ impl<I: Iterator<Item = u32>> Parser<I> {
|
||||
| Op::FUnordLessThanEqual
|
||||
| Op::FOrdGreaterThanEqual
|
||||
| Op::FUnordGreaterThanEqual
|
||||
| Op::LogicalEqual
|
||||
| Op::LogicalNotEqual => {
|
||||
inst.expect(5)?;
|
||||
let operator = map_binary_operator(inst.op)?;
|
||||
|
||||
Reference in New Issue
Block a user