mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-08 13:14:56 +00:00
[msl-writer] Use entry point interface canonicalization transform
This replaces the entry point IO component of the MSL sanitizing transform, and completes support for the new entry point IO syntax. Struct emission in the MSL writer is updated to use the correct attributes depending on the pipeline stage usage. Fixed: tint:510 Change-Id: I7ace33568c5a6e1bbf5c90f67b920579ba14be78 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/46520 Auto-Submit: James Price <jrprice@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: James Price <jrprice@google.com>
This commit is contained in:
committed by
Commit Bot service account
parent
3f985b984d
commit
dc8f08a782
@@ -25,6 +25,7 @@
|
||||
#include "src/reader/reader.h"
|
||||
#include "src/transform/binding_remapper.h"
|
||||
#include "src/transform/bound_array_accessors.h"
|
||||
#include "src/transform/canonicalize_entry_point_io.h"
|
||||
#include "src/transform/emit_vertex_point_size.h"
|
||||
#include "src/transform/first_index_offset.h"
|
||||
#include "src/transform/manager.h"
|
||||
|
||||
Reference in New Issue
Block a user