mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-08 13:14:56 +00:00
Add texture_external parsing and intrinsic overloads
Adds texture_external to ParserImpl. Adds texture_external overloads to TextureSample, TextureLoad, and TextureDimensions to the intrisic table. Adds corresponding tests. Bug: dawn:728 Change-Id: I5e5557a10327f8c3d3044319decd748f812ecf3e Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/48722 Reviewed-by: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com>
This commit is contained in:
committed by
Commit Bot service account
parent
add325bb61
commit
145f865fb1
@@ -416,6 +416,7 @@ tint_unittests_source_set("tint_unittests_wgsl_reader_src") {
|
||||
"../src/reader/wgsl/parser_impl_error_msg_test.cc",
|
||||
"../src/reader/wgsl/parser_impl_error_resync_test.cc",
|
||||
"../src/reader/wgsl/parser_impl_exclusive_or_expression_test.cc",
|
||||
"../src/reader/wgsl/parser_impl_external_texture_type_test.cc",
|
||||
"../src/reader/wgsl/parser_impl_for_stmt_test.cc",
|
||||
"../src/reader/wgsl/parser_impl_function_decl_test.cc",
|
||||
"../src/reader/wgsl/parser_impl_function_decoration_list_test.cc",
|
||||
|
||||
Reference in New Issue
Block a user