Skip to content

Commit ae90040

Browse files
authored
Re-export Dx12SwapchainKind and Dx12UseFrameLatencyWaitableObject (#8627)
1 parent db907d9 commit ae90040

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

wgpu/src/lib.rs

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -135,21 +135,22 @@ pub use wgt::{
135135
CommandBufferDescriptor, CompareFunction, CompositeAlphaMode, CopyExternalImageDestInfo,
136136
CoreCounters, DepthBiasState, DepthStencilState, DeviceLostReason, DeviceType,
137137
DownlevelCapabilities, DownlevelFlags, DownlevelLimits, Dx12BackendOptions, Dx12Compiler,
138-
DxcShaderModel, DynamicOffset, ExperimentalFeatures, Extent3d, ExternalTextureFormat,
139-
ExternalTextureTransferFunction, Face, Features, FeaturesWGPU, FeaturesWebGPU, FilterMode,
140-
FrontFace, GlBackendOptions, GlFenceBehavior, Gles3MinorVersion, HalCounters,
141-
ImageSubresourceRange, ImmediateRange, IndexFormat, InstanceDescriptor, InstanceFlags,
142-
InternalCounters, Limits, MemoryBudgetThresholds, MemoryHints, MipmapFilterMode,
143-
MultisampleState, NoopBackendOptions, Origin2d, Origin3d, PipelineStatisticsTypes, PollError,
144-
PollStatus, PolygonMode, PowerPreference, PredefinedColorSpace, PresentMode,
145-
PresentationTimestamp, PrimitiveState, PrimitiveTopology, QueryType, RenderBundleDepthStencil,
146-
RequestAdapterError, SamplerBindingType, SamplerBorderColor, ShaderLocation, ShaderModel,
147-
ShaderRuntimeChecks, ShaderStages, StencilFaceState, StencilOperation, StencilState,
148-
StorageTextureAccess, SurfaceCapabilities, SurfaceStatus, TexelCopyBufferLayout, TextureAspect,
149-
TextureDimension, TextureFormat, TextureFormatFeatureFlags, TextureFormatFeatures,
150-
TextureSampleType, TextureTransition, TextureUsages, TextureUses, TextureViewDimension, Trace,
151-
VertexAttribute, VertexFormat, VertexStepMode, WasmNotSend, WasmNotSendSync, WasmNotSync,
152-
COPY_BUFFER_ALIGNMENT, COPY_BYTES_PER_ROW_ALIGNMENT, IMMEDIATES_ALIGNMENT, MAP_ALIGNMENT,
138+
Dx12SwapchainKind, Dx12UseFrameLatencyWaitableObject, DxcShaderModel, DynamicOffset,
139+
ExperimentalFeatures, Extent3d, ExternalTextureFormat, ExternalTextureTransferFunction, Face,
140+
Features, FeaturesWGPU, FeaturesWebGPU, FilterMode, FrontFace, GlBackendOptions,
141+
GlFenceBehavior, Gles3MinorVersion, HalCounters, ImageSubresourceRange, ImmediateRange,
142+
IndexFormat, InstanceDescriptor, InstanceFlags, InternalCounters, Limits,
143+
MemoryBudgetThresholds, MemoryHints, MipmapFilterMode, MultisampleState, NoopBackendOptions,
144+
Origin2d, Origin3d, PipelineStatisticsTypes, PollError, PollStatus, PolygonMode,
145+
PowerPreference, PredefinedColorSpace, PresentMode, PresentationTimestamp, PrimitiveState,
146+
PrimitiveTopology, QueryType, RenderBundleDepthStencil, RequestAdapterError,
147+
SamplerBindingType, SamplerBorderColor, ShaderLocation, ShaderModel, ShaderRuntimeChecks,
148+
ShaderStages, StencilFaceState, StencilOperation, StencilState, StorageTextureAccess,
149+
SurfaceCapabilities, SurfaceStatus, TexelCopyBufferLayout, TextureAspect, TextureDimension,
150+
TextureFormat, TextureFormatFeatureFlags, TextureFormatFeatures, TextureSampleType,
151+
TextureTransition, TextureUsages, TextureUses, TextureViewDimension, Trace, VertexAttribute,
152+
VertexFormat, VertexStepMode, WasmNotSend, WasmNotSendSync, WasmNotSync, COPY_BUFFER_ALIGNMENT,
153+
COPY_BYTES_PER_ROW_ALIGNMENT, IMMEDIATES_ALIGNMENT, MAP_ALIGNMENT,
153154
QUERY_RESOLVE_BUFFER_ALIGNMENT, QUERY_SET_MAX_QUERIES, QUERY_SIZE, VERTEX_ALIGNMENT,
154155
};
155156

0 commit comments

Comments
 (0)