forked from KhronosGroup/SPIRV-Headers
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:KhronosGroup/SPIRV-Headers into hea…
…der_4_hlsl
- Loading branch information
Showing
16 changed files
with
548 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -272,7 +272,8 @@ | |
<!-- Reserved memory operand bits --> | ||
<ids type="MemoryOperand" start="0" end="15" vendor="Khronos" comment="Reserved MemoryOperand bits, not available to vendors - see the SPIR-V Specification"/> | ||
<ids type="MemoryOperand" start="16" end="18" vendor="Intel" comment="Contact [email protected]"/> | ||
<ids type="MemoryOperand" start="19" end="30" comment="Unreserved bits reservable for use by vendors"/> | ||
<ids type="MemoryOperand" start="19" end="22" vendor="Arm" comment="Contact [email protected]"/> | ||
<ids type="MemoryOperand" start="23" end="30" comment="Unreserved bits reservable for use by vendors"/> | ||
<ids type="MemoryOperand" start="31" end="31" vendor="Khronos" comment="Reserved MemoryOperand bit, not available to vendors"/> | ||
|
||
<!-- SECTION: SPIR-V Image Operand Bit Reservations --> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.