Uses of Record Class
club.doki7.vulkan.handle.VkSurfaceKHR
Packages that use VkSurfaceKHR
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.Opaque handle types of Vulkan API.
-
Uses of VkSurfaceKHR in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkSurfaceKHRModifier and TypeMethodDescriptionvoidVkInstanceCommands.destroySurfaceKHR(VkInstance instance, @Nullable VkSurfaceKHR surface, @Nullable VkAllocationCallbacks pAllocator) intVkDeviceCommands.getDeviceGroupSurfacePresentModesKHR(VkDevice device, VkSurfaceKHR surface, IntPtr pModes) intVkInstanceCommands.getPhysicalDevicePresentRectanglesKHR(VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, IntPtr pRectCount, @Nullable IVkRect2D pRects) intVkInstanceCommands.getPhysicalDeviceSurfaceCapabilities2EXT(VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, VkSurfaceCapabilities2EXT pSurfaceCapabilities) intVkInstanceCommands.getPhysicalDeviceSurfaceCapabilitiesKHR(VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, VkSurfaceCapabilitiesKHR pSurfaceCapabilities) intVkInstanceCommands.getPhysicalDeviceSurfaceFormatsKHR(VkPhysicalDevice physicalDevice, @Nullable VkSurfaceKHR surface, IntPtr pSurfaceFormatCount, @Nullable IVkSurfaceFormatKHR pSurfaceFormats) intVkInstanceCommands.getPhysicalDeviceSurfacePresentModesKHR(VkPhysicalDevice physicalDevice, @Nullable VkSurfaceKHR surface, IntPtr pPresentModeCount, @Nullable IntPtr pPresentModes) intVkInstanceCommands.getPhysicalDeviceSurfaceSupportKHR(VkPhysicalDevice physicalDevice, int queueFamilyIndex, VkSurfaceKHR surface, IntPtr pSupported) -
Uses of VkSurfaceKHR in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkSurfaceKHRModifier and TypeMethodDescription@Nullable VkSurfaceKHRVkPhysicalDeviceSurfaceInfo2KHR.surface()@Nullable VkSurfaceKHRVkSwapchainCreateInfoKHR.surface()Methods in club.doki7.vulkan.datatype with parameters of type VkSurfaceKHRModifier and TypeMethodDescriptionVkPhysicalDeviceSurfaceInfo2KHR.surface(@Nullable VkSurfaceKHR value) VkSwapchainCreateInfoKHR.surface(@Nullable VkSurfaceKHR value) -
Uses of VkSurfaceKHR in club.doki7.vulkan.handle
Classes in club.doki7.vulkan.handle that implement interfaces with type arguments of type VkSurfaceKHRModifier and TypeClassDescriptionstatic final recordRepresents a pointer toVkSurfaceKHRhandle(s) in native memory.Methods in club.doki7.vulkan.handle that return VkSurfaceKHRModifier and TypeMethodDescription@Nullable VkSurfaceKHRVkSurfaceKHR.Ptr.read()@Nullable VkSurfaceKHRVkSurfaceKHR.Ptr.read(long index) Methods in club.doki7.vulkan.handle that return types with arguments of type VkSurfaceKHRMethods in club.doki7.vulkan.handle with parameters of type VkSurfaceKHRModifier and TypeMethodDescriptionstatic VkSurfaceKHR.PtrVkSurfaceKHR.Ptr.allocate(Arena arena, @Nullable VkSurfaceKHR @NotNull [] values) static VkSurfaceKHR.PtrVkSurfaceKHR.Ptr.allocateV(Arena arena, @Nullable VkSurfaceKHR value0, @Nullable VkSurfaceKHR... values) voidVkSurfaceKHR.Ptr.write(long index, @Nullable VkSurfaceKHR value) voidVkSurfaceKHR.Ptr.write(@Nullable VkSurfaceKHR value) voidVkSurfaceKHR.Ptr.write(@Nullable VkSurfaceKHR[] values) voidVkSurfaceKHR.Ptr.writeV(@Nullable VkSurfaceKHR value0, @Nullable VkSurfaceKHR... values) Method parameters in club.doki7.vulkan.handle with type arguments of type VkSurfaceKHRModifier and TypeMethodDescriptionstatic VkSurfaceKHR.PtrVkSurfaceKHR.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable VkSurfaceKHR> values)