view Renderer/Engine/task/Draw.cc @ 728:4f77768d7a7f

add Engine/ViewerDevice , SgRootChange not work
author aaa
date Sat, 19 Dec 2009 20:32:02 +0900
parents 735f76483bb2
children 5d23ffea34e3
line wrap: on
line source

#include <stdlib.h>
#include <string.h>
#include "Draw.h"
#include "viewer_types.h"

SchedDefineTask(Draw);

static int
run(SchedTask *s,void *rbuf, void *wbuf)
{

    return 0;
}