rusticl/kernel: make builds private

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27747>
This commit is contained in:
Karol Herbst
2024-02-22 15:07:51 +01:00
committed by Marge Bot
parent 14ccfb41bc
commit d096523af0
+1 -1
View File
@@ -301,7 +301,7 @@ pub struct Kernel {
pub prog: Arc<Program>,
pub name: String,
values: Mutex<Vec<Option<KernelArgValue>>>,
pub builds: HashMap<&'static Device, Arc<NirKernelBuild>>,
builds: HashMap<&'static Device, Arc<NirKernelBuild>>,
pub kernel_info: KernelInfo,
}