Main Page

From WebGL Public Wiki
Jump to navigation Jump to search

MediaWiki has been successfully installed.

Consult the User's Guide for information on using the wiki software.

Getting started

Links

Syntax Highlighting Test

var a = 10;
for (i = 0; i < 10; ++i) {
    this.call(a, i);

    // This is a comment
    canvas.getContext("webgl");
    canvas.drawElements();
    a += 1;
}

// This is a nice function with a
// multiline comment
function call(a, b)
{
    return a + b;
}

That is some highlighted text