From 031f8376e9718ee745a3044849402f508286b074 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Tue, 8 Sep 2020 03:51:29 +0900 Subject: [PATCH] shaderir: Refactoring --- internal/shaderir/ir_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/shaderir/ir_test.go b/internal/shaderir/ir_test.go index 256f44717..1effdd433 100644 --- a/internal/shaderir/ir_test.go +++ b/internal/shaderir/ir_test.go @@ -902,7 +902,7 @@ void F0(float l0, float l1, thread float& l2) { VertexFunc: VertexFunc{ Block: block( nil, - 5, + 4+1, assignStmt( localVariableExpr(3), localVariableExpr(0),