-------------------------------------------------------------------------
| 1055 | } |
| 1056 | //------------------------------------------------------------------------- |
| 1057 | void VulkanQueue::endAllEncoders( const bool endRenderPassDesc ) |
| 1058 | { |
| 1059 | endCopyEncoder(); |
| 1060 | endRenderEncoder( endRenderPassDesc ); |
| 1061 | endComputeEncoder(); |
| 1062 | } |
| 1063 | //------------------------------------------------------------------------- |
| 1064 | void VulkanQueue::notifyTextureDestroyed( VulkanTextureGpu *texture ) |
| 1065 | { |
no test coverage detected