Browse Source

Fix one more typo

nce_cpp
Viktor Szépe 2 years ago
parent
commit
897ff8a95c
  1. 2
      src/video_core/renderer_vulkan/vk_scheduler.h

2
src/video_core/renderer_vulkan/vk_scheduler.h

@ -55,7 +55,7 @@ public:
/// Requests to begin a renderpass.
void RequestRenderpass(const Framebuffer* framebuffer);
/// Requests the current executino context to be able to execute operations only allowed outside
/// Requests the current execution context to be able to execute operations only allowed outside
/// of a renderpass.
void RequestOutsideRenderPassOperationContext();

Loading…
Cancel
Save