early-access version 1365

This commit is contained in:
pineappleEA
2021-01-23 22:04:10 +01:00
parent 0b9f90d2c9
commit 678f626689
16 changed files with 359 additions and 134 deletions

View File

@@ -392,7 +392,7 @@ void ShaderIR::SetInternalFlagsFromInteger(NodeBlock& bb, Node value, bool sets_
case 0: // Operation Node
SearchOperands(bb, value);
break;
case 2: // Genral Purpose Node
case 2: // General Purpose Node
if (const auto* gpr = std::get_if<GprNode>(value.get())) {
LOG_DEBUG(HW_GPU, "GprNode: index={}", gpr->GetIndex());
Node zerop = Operation(OperationCode::LogicalIEqual, std::move(value),