Mercurial > hg > Game > Cerium
comparison TaskManager/Gpu/GpuScheduler.h @ 1435:9f6ba00ca15c draft
add gpu_sched_register
author | Daichi TOMA <toma@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 06 Apr 2012 07:57:27 +0900 |
parents | 05d480ab70ba |
children | 42057124fb44 |
comparison
equal
deleted
inserted
replaced
1434:05d480ab70ba | 1435:9f6ba00ca15c |
---|---|
21 cl_command_queue *command_queue; | 21 cl_command_queue *command_queue; |
22 | 22 |
23 }; | 23 }; |
24 | 24 |
25 #endif | 25 #endif |
26 | |
27 #define GpuSchedRegister(str, filename, functionname) \ | |
28 gpu_register_task(str, filename, functionname); |