Uses of Record Class
tech.icey.vk4j.handle.VkInstance
Packages that use VkInstance
-
Uses of VkInstance in tech.icey.vk4j
Methods in tech.icey.vk4j with parameters of type VkInstanceModifier and TypeMethodDescriptionstatic DeviceCommandsVulkanLoader.loadDeviceCommands(VkInstance instance, VkDevice device, StaticCommands staticCommands) static InstanceCommandsVulkanLoader.loadInstanceCommands(VkInstance instance, StaticCommands staticCommands) -
Uses of VkInstance in tech.icey.vk4j.command
Methods in tech.icey.vk4j.command with parameters of type VkInstanceModifier and TypeMethodDescriptionintInstanceCommands.vkCreateAndroidSurfaceKHR(VkInstance instance, VkAndroidSurfaceCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Buffer pSurface) intInstanceCommands.vkCreateDebugReportCallbackEXT(VkInstance instance, VkDebugReportCallbackCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDebugReportCallbackEXT.Buffer pCallback) intInstanceCommands.vkCreateDebugUtilsMessengerEXT(VkInstance instance, VkDebugUtilsMessengerCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDebugUtilsMessengerEXT.Buffer pMessenger) intInstanceCommands.vkCreateDirectFBSurfaceEXT(VkInstance instance, VkDirectFBSurfaceCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Buffer pSurface) intInstanceCommands.vkCreateDisplayPlaneSurfaceKHR(VkInstance instance, VkDisplaySurfaceCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Buffer pSurface) intInstanceCommands.vkCreateHeadlessSurfaceEXT(VkInstance instance, VkHeadlessSurfaceCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Buffer pSurface) intInstanceCommands.vkCreateImagePipeSurfaceFUCHSIA(VkInstance instance, VkImagePipeSurfaceCreateInfoFUCHSIA pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Buffer pSurface) intInstanceCommands.vkCreateIOSSurfaceMVK(VkInstance instance, VkIOSSurfaceCreateInfoMVK pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Buffer pSurface) intInstanceCommands.vkCreateMacOSSurfaceMVK(VkInstance instance, VkMacOSSurfaceCreateInfoMVK pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Buffer pSurface) intInstanceCommands.vkCreateMetalSurfaceEXT(VkInstance instance, VkMetalSurfaceCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Buffer pSurface) intInstanceCommands.vkCreateScreenSurfaceQNX(VkInstance instance, VkScreenSurfaceCreateInfoQNX pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Buffer pSurface) intInstanceCommands.vkCreateStreamDescriptorSurfaceGGP(VkInstance instance, VkStreamDescriptorSurfaceCreateInfoGGP pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Buffer pSurface) intInstanceCommands.vkCreateViSurfaceNN(VkInstance instance, VkViSurfaceCreateInfoNN pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Buffer pSurface) intInstanceCommands.vkCreateWaylandSurfaceKHR(VkInstance instance, VkWaylandSurfaceCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Buffer pSurface) intInstanceCommands.vkCreateWin32SurfaceKHR(VkInstance instance, VkWin32SurfaceCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Buffer pSurface) intInstanceCommands.vkCreateXcbSurfaceKHR(VkInstance instance, VkXcbSurfaceCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Buffer pSurface) intInstanceCommands.vkCreateXlibSurfaceKHR(VkInstance instance, VkXlibSurfaceCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Buffer pSurface) voidInstanceCommands.vkDebugReportMessageEXT(VkInstance instance, int flags, int objectType, long object, long location, int messageCode, tech.icey.panama.buffer.ByteBuffer pLayerPrefix, tech.icey.panama.buffer.ByteBuffer pMessage) voidInstanceCommands.vkDestroyDebugReportCallbackEXT(VkInstance instance, @Nullable VkDebugReportCallbackEXT callback, @Nullable VkAllocationCallbacks pAllocator) voidInstanceCommands.vkDestroyDebugUtilsMessengerEXT(VkInstance instance, @Nullable VkDebugUtilsMessengerEXT messenger, @Nullable VkAllocationCallbacks pAllocator) voidInstanceCommands.vkDestroyInstance(@Nullable VkInstance instance, @Nullable VkAllocationCallbacks pAllocator) voidInstanceCommands.vkDestroySurfaceKHR(VkInstance instance, @Nullable VkSurfaceKHR surface, @Nullable VkAllocationCallbacks pAllocator) intInstanceCommands.vkEnumeratePhysicalDeviceGroups(VkInstance instance, tech.icey.panama.buffer.IntBuffer pPhysicalDeviceGroupCount, @Nullable VkPhysicalDeviceGroupProperties pPhysicalDeviceGroupProperties) intInstanceCommands.vkEnumeratePhysicalDevices(VkInstance instance, tech.icey.panama.buffer.IntBuffer pPhysicalDeviceCount, VkPhysicalDevice.Buffer pPhysicalDevices) StaticCommands.vkGetInstanceProcAddr(@Nullable VkInstance instance, tech.icey.panama.buffer.ByteBuffer pName) voidInstanceCommands.vkSubmitDebugUtilsMessageEXT(VkInstance instance, int messageSeverity, int messageTypes, VkDebugUtilsMessengerCallbackDataEXT pCallbackData) -
Uses of VkInstance in tech.icey.vk4j.handle
Methods in tech.icey.vk4j.handle that return VkInstanceModifier and TypeMethodDescriptionVkInstance.Buffer.read()VkInstance.Buffer.read(long index) VkInstance.Buffer.readAll()Methods in tech.icey.vk4j.handle with parameters of type VkInstanceModifier and TypeMethodDescriptionvoidVkInstance.Buffer.write(long index, VkInstance value) voidVkInstance.Buffer.write(VkInstance value)