Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Actually set the SPIR-V generator magic number #743

Merged
merged 1 commit into from
Sep 1, 2021
Merged

Actually set the SPIR-V generator magic number #743

merged 1 commit into from
Sep 1, 2021

Conversation

khyperia
Copy link
Contributor

@khyperia khyperia commented Sep 1, 2021

wow this took a while to do

> spirv-dis some/module
; SPIR-V
; Version: 1.3
; Generator: Embark Studios Rust GPU Compiler Backend; 0
; Bound: 63
; Schema: 0
               OpCapability Int8
               OpCapability Shader
               OpCapability VulkanMemoryModel
               OpExtension "SPV_KHR_vulkan_memory_model"
               OpMemoryModel Logical Vulkan
               blahblahblah

@khyperia khyperia requested a review from eddyb as a code owner September 1, 2021 08:16
@khyperia khyperia merged commit 71d6001 into main Sep 1, 2021
@khyperia khyperia deleted the magic branch September 1, 2021 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants