vtk-m/vtkm/interop
Kenneth Moreland 6159190669 Fix function signature for UnitTestTransferGLUT
The function UnitTestTransferGLUT's second argument was declared as type
char **. However, the automatic code generated by CMake's testing
framework calls the function with the type char *[]. Some compilers
distinguish between these two types and were causing linking errors.
Fixed the type so the signatures match.
2016-10-11 08:03:36 -06:00
..
cuda Replace NULL with nullptr where applicable. 2016-09-01 09:38:25 -04:00
internal Fix some issues with OpenGL configuration 2016-10-03 17:34:15 -06:00
testing Fix function signature for UnitTestTransferGLUT 2016-10-11 08:03:36 -06:00
BufferState.h Remove vtkm usage of boost::shared and scoped pointers. 2016-09-01 09:38:25 -04:00
CMakeLists.txt Fix some issues with OpenGL configuration 2016-10-03 17:34:15 -06:00
TransferToOpenGL.h Rename the opengl folder / namespace to interop. 2016-04-13 15:52:15 -04:00