openvx_hal.cpp 143 Bytes
#include "openvx_hal.hpp"

vxContext * vxContext::getContext()
{
    // not thread safe
    static vxContext instance;
    return &instance;
}