From 47b107003d4bd5f8fc6a738d1db4428b4ded493e Mon Sep 17 00:00:00 2001 From: Corentin Wallez Date: Fri, 19 Jul 2019 21:28:38 +0000 Subject: [PATCH] dawn.json: Removed unused "face" bitmask It was replaced by "cull mode" but we forgot to remove it. BUG=dawn:22 Change-Id: I2195ed64d1df05b01baf37d477a2a7cc6cf1156c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/9200 Commit-Queue: Kai Ninomiya Reviewed-by: Austin Eng Reviewed-by: Kai Ninomiya --- dawn.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/dawn.json b/dawn.json index 4242abddbf..0e338a7772 100644 --- a/dawn.json +++ b/dawn.json @@ -547,15 +547,6 @@ {"name": "depth", "type": "uint32_t"} ] }, - "face": { - "category": "bitmask", - "values": [ - {"value": 0, "name": "none"}, - {"value": 1, "name": "back"}, - {"value": 2, "name": "front"}, - {"value": 3, "name": "both"} - ] - }, "fence": { "category": "object", "methods": [