Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions meetings/2026-04-17.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@

---
title: 2026-04-17 - HLSL Working Group Minutes
---

* Discussion topics
* Matrix Layout Keywords Proposal:
* @farzonl informed the group about a
[new proposal for matrix layout keywords](https://github.com/llvm/wg-hlsl/pull/415/),
seeking reviews from interested members, and shared a
[draft implementation pr](https://github.com/llvm/llvm-project/pull/192284).
* Vector Store Support in RW Buffer
* @farzonl raised the need for
[storage image extended format support](https://github.com/llvm/llvm-project/issues/192486)
for float2 and float3 vector stores in RW buffer when targeting vulkan.
* @s-perron [put up a pr](https://github.com/llvm/llvm-project/pull/192512) to fix this.
* Constant Buffer Proposal and Function Call Handling
* @s-perron presented a [draft proposal for constant buffer](https://github.com/llvm/wg-hlsl/pull/413),
discussed unresolved issues including function call handling within structs,
and outlined a plan for compatibility and error reporting.