Mercurial > hg > Game > Cerium
view example/flip/task_init.cc @ 1699:0a70abda2ab6 draft
profile for gpu
author | kkb |
---|---|
date | Fri, 04 Oct 2013 20:05:17 +0900 |
parents | 5c4e3f0d372a |
children | 273de551f726 |
line wrap: on
line source
#include "GpuFunc.h" #include "GpuScheduler.h" void task_init(void) { GpuSchedRegister(Twice, "twice.cl", "twice"); }