W3cubDocs

/Deno

GPUPrimitiveTopology

type GPUPrimitiveTopology =
| "point-list"
| "line-list"
| "line-strip"
| "triangle-list"
| "triangle-strip";

Type

"point-list" | "line-list" | "line-strip" | "triangle-list" | "triangle-strip"