☰
WasmNotSync
wgpu
0.17.2
WasmNotSync
Implementors
In crate wgpu
Modules
util
Macros
include_spirv_raw
include_wgsl
vertex_attr_array
Structs
Adapter
AdapterInfo
Backends
BindGroup
BindGroupDescriptor
BindGroupEntry
BindGroupLayout
BindGroupLayoutDescriptor
BindGroupLayoutEntry
BlendComponent
BlendState
Buffer
BufferAsyncError
BufferBinding
BufferSlice
BufferUsages
BufferView
BufferViewMut
Color
ColorTargetState
ColorWrites
CommandBuffer
CommandBufferDescriptor
CommandEncoder
ComputePass
ComputePassDescriptor
ComputePipeline
ComputePipelineDescriptor
CreateSurfaceError
DepthBiasState
DepthStencilState
Device
DownlevelCapabilities
DownlevelFlags
Extent3d
Features
FragmentState
ImageCopyBufferBase
ImageCopyTextureBase
ImageCopyTextureTaggedBase
ImageDataLayout
ImageSubresourceRange
Instance
InstanceDescriptor
Limits
MultisampleState
Operations
Origin2d
Origin3d
PipelineLayout
PipelineLayoutDescriptor
PipelineStatisticsTypes
PresentationTimestamp
PrimitiveState
PushConstantRange
QuerySet
Queue
QueueWriteBufferView
RenderBundle
RenderBundleDepthStencil
RenderBundleEncoder
RenderBundleEncoderDescriptor
RenderPass
RenderPassColorAttachment
RenderPassDepthStencilAttachment
RenderPassDescriptor
RenderPipeline
RenderPipelineDescriptor
RequestAdapterOptionsBase
RequestDeviceError
Sampler
SamplerDescriptor
ShaderModule
ShaderModuleDescriptor
ShaderModuleDescriptorSpirV
ShaderStages
StencilFaceState
StencilState
SubmissionIndex
Surface
SurfaceCapabilities
SurfaceTexture
Texture
TextureFormatFeatureFlags
TextureFormatFeatures
TextureUsages
TextureView
TextureViewDescriptor
VertexAttribute
VertexBufferLayout
VertexState
Enums
AddressMode
AstcBlock
AstcChannel
Backend
BindingResource
BindingType
BlendFactor
BlendOperation
BufferBindingType
CompareFunction
CompositeAlphaMode
DeviceType
Dx12Compiler
Error
ErrorFilter
Face
FilterMode
FrontFace
IndexFormat
LoadOp
MaintainBase
MapMode
PolygonMode
PowerPreference
PredefinedColorSpace
PresentMode
PrimitiveTopology
QueryType
SamplerBindingType
SamplerBorderColor
ShaderModel
ShaderSource
StencilOperation
StorageTextureAccess
SurfaceError
SurfaceStatus
TextureAspect
TextureDimension
TextureFormat
TextureSampleType
TextureViewDimension
VertexFormat
VertexStepMode
Constants
COPY_BUFFER_ALIGNMENT
COPY_BYTES_PER_ROW_ALIGNMENT
MAP_ALIGNMENT
PUSH_CONSTANT_ALIGNMENT
QUERY_RESOLVE_BUFFER_ALIGNMENT
QUERY_SET_MAX_QUERIES
QUERY_SIZE
VERTEX_STRIDE_ALIGNMENT
Traits
UncapturedErrorHandler
WasmNotSend
WasmNotSync
Type Aliases
BufferAddress
BufferDescriptor
BufferSize
CommandEncoderDescriptor
DeviceDescriptor
DynamicOffset
ImageCopyBuffer
ImageCopyTexture
ImageCopyTextureTagged
Label
Maintain
QuerySetDescriptor
RenderBundleDescriptor
RequestAdapterOptions
ShaderLocation
SurfaceConfiguration
TextureDescriptor
?
Trait
wgpu
::
WasmNotSync
source
·
[
−
]
pub trait WasmNotSync:
Sync
{ }
Implementors
§
source
§
impl<T>
WasmNotSync
for T
where T:
Sync
,