Skip to content

Commit 38023e9

Browse files
authored
Export BindGroupEntry type to re_renderer rust dependents (#11406)
1 parent ba85ede commit 38023e9

File tree

1 file changed

+1
-1
lines changed
  • crates/viewer/re_renderer/src

1 file changed

+1
-1
lines changed

crates/viewer/re_renderer/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ pub use texture_info::Texture2DBufferInfo;
102102
pub use transform::RectTransform;
103103
pub use view_builder::{ViewBuilder, ViewPickingConfiguration};
104104
pub use wgpu_resources::{
105-
BindGroupDesc, BindGroupLayoutDesc, GpuBindGroup, GpuBindGroupLayoutHandle,
105+
BindGroupDesc, BindGroupEntry, BindGroupLayoutDesc, GpuBindGroup, GpuBindGroupLayoutHandle,
106106
GpuPipelineLayoutPool, GpuRenderPipelineHandle, GpuRenderPipelinePool,
107107
GpuRenderPipelinePoolAccessor, GpuShaderModuleHandle, GpuShaderModulePool, PipelineLayoutDesc,
108108
RenderPipelineDesc, ShaderModuleDesc, VertexBufferLayout, WgpuResourcePoolStatistics,

0 commit comments

Comments
 (0)