Skip to content

Commit

Permalink
Add type punning rules to vk::BufferPointer
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-lunarg committed May 8, 2023
1 parent 9e98876 commit 7a2e49c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions proposals/0010-vk-buffer-ref.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@ A vk::BufferPointer can otherwise be used whereever the HLSL spec does not other
Applying HLSL semantic annotations to objects of type vk::BufferPointer is disallowed.
### Buffer Pointers and Type Punning Through Unions
While buffer pointer types are allowed in unions, type punning with buffer pointer types is disallowed.
## SPIR-V Appendices
### Appendix A: SPIR-V for RawBufferLoad
Expand Down

0 comments on commit 7a2e49c

Please sign in to comment.