All files / Sources/Rendering/Misc/RenderingAPIs index.js

0% Statements 0/0
0% Branches 0/0
0% Functions 0/0
0% Lines 0/0

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10                   
// register default rendering backends. Currently
// WebGL and WebGPU. To use this just import this
// file and then call something like
//   const apiview = myRenderWindow.newAPISpecificView();
//   apiview.setContainer(renderWindowContainer);
//   myRenderWindow.addView(apiview);
//
import 'vtk.js/Sources/Rendering/OpenGL/RenderWindow';
import 'vtk.js/Sources/Rendering/WebGPU/RenderWindow';