Uses of Record Class
club.doki7.vulkan.handle.VkInstance.Ptr
Packages that use VkInstance.Ptr
Package
Description
Vulkan API commands
Opaque handle types of Vulkan API.
-
Uses of VkInstance.Ptr in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type VkInstance.PtrModifier and TypeMethodDescriptionintXR.createVulkanInstanceKHR(XrInstance instance, XrVulkanInstanceCreateInfoKHR createInfo, VkInstance.Ptr vulkanInstance, IntPtr vulkanResult) -
Uses of VkInstance.Ptr in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkInstance.PtrModifier and TypeMethodDescriptionintVkEntryCommands.createInstance(VkInstanceCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkInstance.Ptr pInstance) -
Uses of VkInstance.Ptr in club.doki7.vulkan.handle
Methods in club.doki7.vulkan.handle that return VkInstance.PtrModifier and TypeMethodDescriptionstatic VkInstance.Ptrstatic VkInstance.Ptrstatic VkInstance.PtrVkInstance.Ptr.allocate(Arena arena, @Nullable VkInstance @NotNull [] values) static VkInstance.PtrVkInstance.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable VkInstance> values) static VkInstance.PtrVkInstance.Ptr.allocateV(Arena arena, @Nullable VkInstance value0, @Nullable VkInstance... values) VkInstance.Ptr.offset(long offset) VkInstance.Ptr.reinterpret(long newSize) Assume theVkInstance.Ptris capable of holding at leastnewSizehandles, create a new viewVkInstance.Ptrthat uses the same backing storage as thisVkInstance.Ptr, but with the new size.VkInstance.Ptr.slice(long end) VkInstance.Ptr.slice(long start, long end) Note that this function uses theList.subList(int, int)semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)semantics (offset + newSize).