mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-08 13:14:56 +00:00
[wgsl-reader][wgsl-writer] Support new sampled texture syntax.
This CL updates Tint to support the `texture_1d` format for sampled textures. This is alongside the old `texture_sampled_1d` to allow migration time. The WGSL writer will always output the new form when converting to WGSL. Bug: tint:286 Change-Id: I96f0308ad3c28ade96bcab7e24aa0b405e3c4f05 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/31380 Commit-Queue: dan sinclair <dsinclair@chromium.org> Reviewed-by: Ryan Harrison <rharrison@chromium.org>
This commit is contained in:
committed by
Commit Bot service account
parent
4ce7a93202
commit
a7e1492a6a
6
Doxyfile
6
Doxyfile
@@ -241,12 +241,6 @@ TAB_SIZE = 2
|
||||
|
||||
ALIASES =
|
||||
|
||||
# This tag can be used to specify a number of word-keyword mappings (TCL only).
|
||||
# A mapping has the form "name=value". For example adding "class=itcl::class"
|
||||
# will allow you to use the command class in the itcl::class meaning.
|
||||
|
||||
TCL_SUBST =
|
||||
|
||||
# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
|
||||
# only. Doxygen will then generate output that is more tailored for C. For
|
||||
# instance, some of the names that are used will be different. The list of all
|
||||
|
||||
Reference in New Issue
Block a user