-------------------------------------------------------------------------
| 1923 | } |
| 1924 | //------------------------------------------------------------------------- |
| 1925 | void VulkanRenderSystem::_endFrameOnce() |
| 1926 | { |
| 1927 | RenderSystem::_endFrameOnce(); |
| 1928 | endRenderPassDescriptor( false ); |
| 1929 | mActiveDevice->commitAndNextCommandBuffer( SubmissionType::EndFrameAndSwap ); |
| 1930 | } |
| 1931 | //------------------------------------------------------------------------- |
| 1932 | void VulkanRenderSystem::_setHlmsSamplerblock( uint8 texUnit, const HlmsSamplerblock *samplerblock ) |
| 1933 | { |
nothing calls this directly
no test coverage detected