W3cubDocs
/
Deno
W3cubTools
Cheatsheets
About
GPUPrimitiveTopology
type
GPUPrimitiveTopology =
|
"point-list"
|
"line-list"
|
"line-strip"
|
"triangle-list"
|
"triangle-strip"
;
Type
"point-list"
|
"line-list"
|
"line-strip"
|
"triangle-list"
|
"triangle-strip"
© 2018–2021 the Deno authors
https://doc.deno.land/deno/stable/~/GPUPrimitiveTopology