Searched defs:GpuRenderServerParameters (Results 1 – 1 of 1) sorted by relevance
212 pub struct GpuRenderServerParameters { struct213 pub path: PathBuf,214 pub cache_path: Option<String>,215 pub cache_size: Option<String>,216 pub foz_db_list_path: Option<String>,217 pub precompiled_cache_path: Option<String>,218 pub ld_preload_path: Option<String>,284 render_server_parameters: &GpuRenderServerParameters, in start_gpu_render_server()