Skip to content

Commit

Permalink
If data in create_buffer_with_data isn't a multiple of 4, just round up.
Browse files Browse the repository at this point in the history
  • Loading branch information
otterbotter authored and fyellin committed Oct 21, 2024
1 parent d28f27f commit 83416c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A Python implementation of WebGPU - the next generation GPU API. 🚀

## Introduction

The purpose of wgpu-py to to provide Python with a powerful and reliable GPU API.
The purpose of wgpu-py is to provide Python with a powerful and reliable GPU API.

It serves as a basis to build a broad range of applications and libraries
related to visualization and GPU compute. We use it in
Expand Down

0 comments on commit 83416c7

Please sign in to comment.