Skip to content

Commit c499137

Browse files
authored
fix: Add missing cool factor and remove explicit experimental tags (#2377)
1 parent a8e4c49 commit c499137

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"title": "Bitonic Sort",
33
"category": "algorithms",
4-
"tags": ["experimental", "compute"]
4+
"tags": ["compute"],
5+
"coolFactor": 5
56
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"title": "Render Bundles (.with API)",
33
"category": "rendering",
4-
"tags": ["experimental", "3d", "rasterization", "performance"]
4+
"tags": ["3d", "rasterization", "performance"],
5+
"coolFactor": 5
56
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"title": "Render Bundles",
33
"category": "rendering",
4-
"tags": ["experimental", "3d", "rasterization", "performance"]
4+
"tags": ["3d", "rasterization", "performance"],
5+
"coolFactor": 5
56
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"title": "Mesh Skinning",
33
"category": "simple",
4-
"tags": ["rendering", "experimental"]
4+
"tags": ["3d", "animation"],
5+
"coolFactor": 7
56
}

0 commit comments

Comments
 (0)