summaryrefslogtreecommitdiffstats
path: root/docs/scripts/release-note.sh
diff options
context:
space:
mode:
authorJames Helferty (NVIDIA) <jhelferty@nvidia.com>2025-08-27 20:08:54 -0700
committerGitHub <noreply@github.com>2025-08-28 03:08:54 +0000
commit80ddf40274fdca93f2ae95a247ff3af122aec6ac (patch)
tree859c48522f93cf4c1119221c1679c11b1160f857 /docs/scripts/release-note.sh
parent1681bc67fbae57b54b66c5dcfcbf315d1efa831b (diff)
Add SPIRV OpCapability for 8/16bit use in storage (#8194)
Emits the appropriate OpCapability for 8- and 16-bit type usage: - UniformAndStorageBuffer8BitAccess: for 16-bit types in SpvStorageClassUniform and SpvStorageClassStorageBuffer - UniformAndStorageBuffer16BitAccess: for 16-bit types in SpvStorageClassUniform and SpvStorageClassStorageBuffer - StoragePushConstant8: for 8-bit types in SpvStorageClassPushConstant - StoragePushConstant16: for 16-bit types in SpvStorageClassPushConstant - StorageInputOutput16: for 16-bit types in SpvStorageClassInput and SpvStorageClassOutput Generated with Claude Code, with revisions. Fixes #7879. --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: James Helferty (NVIDIA) <jhelferty-nv@users.noreply.github.com> Co-authored-by: slangbot <186143334+slangbot@users.noreply.github.com>
Diffstat (limited to 'docs/scripts/release-note.sh')
0 files changed, 0 insertions, 0 deletions