Skip to content

Commit

Permalink
vk/platform_types: Add _screen_buffer type for QNX
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijnS95 committed Jun 16, 2023
1 parent ce5f822 commit 7f62831
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ash/src/vk/platform_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ pub type HMONITOR = HANDLE;
pub type DWORD = c_ulong;
pub type LPCWSTR = *const u16;
pub type zx_handle_t = u32;
pub type _screen_buffer = c_void;
pub type _screen_context = c_void;
pub type _screen_window = c_void;
pub type SECURITY_ATTRIBUTES = c_void;
Expand Down

0 comments on commit 7f62831

Please sign in to comment.