vtk-m2/examples/hello_world
Kenneth Moreland 5461d27948 Do not compile hello_world without GLEW
The GLEW library is optional, but without it you cannot do OpenGL
interop. The hello_world example uses OpenGL interop, but did not check
that GLEW was available. It tried to use GLEW and an error occured.
2016-06-16 11:15:23 -06:00
..
CMakeLists.txt Do not compile hello_world without GLEW 2016-06-16 11:15:23 -06:00
HelloWorld.cu Update HelloWorld Example to properly use the correct device adapter. 2015-09-15 14:15:56 -04:00
HelloWorld.cxx Make sure all source files are declared in the examples 2016-06-02 10:24:21 -06:00
HelloWorldTBB.cxx Switch over to a simpler way to specify the vtkm backend. 2015-09-16 13:16:25 -04:00
LoadShaders.h Make sure all source files are declared in the examples 2016-06-02 10:24:21 -06:00