Skip to content

Commit 34d492a

Browse files
nicalteoxoy
authored andcommitted
Reexport InternalCounters, HalCounters and CoreCounters in wgpu
1 parent 205f1e3 commit 34d492a

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

wgpu/src/lib.rs

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -58,19 +58,19 @@ pub use wgt::{
5858
AdapterInfo, AddressMode, AstcBlock, AstcChannel, Backend, Backends, BindGroupLayoutEntry,
5959
BindingType, BlendComponent, BlendFactor, BlendOperation, BlendState, BufferAddress,
6060
BufferBindingType, BufferSize, BufferUsages, Color, ColorTargetState, ColorWrites,
61-
CommandBufferDescriptor, CompareFunction, CompositeAlphaMode, DepthBiasState,
61+
CommandBufferDescriptor, CompareFunction, CompositeAlphaMode, CoreCounters, DepthBiasState,
6262
DepthStencilState, DeviceLostReason, DeviceType, DownlevelCapabilities, DownlevelFlags,
6363
Dx12Compiler, DynamicOffset, Extent3d, Face, Features, FilterMode, FrontFace,
64-
Gles3MinorVersion, ImageDataLayout, ImageSubresourceRange, IndexFormat, InstanceDescriptor,
65-
InstanceFlags, Limits, MaintainResult, MemoryHints, MultisampleState, Origin2d, Origin3d,
66-
PipelineStatisticsTypes, PolygonMode, PowerPreference, PredefinedColorSpace, PresentMode,
67-
PresentationTimestamp, PrimitiveState, PrimitiveTopology, PushConstantRange, QueryType,
68-
RenderBundleDepthStencil, SamplerBindingType, SamplerBorderColor, ShaderLocation, ShaderModel,
69-
ShaderStages, StencilFaceState, StencilOperation, StencilState, StorageTextureAccess,
70-
SurfaceCapabilities, SurfaceStatus, TextureAspect, TextureDimension, TextureFormat,
71-
TextureFormatFeatureFlags, TextureFormatFeatures, TextureSampleType, TextureUsages,
72-
TextureViewDimension, VertexAttribute, VertexFormat, VertexStepMode, WasmNotSend,
73-
WasmNotSendSync, WasmNotSync, COPY_BUFFER_ALIGNMENT, COPY_BYTES_PER_ROW_ALIGNMENT,
64+
Gles3MinorVersion, HalCounters, ImageDataLayout, ImageSubresourceRange, IndexFormat,
65+
InstanceDescriptor, InstanceFlags, InternalCounters, Limits, MaintainResult, MemoryHints,
66+
MultisampleState, Origin2d, Origin3d, PipelineStatisticsTypes, PolygonMode, PowerPreference,
67+
PredefinedColorSpace, PresentMode, PresentationTimestamp, PrimitiveState, PrimitiveTopology,
68+
PushConstantRange, QueryType, RenderBundleDepthStencil, SamplerBindingType, SamplerBorderColor,
69+
ShaderLocation, ShaderModel, ShaderStages, StencilFaceState, StencilOperation, StencilState,
70+
StorageTextureAccess, SurfaceCapabilities, SurfaceStatus, TextureAspect, TextureDimension,
71+
TextureFormat, TextureFormatFeatureFlags, TextureFormatFeatures, TextureSampleType,
72+
TextureUsages, TextureViewDimension, VertexAttribute, VertexFormat, VertexStepMode,
73+
WasmNotSend, WasmNotSendSync, WasmNotSync, COPY_BUFFER_ALIGNMENT, COPY_BYTES_PER_ROW_ALIGNMENT,
7474
MAP_ALIGNMENT, PUSH_CONSTANT_ALIGNMENT, QUERY_RESOLVE_BUFFER_ALIGNMENT, QUERY_SET_MAX_QUERIES,
7575
QUERY_SIZE, VERTEX_STRIDE_ALIGNMENT,
7676
};

0 commit comments

Comments
 (0)