Skip to content

[spirv] Fixes vk::BufferPointer constructor expression construction.#7331

Merged
s-perron merged 2 commits intomicrosoft:mainfrom
danbrown-amd:vk-buffer-pointer-from-uint
Apr 15, 2025
Merged

[spirv] Fixes vk::BufferPointer constructor expression construction.#7331
s-perron merged 2 commits intomicrosoft:mainfrom
danbrown-amd:vk-buffer-pointer-from-uint

Conversation

@danbrown-amd
Copy link
Copy Markdown
Contributor

Constructors are now properly attached to the template class declaration instead of a specialization.
Closes #6489 (again).

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 10, 2025

✅ With the latest revision this PR passed the C/C++ code formatter.

Copy link
Copy Markdown
Collaborator

@Keenuts Keenuts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! just a small fix (use cast when a failed cast is a fatal error)

Comment thread tools/clang/lib/Sema/SemaExprCXX.cpp Outdated
@s-perron s-perron enabled auto-merge (squash) April 15, 2025 14:51
@s-perron s-perron merged commit 30a7579 into microsoft:main Apr 15, 2025
12 checks passed
@github-project-automation github-project-automation Bot moved this from New to Done in HLSL Roadmap Apr 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

[SPIR-V][Feature Request] Implement Buffer Pointers in HLSL With vk::BufferPointer

3 participants