Minor refactoring
This commit is contained in:
parent
511a5589db
commit
e82aa002c4
1 changed files with 1 additions and 1 deletions
|
@ -718,7 +718,7 @@ impl VulkanApp {
|
||||||
|
|
||||||
fn choose_swap_present_mode(
|
fn choose_swap_present_mode(
|
||||||
&self,
|
&self,
|
||||||
_available_present_modes: &Vec<ffi::VkPresentModeKHR>,
|
_available_present_modes: &[ffi::VkPresentModeKHR],
|
||||||
) -> ffi::VkPresentModeKHR {
|
) -> ffi::VkPresentModeKHR {
|
||||||
// Default to FIFO, don't check for MAILBOX.
|
// Default to FIFO, don't check for MAILBOX.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue