Fix rust-analyzer choking on &&[u32] in shader macro expansion

This commit is contained in:
marc0246 2024-08-26 20:34:19 +02:00
parent b2a93d391d
commit cd4603b3cc
No known key found for this signature in database
GPG Key ID: 689CB88C1090C684

View File

@ -249,7 +249,7 @@ pub(super) fn reflect(
unsafe {
::vulkano::shader::ShaderModule::new(
device,
::vulkano::shader::ShaderModuleCreateInfo::new(&WORDS),
::vulkano::shader::ShaderModuleCreateInfo::new(WORDS),
)
}
}