Fixed Typos and padding
This commit is contained in:
@@ -44,7 +44,7 @@ void CmdBufferVulkan::End()
|
||||
ASSERT(IsOutsideRenderPass());
|
||||
|
||||
#if GPU_ALLOW_PROFILE_EVENTS
|
||||
// End reaming events
|
||||
// End remaining events
|
||||
while (_eventsBegin--)
|
||||
vkCmdEndDebugUtilsLabelEXT(GetHandle());
|
||||
#endif
|
||||
|
||||
@@ -1155,7 +1155,7 @@ void GPUContextVulkan::FlushState()
|
||||
|
||||
void GPUContextVulkan::Flush()
|
||||
{
|
||||
// Flush reaming and buffered commands
|
||||
// Flush remaining and buffered commands
|
||||
FlushState();
|
||||
_currentState = nullptr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user