deno / latest / ~ / gpupipelinestatisticname.html

GPUPipelineStatisticName

type GPUPipelineStatisticName = 
    
| "vertex-shader-invocations"
| "clipper-invocations"
| "clipper-primitives-out"
| "fragment-shader-invocations"
| "compute-shader-invocations";

Type

"vertex-shader-invocations" | "clipper-invocations" | "clipper-primitives-out" | "fragment-shader-invocations" | "compute-shader-invocations"