|
182 | 182 | AdapterInfo, AddressMode, AstcBlock, AstcChannel, Backend, BackendOptions, Backends, |
183 | 183 | BindGroupLayoutEntry, BindingType, BlendComponent, BlendFactor, BlendOperation, BlendState, |
184 | 184 | BufferAddress, BufferBindingType, BufferSize, BufferUsages, Color, ColorTargetState, |
185 | | - ColorWrites, CommandBufferDescriptor, CompareFunction, CompositeAlphaMode, CoreCounters, |
186 | | - DepthBiasState, DepthStencilState, DeviceLostReason, DeviceType, DownlevelCapabilities, |
187 | | - DownlevelFlags, Dx12BackendOptions, Dx12Compiler, DynamicOffset, Extent3d, Face, Features, |
188 | | - FilterMode, FrontFace, GlBackendOptions, Gles3MinorVersion, HalCounters, ImageSubresourceRange, |
189 | | - IndexFormat, InstanceDescriptor, InstanceFlags, InternalCounters, Limits, MaintainResult, |
190 | | - MemoryHints, MultisampleState, Origin2d, Origin3d, PipelineStatisticsTypes, PolygonMode, |
191 | | - PowerPreference, PredefinedColorSpace, PresentMode, PresentationTimestamp, PrimitiveState, |
192 | | - PrimitiveTopology, PushConstantRange, QueryType, RenderBundleDepthStencil, SamplerBindingType, |
193 | | - SamplerBorderColor, ShaderLocation, ShaderModel, ShaderRuntimeChecks, ShaderStages, |
194 | | - StencilFaceState, StencilOperation, StencilState, StorageTextureAccess, SurfaceCapabilities, |
195 | | - SurfaceStatus, TexelCopyBufferLayout, TextureAspect, TextureDimension, TextureFormat, |
| 185 | + ColorWrites, CommandBufferDescriptor, CompareFunction, CompositeAlphaMode, |
| 186 | + CopyExternalImageDestInfo, CoreCounters, DepthBiasState, DepthStencilState, DeviceLostReason, |
| 187 | + DeviceType, DownlevelCapabilities, DownlevelFlags, Dx12BackendOptions, Dx12Compiler, |
| 188 | + DynamicOffset, Extent3d, Face, Features, FilterMode, FrontFace, GlBackendOptions, |
| 189 | + Gles3MinorVersion, HalCounters, ImageSubresourceRange, IndexFormat, InstanceDescriptor, |
| 190 | + InstanceFlags, InternalCounters, Limits, MaintainResult, MemoryHints, MultisampleState, |
| 191 | + Origin2d, Origin3d, PipelineStatisticsTypes, PolygonMode, PowerPreference, |
| 192 | + PredefinedColorSpace, PresentMode, PresentationTimestamp, PrimitiveState, PrimitiveTopology, |
| 193 | + PushConstantRange, QueryType, RenderBundleDepthStencil, SamplerBindingType, SamplerBorderColor, |
| 194 | + ShaderLocation, ShaderModel, ShaderRuntimeChecks, ShaderStages, StencilFaceState, |
| 195 | + StencilOperation, StencilState, StorageTextureAccess, SurfaceCapabilities, SurfaceStatus, |
| 196 | + TexelCopyBufferLayout, TextureAspect, TextureDimension, TextureFormat, |
196 | 197 | TextureFormatFeatureFlags, TextureFormatFeatures, TextureSampleType, TextureUsages, |
197 | 198 | TextureViewDimension, VertexAttribute, VertexFormat, VertexStepMode, WasmNotSend, |
198 | 199 | WasmNotSendSync, WasmNotSync, COPY_BUFFER_ALIGNMENT, COPY_BYTES_PER_ROW_ALIGNMENT, |
|
208 | 209 | </span><span class="kw">pub use </span>wgt::ImageCopyExternalImage; |
209 | 210 | <span class="attr">#[cfg(any(webgpu, webgl))] |
210 | 211 | </span><span class="kw">pub use </span>wgt::{CopyExternalImageSourceInfo, ExternalImageSource}; |
211 | | - |
212 | 212 | <span class="comment">// |
213 | 213 | // |
214 | 214 | // Re-exports of dependencies |
|
0 commit comments