MCPcopy Create free account
hub / github.com/boostorg/compute / main

Function main

example/mandelbrot.cpp:214–222  ·  view source on GitHub ↗

the mandelbrot example shows how to create a mandelbrot image in OpenCL and render the image as a texture in OpenGL

Source from the content-addressed store, hash-verified

212// the mandelbrot example shows how to create a mandelbrot image in
213// OpenCL and render the image as a texture in OpenGL
214int main(int argc, char *argv[])
215{
216 QApplication app(argc, argv);
217
218 MandelbrotWidget widget;
219 widget.show();
220
221 return app.exec();
222}
223
224#include "mandelbrot.moc"

Callers

nothing calls this directly

Calls 1

execMethod · 0.45

Tested by

no test coverage detected