Skip to content

Commit

Permalink
brutally force the cube example to run so i can regenereate the images
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaarrfk committed Dec 30, 2024
1 parent 5e8279b commit b515190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cube.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ async def draw_frame_async():
uniform_data = np.zeros((), dtype=uniform_dtype)


if __name__ == "__main__":
if True or __name__ == "__main__":
from wgpu.gui.auto import WgpuCanvas, run

print("Available adapters on this system:")
Expand Down

0 comments on commit b515190

Please sign in to comment.