MobileRT  1.0
A multi platform C++ CPU progressive Ray Tracer.
C_wrapper.h File Reference
#include "MobileRT/Config.hpp"
#include <cstdint>
#include <stdbool.h>
Include dependency graph for C_wrapper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void RayTrace (::MobileRT::Config &config, bool async)
 
void stopRender ()
 

Function Documentation

◆ RayTrace()

void RayTrace ( ::MobileRT::Config config,
const bool  async 
)

Helper method that starts the Ray Tracer engine.

Parameters
configThe MobileRT configurator.
asyncWhether the Ray Tracer should render the image asynchronously or synchronously.
Here is the call graph for this function:
Here is the caller graph for this function:

◆ stopRender()

void stopRender ( )

Helper method that stops the Ray Tracing process.

Here is the caller graph for this function: