---
title: "What's New in WebGPU (Chrome 144)"
url: https://daily.dev/posts/what-s-new-in-webgpu-chrome-144--8boxolrd2
source_url: https://developer.chrome.com/blog/new-in-webgpu-144
type: article
source: "Chrome Developers"
published: 2026-01-09T10:22:01.615Z
updated: 2026-01-09T10:22:27.613Z
tags: ["gpu", "google-chrome", "webgpu"]
reading_time: 7
upvotes: 36
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# What's New in WebGPU (Chrome 144)

**[Chrome Developers](https://daily.dev/sources/chrome)** · 7 min read · 36 upvotes · 0 comments

## Summary

Chrome 144 introduces two new WGSL language extensions: subgroup_id for accessing subgroup identifiers within workgroups, and uniform_buffer_standard_layout for simplified memory layout alignment between uniform and storage buffers. WebGPU is rolling out on Linux starting with Intel Gen12+ GPUs. Performance improvements include up to 2X faster writeBuffer() and writeTexture() operations. The Android GPU team released the first alpha of Kotlin bindings for WebGPU through Jetpack's androidx.webgpu package.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://developer.chrome.com/blog/new-in-webgpu-144>

## Similar posts on daily.dev

- [What's New in WebGPU \(Chrome 145\)](https://daily.dev/posts/what-s-new-in-webgpu-chrome-145--ewohdzjzg) · Chrome Developers · 36 upvotes · 1 comments
- [What's New in WebGPU \(Chrome 141\)](https://daily.dev/posts/what-s-new-in-webgpu-chrome-141--ypy8ngkgq) · Chrome Developers · 25 upvotes · 1 comments
- [What's New in WebGPU \(Chrome 140\)](https://daily.dev/posts/what-s-new-in-webgpu-chrome-140--lxdicfxnm) · Chrome Developers · 29 upvotes · 1 comments

---

Tags: [#gpu](https://daily.dev/tags/gpu), [#google-chrome](https://daily.dev/tags/google-chrome), [#webgpu](https://daily.dev/tags/webgpu)

[View this post on daily.dev](https://daily.dev/posts/what-s-new-in-webgpu-chrome-144--8boxolrd2)
