W3cubDocs
/
Deno
W3cubTools
Cheatsheets
About
1.27.0
Deno
560
Deno CLI APIs
Show more… (300)
GPUColorWriteFlags
GPUCommandBuffer
GPUCommandBufferDescriptor
GPUCommandEncoder
GPUCommandEncoderDescriptor
GPUCompareFunction
GPUCompilationInfo
GPUCompilationMessage
GPUCompilationMessageType
GPUComputePassDescriptor
GPUComputePassEncoder
GPUComputePipeline
GPUComputePipelineDescriptor
GPUCullMode
GPUDepthStencilState
GPUDevice
GPUDeviceDescriptor
GPUDeviceLostInfo
GPUDeviceLostReason
GPUError
GPUErrorFilter
GPUExtent3D
GPUExtent3DDict
GPUFeatureName
GPUFilterMode
GPUFragmentState
GPUFrontFace
GPUImageCopyBuffer
GPUImageCopyTexture
GPUImageDataLayout
GPUIndexFormat
GPULoadOp
GPUMapMode
GPUMapModeFlags
GPUMipmapFilterMode
GPUMultisampleState
GPUObjectBase
GPUObjectDescriptorBase
GPUOrigin3D
GPUOrigin3DDict
GPUOutOfMemoryError
GPUPipelineBase
GPUPipelineDescriptorBase
GPUPipelineLayout
GPUPipelineLayoutDescriptor
GPUPipelineStatisticName
GPUPowerPreference
GPUPrimitiveState
GPUPrimitiveTopology
GPUProgrammablePassEncoder
GPUProgrammableStage
GPUQuerySet
GPUQuerySetDescriptor
GPUQueryType
GPUQueue
GPURenderBundle
GPURenderBundleDescriptor
GPURenderBundleEncoder
GPURenderBundleEncoderDescriptor
GPURenderEncoderBase
GPURenderPassColorAttachment
GPURenderPassDepthStencilAttachment
GPURenderPassDescriptor
GPURenderPassEncoder
GPURenderPassLayout
GPURenderPipeline
GPURenderPipelineDescriptor
GPURequestAdapterOptions
GPUSampler
GPUSamplerBindingLayout
GPUSamplerBindingType
GPUSamplerDescriptor
GPUShaderModule
GPUShaderModuleDescriptor
GPUShaderStage
GPUShaderStageFlags
GPUStencilFaceState
GPUStencilOperation
GPUStorageTextureAccess
GPUStorageTextureBindingLayout
GPUStoreOp
GPUSupportedFeatures
GPUSupportedLimits
GPUTexture
GPUTextureAspect
GPUTextureBindingLayout
GPUTextureDescriptor
GPUTextureDimension
GPUTextureFormat
GPUTextureSampleType
GPUTextureUsage
GPUTextureUsageFlags
GPUTextureView
GPUTextureViewDescriptor
GPUTextureViewDimension
GPUUncapturedErrorEvent
GPUUncapturedErrorEventInit
GPUValidationError
GPUVertexAttribute
GPUVertexBufferLayout
Show more… (160)
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–2021 the Deno authors
https://doc.deno.land/deno/stable/~/GPUTextureUsage