[spv-out] Take advantage of use abbreviation.

This commit is contained in:
Jim Blandy
2021-05-20 14:22:31 -07:00
committed by Dzmitry Malyshau
parent 3dd9cc0c66
commit ad550addb8

View File

@@ -729,7 +729,7 @@ impl Writer {
}
Instruction::type_int(id, bits, signedness)
}
crate::ScalarKind::Float => {
Sk::Float => {
if bits == 64 {
self.capabilities.insert(spirv::Capability::Float64);
}