- PFN_vkCreateWaylandSurfaceKHR
alias PFN_vkCreateWaylandSurfaceKHR = VkResult function(VkInstance, const(VkWaylandSurfaceCreateInfoKHR)*, const(VkAllocationCallbacks)*, VkSurfaceKHR*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR
alias PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR = VkBool32 function(VkPhysicalDevice, uint, wl_display*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFN_wl_cursor_image_get_buffer
alias PFN_wl_cursor_image_get_buffer = wl_buffer* function(wl_cursor_image*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFN_wl_cursor_theme_destroy
alias PFN_wl_cursor_theme_destroy = void function(wl_cursor_theme*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFN_wl_cursor_theme_get_cursor
alias PFN_wl_cursor_theme_get_cursor = wl_cursor* function(wl_cursor_theme*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFN_wl_cursor_theme_load
alias PFN_wl_cursor_theme_load = wl_cursor_theme* function(const(char)*, int, wl_shm*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFN_wl_egl_window_create
alias PFN_wl_egl_window_create = wl_egl_window* function(wl_surface*, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFN_wl_egl_window_destroy
alias PFN_wl_egl_window_destroy = void function(wl_egl_window*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFN_wl_egl_window_resize
alias PFN_wl_egl_window_resize = void function(wl_egl_window*, int, int, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFN_xkb_compose_state_feed
alias PFN_xkb_compose_state_feed = xkb_compose_feed_result function(xkb_compose_state*, xkb_keysym_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFN_xkb_compose_state_get_one_sym
alias PFN_xkb_compose_state_get_one_sym = xkb_keysym_t function(xkb_compose_state*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFN_xkb_compose_state_get_status
alias PFN_xkb_compose_state_get_status = xkb_compose_status function(xkb_compose_state*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFN_xkb_compose_state_new
alias PFN_xkb_compose_state_new = xkb_compose_state* function(xkb_compose_table*, xkb_compose_state_flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFN_xkb_compose_state_unref
alias PFN_xkb_compose_state_unref = void function(xkb_compose_state*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFN_xkb_compose_table_new_from_locale
alias PFN_xkb_compose_table_new_from_locale = xkb_compose_table* function(xkb_context*, const(char)*, xkb_compose_compile_flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFN_xkb_compose_table_unref
alias PFN_xkb_compose_table_unref = void function(xkb_compose_table*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFN_xkb_context_new
alias PFN_xkb_context_new = xkb_context* function(xkb_context_flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFN_xkb_context_unref
alias PFN_xkb_context_unref = void function(xkb_context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFN_xkb_keymap_key_repeats
alias PFN_xkb_keymap_key_repeats = int function(xkb_keymap*, xkb_keycode_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFN_xkb_keymap_mod_get_index
alias PFN_xkb_keymap_mod_get_index = xkb_mod_index_t function(xkb_keymap*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFN_xkb_keymap_new_from_string
alias PFN_xkb_keymap_new_from_string = xkb_keymap* function(xkb_context*, const(char)*, xkb_keymap_format, xkb_keymap_compile_flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFN_xkb_keymap_unref
alias PFN_xkb_keymap_unref = void function(xkb_keymap*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFN_xkb_state_key_get_syms
alias PFN_xkb_state_key_get_syms = int function(xkb_state*, xkb_keycode_t, const(xkb_keysym_t)**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFN_xkb_state_new
alias PFN_xkb_state_new = xkb_state* function(xkb_keymap*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFN_xkb_state_serialize_mods
alias PFN_xkb_state_serialize_mods = xkb_mod_mask_t function(xkb_state*, xkb_state_component)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFN_xkb_state_unref
alias PFN_xkb_state_unref = void function(xkb_state*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PFN_xkb_state_update_mask
alias PFN_xkb_state_update_mask = xkb_state_component function(xkb_state*, xkb_mod_mask_t, xkb_mod_mask_t, xkb_mod_mask_t, xkb_layout_index_t, xkb_layout_index_t, xkb_layout_index_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- VkWaylandSurfaceCreateFlagsKHR
alias VkWaylandSurfaceCreateFlagsKHR = VkFlags
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- bottomDecoration
alias bottomDecoration = _GLFWdecorationSideWayland.bottomDecoration
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- leftDecoration
alias leftDecoration = _GLFWdecorationSideWayland.leftDecoration
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- mainWindow
alias mainWindow = _GLFWdecorationSideWayland.mainWindow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- rightDecoration
alias rightDecoration = _GLFWdecorationSideWayland.rightDecoration
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- topDecoration
alias topDecoration = _GLFWdecorationSideWayland.topDecoration
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Translated from C to D