Skip to content

Commit b5fa630

Browse files
Clean up residual code (#757)
Co-authored-by: Almar Klein <[email protected]>
1 parent 4ce9da9 commit b5fa630

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

wgpu/utils/imgui/imgui_backend.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ def _update_texture(self, tex: imgui.ImTextureData):
196196

197197
self._textures.pop(tex.tex_id, None)
198198
self._texture_views.pop(tex.tex_id, None)
199-
self._texture_bind_groups.pop(tex.tex_id, None)
200199

201200
def _create_device_objects(self):
202201
vertex_shader_program = self._device.create_shader_module(

0 commit comments

Comments
 (0)