root/test/opengl/internal.cpp

/* [<][>][^][v][top][bottom][index][help] */

DEFINITIONS

This source file includes following definitions.
  1. main

#include "../../src/CodeGen_OpenGL_Dev.h"

using namespace Halide;
using namespace Halide::Internal;

int main() {
    CodeGen_GLSL::test();

    return 0;
}

/* [<][>][^][v][top][bottom][index][help] */