summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJay Kwak <82421531+jkwak-work@users.noreply.github.com>2025-07-15 17:45:23 -0700
committerGitHub <noreply@github.com>2025-07-16 00:45:23 +0000
commit223ccd40599ffcd74b409c7321f2264b93aec4bd (patch)
tree4b3cdbc80428ec4667becce938fe5592e5c9c862 /examples
parent299eb0c889322a960d1907b6722ee1caf88475a4 (diff)
Fix Metal pointer type emission in entry point parameters (#7759)
* Fix Metal pointer type emission in entry point parameters Add missing default case in Metal emitter's address space switch to preserve pointer types. Previously, unrecognized address spaces would fall through without emitting pointer syntax, causing uint64_t* to become ulong instead of ulong constant*. Fixes #7605, #6174 * Treat AddressSpace::UserPointer as Global in Metal Also adding another test for `uniform` keyword
Diffstat (limited to 'examples')
0 files changed, 0 insertions, 0 deletions