Skip to content

Commit

Permalink
[glsl][ir] Add constructor support
Browse files Browse the repository at this point in the history
This Cl adds `Construct` support to the GLSL IR backend.

Bug: 42251044
Change-Id: If1354edba3bbfdc6d37936be80a998f6c46da5de
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/204874
Reviewed-by: James Price <[email protected]>
Commit-Queue: dan sinclair <[email protected]>
  • Loading branch information
dj2 authored and Dawn LUCI CQ committed Sep 3, 2024
1 parent 7940f7d commit 7abbf53
Show file tree
Hide file tree
Showing 92 changed files with 1,661 additions and 870 deletions.
1 change: 1 addition & 0 deletions src/tint/lang/glsl/writer/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ cc_library(
"builtin_test.cc",
"call_test.cc",
"constant_test.cc",
"constructor_test.cc",
"function_test.cc",
"if_test.cc",
"loop_test.cc",
Expand Down
1 change: 1 addition & 0 deletions src/tint/lang/glsl/writer/BUILD.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ tint_add_target(tint_lang_glsl_writer_test test
lang/glsl/writer/builtin_test.cc
lang/glsl/writer/call_test.cc
lang/glsl/writer/constant_test.cc
lang/glsl/writer/constructor_test.cc
lang/glsl/writer/function_test.cc
lang/glsl/writer/if_test.cc
lang/glsl/writer/loop_test.cc
Expand Down
1 change: 1 addition & 0 deletions src/tint/lang/glsl/writer/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ if (tint_build_unittests) {
"builtin_test.cc",
"call_test.cc",
"constant_test.cc",
"constructor_test.cc",
"function_test.cc",
"if_test.cc",
"loop_test.cc",
Expand Down
Loading

0 comments on commit 7abbf53

Please sign in to comment.