add a new demo that UBO offset

This commit is contained in:
2020-12-02 20:27:36 +08:00
parent 3e3b232af1
commit 14fac881f3
3 changed files with 134 additions and 1 deletions

View File

@@ -49,7 +49,7 @@ bool GPUQueue::WaitFence(const bool wait_all,uint64_t time_out)
return(true);
}
bool GPUQueue::Submit(const VkCommandBuffer *cmd_buf,const uint32_t cb_count,GPUSemaphore *wait_sem,GPUSemaphore *complete_sem)
{
VkSemaphore ws;