mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-12-03 12:14:16 +00:00
Fix rust-analyzer choking on &&[u32]
in shader macro expansion
This commit is contained in:
parent
b2a93d391d
commit
cd4603b3cc
@ -249,7 +249,7 @@ pub(super) fn reflect(
|
||||
unsafe {
|
||||
::vulkano::shader::ShaderModule::new(
|
||||
device,
|
||||
::vulkano::shader::ShaderModuleCreateInfo::new(&WORDS),
|
||||
::vulkano::shader::ShaderModuleCreateInfo::new(WORDS),
|
||||
)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user