deno / latest / ~ / gpuprimitivetopology.html

GPUPrimitiveTopology

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

Type

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