Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: new std/webgpu sub-module #3119

Merged
merged 16 commits into from
Dec 12, 2023
Prev Previous commit
Next Next commit
lint fix
  • Loading branch information
iuioiua committed Dec 11, 2023
commit a03f8b49ff251c0d410153d47b54267768882335
2 changes: 1 addition & 1 deletion webgpu/texture_with_data_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Deno.test({
const device = await adapter.requestDevice();
assert(device);

const texture = createTextureWithData(device, {
createTextureWithData(device, {
format: "bgra8unorm-srgb",
size: {
width: 3,
Expand Down
Loading