diff options
Diffstat (limited to 'src/gpu-compute/shader.hh')
-rw-r--r-- | src/gpu-compute/shader.hh | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/src/gpu-compute/shader.hh b/src/gpu-compute/shader.hh index 55c3feef9..f9c1ad4b2 100644 --- a/src/gpu-compute/shader.hh +++ b/src/gpu-compute/shader.hh @@ -99,18 +99,8 @@ class Shader : public ClockedObject ThreadContext *gpuTc; BaseCPU *cpuPointer; - class TickEvent : public Event - { - private: - Shader *shader; - - public: - TickEvent(Shader*); - void process(); - const char* description() const; - }; - - TickEvent tickEvent; + void processTick(); + EventFunctionWrapper tickEvent; // is this simulation going to be timing mode in the memory? bool timingSim; |