Skip to content
Snippets Groups Projects
Commit ccc43d10 authored by David Gobbi's avatar David Gobbi
Browse files

Add missing method definition SetDefaultTimeout()

The header vtkWebGPUConfiguration.h declared this method, but the
definition was missing.
parent 409ab0fd
No related branches found
No related tags found
No related merge requests found
......@@ -121,6 +121,12 @@ void vtkWebGPUConfiguration::PrintSelf(ostream& os, vtkIndent indent)
this->Superclass::PrintSelf(os, indent.GetNextIndent());
}
//------------------------------------------------------------------------------
void vtkWebGPUConfiguration::SetDefaultTimeout(double t)
{
vtkWebGPUConfigurationInternals::DefaultTimeout = t;
}
//------------------------------------------------------------------------------
wgpu::Adapter vtkWebGPUConfiguration::GetAdapter()
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment