Disabled GLFW vsync . . .
This commit is contained in:
parent
757bb70fad
commit
c0c83a72fb
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ fn main() {
|
|||
|
||||
window.set_key_polling(true);
|
||||
window.make_current();
|
||||
glfw.set_swap_interval(0);
|
||||
let entry = Entry::load_vulkan().unwrap();
|
||||
let instance_ext_props = entry.enumerate_instance_extension_properties().unwrap();
|
||||
let app_name = CString::new("TEST").unwrap();
|
||||
|
|
Loading…
Add table
Reference in a new issue