deno / 1.23.2 / ~ / gputextureusage.html /

GPUTextureUsage

class GPUTextureUsage {
static COPY_DST : 2;
static COPY_SRC : 1;
static RENDER_ATTACHMENT : 16;
static STORAGE_BINDING : 8;
static TEXTURE_BINDING : 4;
}

Static Properties

COPY_DST : 2
COPY_SRC : 1
RENDER_ATTACHMENT : 16
STORAGE_BINDING : 8
TEXTURE_BINDING : 4

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