renamed Semaphore instead of GPUSemaphore,
renamed Queue instead of GPUQueue
This commit is contained in:
@@ -59,7 +59,7 @@ private:
|
||||
|
||||
public:
|
||||
|
||||
bool Submit(GPUSemaphore *sem)
|
||||
bool Submit(Semaphore *sem)
|
||||
{
|
||||
return rt->Submit(cmd,sem);
|
||||
}
|
||||
|
Reference in New Issue
Block a user