CamilleLaVey
4 weeks ago
committed by
Caio Oliveira
No known key found for this signature in database
GPG Key ID: AAAE6C7FD4186B0C
1 changed files with
1 additions and
1 deletions
-
src/video_core/renderer_vulkan/vk_swapchain.h
|
|
@ -101,7 +101,7 @@ public: |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
VkSemaphore CurrentRenderSemaphore() const { |
|
|
VkSemaphore CurrentRenderSemaphore() const { |
|
|
return *render_semaphores[frame_index]; |
|
|
|
|
|
|
|
|
return *render_semaphores[image_index]; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
u32 GetWidth() const { |
|
|
u32 GetWidth() const { |
|
|
|