W3cubDocs
/
Deno
W3cubTools
Cheatsheets
About
1.27.0
Deno
560
Deno CLI APIs
Show more… (250)
DOMStringList
EcdhKeyDeriveParams
EcdsaParams
EcKeyAlgorithm
EcKeyGenParams
EcKeyImportParams
ErrorConstructor
ErrorEvent
ErrorEventInit
Event
EventInit
EventListener
EventListenerObject
EventListenerOptions
EventListenerOrEventListenerObject
EventTarget
fetch
File
FilePropertyBag
FileReader
FileReaderEventMap
FormData
FormDataEntryValue
GPU
GPUAdapter
GPUAdapterInfo
GPUAddressMode
GPUAutoLayoutMode
GPUBindGroup
GPUBindGroupDescriptor
GPUBindGroupEntry
GPUBindGroupLayout
GPUBindGroupLayoutDescriptor
GPUBindGroupLayoutEntry
GPUBindingResource
GPUBlendComponent
GPUBlendFactor
GPUBlendOperation
GPUBlendState
GPUBuffer
GPUBufferBinding
GPUBufferBindingLayout
GPUBufferBindingType
GPUBufferDescriptor
GPUBufferUsage
GPUBufferUsageFlags
GPUColor
GPUColorDict
GPUColorTargetState
GPUColorWrite
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
Show more… (210)
GPUCompareFunction
type
GPUCompareFunction =
|
"never"
|
"less"
|
"equal"
|
"less-equal"
|
"greater"
|
"not-equal"
|
"greater-equal"
|
"always"
;
Type
"never"
|
"less"
|
"equal"
|
"less-equal"
|
"greater"
|
"not-equal"
|
"greater-equal"
|
"always"
© 2018–2021 the Deno authors
https://doc.deno.land/deno/stable/~/GPUCompareFunction