view demos/gl.d @ 165:9922b9982552 trunk

[svn r181] Updated the raytracer demo by downs to work with tango :) My quick benchmarking shows it to be around 65% faster than DMD :D
author lindquist
date Mon, 05 May 2008 22:20:07 +0200
parents 0b9b286b67b6
children
line wrap: on
line source

module gl;

public {
    import gltypes;
    import glfuncs;
}