| 47 | } |
| 48 | |
| 49 | void VltSubmissionQueue::synchronize() |
| 50 | { |
| 51 | // Since currently we don't use another thread to submit command buffer, |
| 52 | // we don't need to really synchronize. |
| 53 | // This need to be implemented after we support asynchronous submit. |
| 54 | } |
| 55 | |
| 56 | } // namespace sce::vlt |
no outgoing calls
no test coverage detected