renamed Semaphore instead of GPUSemaphore,

renamed Queue instead of GPUQueue
This commit is contained in:
2022-10-14 19:40:16 +08:00
parent fc2c8021ba
commit f8646ca880
12 changed files with 47 additions and 47 deletions

View File

@@ -59,7 +59,7 @@ private:
public:
bool Submit(GPUSemaphore *sem)
bool Submit(Semaphore *sem)
{
return rt->Submit(cmd,sem);
}