mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-09 13:38:00 +00:00
Remove EntryPoint.
This CL removes the EntryPoint node and transitions everything to the stage decoration. Change-Id: Ib2840155905c8fa60ff35870f0c4b6705efb73ff Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/28705 Commit-Queue: dan sinclair <dsinclair@chromium.org> Reviewed-by: David Neto <dneto@google.com> Reviewed-by: Sarah Mashayekhi <sarahmashay@google.com>
This commit is contained in:
committed by
Commit Bot service account
parent
de2a019a7f
commit
5f8126271d
@@ -12,9 +12,9 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
[[stage(fragment)]]
|
||||
fn main() -> void {
|
||||
var a : f32 = 2.0;
|
||||
{ a = 3.14;}
|
||||
return;
|
||||
}
|
||||
entry_point fragment = main;
|
||||
|
||||
Reference in New Issue
Block a user