mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-08 13:14:56 +00:00
[spirv-writer] Emit entrypoint from function decoration.
This CL updates the SPIRV-Writer to emit entry point information based on the function stage as well as EntryPoint nodes. Change-Id: I1fa937cbb2159b31516b0189216d679e03f0384d Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/28702 Reviewed-by: David Neto <dneto@google.com> Commit-Queue: dan sinclair <dsinclair@chromium.org>
This commit is contained in:
committed by
Commit Bot service account
parent
48d08d2147
commit
a8274b2fef
@@ -21,4 +21,3 @@ fn main() -> f32 {
|
||||
fn ep() -> void {
|
||||
return;
|
||||
}
|
||||
entry_point compute = ep;
|
||||
|
||||
Reference in New Issue
Block a user