From 5de6cb758d644071d3b2422dfa5b3ff5f552f2b8 Mon Sep 17 00:00:00 2001 From: PENGUINLIONG Date: Mon, 18 Dec 2023 20:02:11 +0800 Subject: [PATCH] Fixed import --- src/driver/shader.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/driver/shader.rs b/src/driver/shader.rs index 6917395..222b009 100644 --- a/src/driver/shader.rs +++ b/src/driver/shader.rs @@ -9,7 +9,7 @@ use { spirq::{ entry_point::EntryPoint, ReflectConfig, - ty::{DescriptorType, ScalarType, Type}, + ty::{DescriptorType, ScalarType, SpirvType, Type}, var::Variable, }, std::{