deno / 1.23.2 / ~ / gpushaderstage.html /

GPUShaderStage

class GPUShaderStage {
static COMPUTE : 4;
static FRAGMENT : 2;
static VERTEX : 1;
}

Static Properties

COMPUTE : 4
FRAGMENT : 2
VERTEX : 1

© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/GPUShaderStage