Searched defs:GpuRenderServerParameters (Results 1 – 1 of 1) sorted by relevance
177 pub struct GpuRenderServerParameters { struct178 pub path: PathBuf,179 pub cache_path: Option<String>,180 pub cache_size: Option<String>,181 pub foz_db_list_path: Option<String>,182 pub precompiled_cache_path: Option<String>,218 render_server_parameters: &GpuRenderServerParameters, in start_gpu_render_server()