We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1d367c commit 89a1011Copy full SHA for 89a1011
src/lib/EntryData.ts
@@ -7,13 +7,13 @@ export enum ETag{
7
GasuianSplatting = "Splatting",
8
Scientific = "Scientific",
9
Games = "Games",
10
- GameEngine = "Game Engine",
+ Engine = "Engine",
11
SlangPy = "SlangPy",
12
Cuda = "Cuda",
13
Optix = "OptiX",
14
WgSL = "WgSL",
15
WebGPU = "WebGPU",
16
- PlayGround = "Playground"
+ Playground = "Playground"
17
}
18
19
src/lib/components/TagView.svelte
@@ -7,7 +7,6 @@
//========================
// functions
-
function toggleTag(tag: ETag) {
if (SlangProject.tags.includes(tag)) {
SlangProject.tags = SlangProject.tags.filter(
0 commit comments