view example/cube/CubeTask.h @ 161:1f4c3f3238e6 fullHD_omedetou

texture の座標がマイナスになったあと、それを 0 にし忘れてた
author gongo@localhost.localdomain
date Mon, 08 Dec 2008 16:37:02 +0900
parents df32980116bd
children
line wrap: on
line source

class CubeTask : Task {
    void update(CubeDataPack *input, CubeDataPack *output);
    
};