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, VkAllocationCallbacks pAllocator, VkSurfaceKHR.Buffer pSurface) intInstanceCommands.vkCreateDebugReportCallbackEXT(VkInstance instance, VkDebugReportCallbackCreateInfoEXT pCreateInfo, VkAllocationCallbacks pAllocator, VkDebugReportCallbackEXT.Buffer pCallback) intInstanceCommands.vkCreateDebugUtilsMessengerEXT(VkInstance instance, VkDebugUtilsMessengerCreateInfoEXT pCreateInfo, VkAllocationCallbacks pAllocator, VkDebugUtilsMessengerEXT.Buffer pMessenger) intInstanceCommands.vkCreateDirectFBSurfaceEXT(VkInstance instance, VkDirectFBSurfaceCreateInfoEXT pCreateInfo, VkAllocationCallbacks pAllocator, VkSurfaceKHR.Buffer pSurface) intInstanceCommands.vkCreateDisplayPlaneSurfaceKHR(VkInstance instance, VkDisplaySurfaceCreateInfoKHR pCreateInfo, VkAllocationCallbacks pAllocator, VkSurfaceKHR.Buffer pSurface) intInstanceCommands.vkCreateHeadlessSurfaceEXT(VkInstance instance, VkHeadlessSurfaceCreateInfoEXT pCreateInfo, VkAllocationCallbacks pAllocator, VkSurfaceKHR.Buffer pSurface) intInstanceCommands.vkCreateImagePipeSurfaceFUCHSIA(VkInstance instance, VkImagePipeSurfaceCreateInfoFUCHSIA pCreateInfo, VkAllocationCallbacks pAllocator, VkSurfaceKHR.Buffer pSurface) intInstanceCommands.vkCreateIOSSurfaceMVK(VkInstance instance, VkIOSSurfaceCreateInfoMVK pCreateInfo, VkAllocationCallbacks pAllocator, VkSurfaceKHR.Buffer pSurface) intInstanceCommands.vkCreateMacOSSurfaceMVK(VkInstance instance, VkMacOSSurfaceCreateInfoMVK pCreateInfo, VkAllocationCallbacks pAllocator, VkSurfaceKHR.Buffer pSurface) intInstanceCommands.vkCreateMetalSurfaceEXT(VkInstance instance, VkMetalSurfaceCreateInfoEXT pCreateInfo, VkAllocationCallbacks pAllocator, VkSurfaceKHR.Buffer pSurface) intInstanceCommands.vkCreateScreenSurfaceQNX(VkInstance instance, VkScreenSurfaceCreateInfoQNX pCreateInfo, VkAllocationCallbacks pAllocator, VkSurfaceKHR.Buffer pSurface) intInstanceCommands.vkCreateStreamDescriptorSurfaceGGP(VkInstance instance, VkStreamDescriptorSurfaceCreateInfoGGP pCreateInfo, VkAllocationCallbacks pAllocator, VkSurfaceKHR.Buffer pSurface) intInstanceCommands.vkCreateViSurfaceNN(VkInstance instance, VkViSurfaceCreateInfoNN pCreateInfo, VkAllocationCallbacks pAllocator, VkSurfaceKHR.Buffer pSurface) intInstanceCommands.vkCreateWaylandSurfaceKHR(VkInstance instance, VkWaylandSurfaceCreateInfoKHR pCreateInfo, VkAllocationCallbacks pAllocator, VkSurfaceKHR.Buffer pSurface) intInstanceCommands.vkCreateWin32SurfaceKHR(VkInstance instance, VkWin32SurfaceCreateInfoKHR pCreateInfo, VkAllocationCallbacks pAllocator, VkSurfaceKHR.Buffer pSurface) intInstanceCommands.vkCreateXcbSurfaceKHR(VkInstance instance, VkXcbSurfaceCreateInfoKHR pCreateInfo, VkAllocationCallbacks pAllocator, VkSurfaceKHR.Buffer pSurface) intInstanceCommands.vkCreateXlibSurfaceKHR(VkInstance instance, VkXlibSurfaceCreateInfoKHR pCreateInfo, 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, VkDebugReportCallbackEXT callback, VkAllocationCallbacks pAllocator) voidInstanceCommands.vkDestroyDebugUtilsMessengerEXT(VkInstance instance, VkDebugUtilsMessengerEXT messenger, VkAllocationCallbacks pAllocator) voidInstanceCommands.vkDestroyInstance(VkInstance instance, VkAllocationCallbacks pAllocator) voidInstanceCommands.vkDestroySurfaceKHR(VkInstance instance, VkSurfaceKHR surface, VkAllocationCallbacks pAllocator) intInstanceCommands.vkEnumeratePhysicalDeviceGroups(VkInstance instance, tech.icey.panama.buffer.IntBuffer pPhysicalDeviceGroupCount, VkPhysicalDeviceGroupProperties pPhysicalDeviceGroupProperties) intInstanceCommands.vkEnumeratePhysicalDevices(VkInstance instance, tech.icey.panama.buffer.IntBuffer pPhysicalDeviceCount, VkPhysicalDevice.Buffer pPhysicalDevices) StaticCommands.vkGetInstanceProcAddr(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)