2
0
Эх сурвалжийг харах

HXSL : Move transpose at the end to fix hide plugin

TothBenoit 3 долоо хоног өмнө
parent
commit
20819252fc
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      hxsl/Ast.hx

+ 1 - 1
hxsl/Ast.hx

@@ -243,7 +243,6 @@ enum TGlobal {
 	Dot;
 	Cross;
 	Normalize;
-	Transpose;
 	//Faceforward;
 	LReflect;
 	//Refract;
@@ -315,6 +314,7 @@ enum TGlobal {
 	GroupMemoryBarrier;
 	UnpackSnorm4x8;
 	UnpackUnorm4x8;
+	Transpose;
 }
 
 enum SyntaxArgAccess {