|
@@ -261,7 +261,7 @@ const OP::OpCodeProperty OP::m_OpCodeProps[(unsigned)OP::OpCode::NumOpCodes] = {
|
|
|
{ OC::WavePrefixBitCount, "WavePrefixBitCount", OCC::WavePrefixOp, "wavePrefixOp", { true, false, false, false, false, false, false, false, false, false, false}, Attribute::None, },
|
|
|
|
|
|
// Pixel shader void, h, f, d, i1, i8, i16, i32, i64, udt, obj , function attribute
|
|
|
- { OC::AttributeAtVertex, "AttributeAtVertex", OCC::AttributeAtVertex, "attributeAtVertex", { false, true, true, false, false, false, false, false, false, false, false}, Attribute::ReadNone, },
|
|
|
+ { OC::AttributeAtVertex, "AttributeAtVertex", OCC::AttributeAtVertex, "attributeAtVertex", { false, true, true, false, false, false, true, true, false, false, false}, Attribute::ReadNone, },
|
|
|
|
|
|
// Graphics shader void, h, f, d, i1, i8, i16, i32, i64, udt, obj , function attribute
|
|
|
{ OC::ViewID, "ViewID", OCC::ViewID, "viewID", { false, false, false, false, false, false, false, true, false, false, false}, Attribute::ReadNone, },
|