-
Notifications
You must be signed in to change notification settings - Fork 247
Closed
Labels
a: push constantIssues related to push constants.Issues related to push constants.a: vulkanIssues specifically about Vulkan.Issues specifically about Vulkan.c: rustc_codegen_spirvIssues specific to the rustc_codegen_spirv crate.Issues specific to the rustc_codegen_spirv crate.t: bugSomething isn't workingSomething isn't working
Description
Quoth Baldur (hope he doesn't mind I post it here):
BTW I also noticed some invalid SPIR-V in your shader which may also affect this, you have a PushConstant storage class variable defined that is not an OpTypeStruct. All uniforms and push constant variables must be struct pointers with explicitly laid out structs.
Metadata
Metadata
Assignees
Labels
a: push constantIssues related to push constants.Issues related to push constants.a: vulkanIssues specifically about Vulkan.Issues specifically about Vulkan.c: rustc_codegen_spirvIssues specific to the rustc_codegen_spirv crate.Issues specific to the rustc_codegen_spirv crate.t: bugSomething isn't workingSomething isn't working