view demos/gl.d @ 390:e04389bafb3e

Fix inline asm FS:4 by writing the displacement directly into the asm instead of using %fs:$0 with an input constraint.
author Christian Kamm <kamm incasoftware de>
date Sat, 26 Jul 2008 13:38:25 +0200
parents 0b9b286b67b6
children
line wrap: on
line source

module gl;

public {
    import gltypes;
    import glfuncs;
}