Class VkWaylandSurfaceCreateInfoKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkWaylandSurfaceCreateInfoKHR extends Struct<VkWaylandSurfaceCreateInfoKHR> implements NativeResource
Structure specifying parameters of a newly created Wayland surface object.
Valid Usage
  • display must point to a valid Wayland wl_display
  • surface must point to a valid Wayland wl_surface
Valid Usage (Implicit)
See Also

CreateWaylandSurfaceKHR

Layout


 struct VkWaylandSurfaceCreateInfoKHR {
     VkStructureType sType();
     void const * pNext();
     VkWaylandSurfaceCreateFlagsKHR flags();
     struct wl_display * display();
     struct wl_surface * surface();
 }