Skip to content

Commit da719b6

Browse files
authored
Update glsl.rs
1 parent eed9962 commit da719b6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/compiler/translator/ir/src/output

src/compiler/translator/ir/src/output/glsl.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1062,6 +1062,7 @@ impl ast::Target for Generator {
10621062
UnaryOpCode::PackSnorm4x8 => format!("packSnorm4x8({id})"),
10631063
UnaryOpCode::UnpackUnorm4x8 => format!("unpackUnorm4x8({id})"),
10641064
UnaryOpCode::UnpackSnorm4x8 => format!("unpackSnorm4x8({id})"),
1065+
UnaryOpCode::Ftransform => format!("ftransform({id})"),
10651066
UnaryOpCode::Length => format!("length({id})"),
10661067
UnaryOpCode::Normalize => format!("normalize({id})"),
10671068
UnaryOpCode::Transpose => format!("transpose({id})"),

0 commit comments

Comments
 (0)