mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-12-04 04:40:31 +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 {
|
unsafe {
|
||||||
::vulkano::shader::ShaderModule::new(
|
::vulkano::shader::ShaderModule::new(
|
||||||
device,
|
device,
|
||||||
::vulkano::shader::ShaderModuleCreateInfo::new(&WORDS),
|
::vulkano::shader::ShaderModuleCreateInfo::new(WORDS),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user