Searched defs:GpuRenderServerParameters (Results 1 – 1 of 1) sorted by relevance
217 pub struct GpuRenderServerParameters { struct218 pub path: PathBuf,219 pub cache_path: Option<String>,220 pub cache_size: Option<String>,221 pub foz_db_list_path: Option<String>,222 pub precompiled_cache_path: Option<String>,223 pub ld_preload_path: Option<String>,289 render_server_parameters: &GpuRenderServerParameters, in start_gpu_render_server()