Uses of Record Class
tech.icey.vk4j.handle.VkSurfaceKHR
Packages that use VkSurfaceKHR
-
Uses of VkSurfaceKHR in tech.icey.vk4j.command
Methods in tech.icey.vk4j.command with parameters of type VkSurfaceKHRModifier and TypeMethodDescriptionvoidInstanceCommands.vkDestroySurfaceKHR(VkInstance instance, VkSurfaceKHR surface, VkAllocationCallbacks pAllocator) intDeviceCommands.vkGetDeviceGroupSurfacePresentModesKHR(VkDevice device, VkSurfaceKHR surface, tech.icey.panama.buffer.IntBuffer pModes) intDeviceCommands.vkGetPhysicalDevicePresentRectanglesKHR(VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, tech.icey.panama.buffer.IntBuffer pRectCount, VkRect2D pRects) intInstanceCommands.vkGetPhysicalDeviceSurfaceCapabilities2EXT(VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, VkSurfaceCapabilities2EXT pSurfaceCapabilities) intInstanceCommands.vkGetPhysicalDeviceSurfaceCapabilitiesKHR(VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, VkSurfaceCapabilitiesKHR pSurfaceCapabilities) intInstanceCommands.vkGetPhysicalDeviceSurfaceFormatsKHR(VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, tech.icey.panama.buffer.IntBuffer pSurfaceFormatCount, VkSurfaceFormatKHR pSurfaceFormats) intInstanceCommands.vkGetPhysicalDeviceSurfacePresentModesKHR(VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, tech.icey.panama.buffer.IntBuffer pPresentModeCount, tech.icey.panama.buffer.IntBuffer pPresentModes) intInstanceCommands.vkGetPhysicalDeviceSurfaceSupportKHR(VkPhysicalDevice physicalDevice, int queueFamilyIndex, VkSurfaceKHR surface, tech.icey.panama.buffer.IntBuffer pSupported) -
Uses of VkSurfaceKHR in tech.icey.vk4j.datatype
Methods in tech.icey.vk4j.datatype that return VkSurfaceKHRModifier and TypeMethodDescriptionVkPhysicalDeviceSurfaceInfo2KHR.surface()VkSwapchainCreateInfoKHR.surface()Methods in tech.icey.vk4j.datatype with parameters of type VkSurfaceKHRModifier and TypeMethodDescriptionvoidVkPhysicalDeviceSurfaceInfo2KHR.surface(VkSurfaceKHR value) voidVkSwapchainCreateInfoKHR.surface(VkSurfaceKHR value) -
Uses of VkSurfaceKHR in tech.icey.vk4j.handle
Methods in tech.icey.vk4j.handle that return VkSurfaceKHRModifier and TypeMethodDescriptionVkSurfaceKHR.Buffer.read()VkSurfaceKHR.Buffer.read(long index) VkSurfaceKHR.Buffer.readAll()Methods in tech.icey.vk4j.handle with parameters of type VkSurfaceKHRModifier and TypeMethodDescriptionvoidVkSurfaceKHR.Buffer.write(long index, VkSurfaceKHR value) voidVkSurfaceKHR.Buffer.write(VkSurfaceKHR value)