Skip to content

Commit 24aeee2

Browse files
nicalcwfitzgerald
authored andcommitted
Reexport InternalCounters, HalCounters and CoreCounters in wgpu (gfx-rs#6022)
1 parent 278d278 commit 24aeee2

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

wgpu/src/lib.rs

+11-11
Original file line numberDiff line numberDiff line change
@@ -49,19 +49,19 @@ pub use wgt::{
4949
AdapterInfo, AddressMode, AstcBlock, AstcChannel, Backend, Backends, BindGroupLayoutEntry,
5050
BindingType, BlendComponent, BlendFactor, BlendOperation, BlendState, BufferAddress,
5151
BufferBindingType, BufferSize, BufferUsages, Color, ColorTargetState, ColorWrites,
52-
CommandBufferDescriptor, CompareFunction, CompositeAlphaMode, DepthBiasState,
52+
CommandBufferDescriptor, CompareFunction, CompositeAlphaMode, CoreCounters, DepthBiasState,
5353
DepthStencilState, DeviceLostReason, DeviceType, DownlevelCapabilities, DownlevelFlags,
5454
Dx12Compiler, DynamicOffset, Extent3d, Face, Features, FilterMode, FrontFace,
55-
Gles3MinorVersion, ImageDataLayout, ImageSubresourceRange, IndexFormat, InstanceDescriptor,
56-
InstanceFlags, Limits, MaintainResult, MemoryHints, MultisampleState, Origin2d, Origin3d,
57-
PipelineStatisticsTypes, PolygonMode, PowerPreference, PredefinedColorSpace, PresentMode,
58-
PresentationTimestamp, PrimitiveState, PrimitiveTopology, PushConstantRange, QueryType,
59-
RenderBundleDepthStencil, SamplerBindingType, SamplerBorderColor, ShaderLocation, ShaderModel,
60-
ShaderStages, StencilFaceState, StencilOperation, StencilState, StorageTextureAccess,
61-
SurfaceCapabilities, SurfaceStatus, TextureAspect, TextureDimension, TextureFormat,
62-
TextureFormatFeatureFlags, TextureFormatFeatures, TextureSampleType, TextureUsages,
63-
TextureViewDimension, VertexAttribute, VertexFormat, VertexStepMode, WasmNotSend,
64-
WasmNotSendSync, WasmNotSync, COPY_BUFFER_ALIGNMENT, COPY_BYTES_PER_ROW_ALIGNMENT,
55+
Gles3MinorVersion, HalCounters, ImageDataLayout, ImageSubresourceRange, IndexFormat,
56+
InstanceDescriptor, InstanceFlags, InternalCounters, Limits, MaintainResult, MemoryHints,
57+
MultisampleState, Origin2d, Origin3d, PipelineStatisticsTypes, PolygonMode, PowerPreference,
58+
PredefinedColorSpace, PresentMode, PresentationTimestamp, PrimitiveState, PrimitiveTopology,
59+
PushConstantRange, QueryType, RenderBundleDepthStencil, SamplerBindingType, SamplerBorderColor,
60+
ShaderLocation, ShaderModel, ShaderStages, StencilFaceState, StencilOperation, StencilState,
61+
StorageTextureAccess, SurfaceCapabilities, SurfaceStatus, TextureAspect, TextureDimension,
62+
TextureFormat, TextureFormatFeatureFlags, TextureFormatFeatures, TextureSampleType,
63+
TextureUsages, TextureViewDimension, VertexAttribute, VertexFormat, VertexStepMode,
64+
WasmNotSend, WasmNotSendSync, WasmNotSync, COPY_BUFFER_ALIGNMENT, COPY_BYTES_PER_ROW_ALIGNMENT,
6565
MAP_ALIGNMENT, PUSH_CONSTANT_ALIGNMENT, QUERY_RESOLVE_BUFFER_ALIGNMENT, QUERY_SET_MAX_QUERIES,
6666
QUERY_SIZE, VERTEX_STRIDE_ALIGNMENT,
6767
};

0 commit comments

Comments
 (0)