-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add SpirV-reflection to detect usage of buffer-references (#1577)
Add SpirV-reflection to detect usage of buffer-references - Add a SpirV-parser to detect dereferencing of buffer-references - track back to their definition and extract descriptor-set/binding/push-constant-block - from there using spirv_reflect: extract buffer-offsets and potential array-strides - issue a warning in case buffer-references are used, currently unsupported - remove multiple copies of spirv.h in external/precompiled - Add SPIRV-Headers as submodule - Add SPIRV-Reflect as submodule
- Loading branch information
1 parent
1c20857
commit d570c3b
Showing
34 changed files
with
2,345 additions
and
36,503 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 |
---|---|---|
@@ -1,3 +1,9 @@ | ||
[submodule "external/Vulkan-Headers"] | ||
path = external/Vulkan-Headers | ||
url = https://github.com/KhronosGroup/Vulkan-Headers.git | ||
[submodule "external/SPIRV-Headers"] | ||
path = external/SPIRV-Headers | ||
url = https://github.com/KhronosGroup/SPIRV-Headers.git | ||
[submodule "external/SPIRV-Reflect"] | ||
path = external/SPIRV-Reflect | ||
url = https://github.com/KhronosGroup/SPIRV-Reflect.git |
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
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
Submodule SPIRV-Headers
added at
eb49bb
Submodule SPIRV-Reflect
added at
fa71fe
Oops, something went wrong.