stage2: update for new usingnamespace semantics

This commit is contained in:
Andrew Kelley
2021-08-30 18:47:00 -07:00
parent a2ff3a13fe
commit e41e75a486
10 changed files with 40 additions and 28 deletions

View File

@@ -582,8 +582,8 @@ pub const Opcode = enum(u16) {
OpSpecConstantCompositeContinuedINTEL = 6092,
_,
const OpReportIntersectionKHR = OpReportIntersectionNV;
const OpTypeAccelerationStructureKHR = OpTypeAccelerationStructureNV;
const OpReportIntersectionKHR: Opcode = .OpReportIntersectionNV;
const OpTypeAccelerationStructureKHR: Opcode = .OpTypeAccelerationStructureNV;
};
pub const ImageOperands = packed struct {
Bias: bool align(@alignOf(u32)) = false,