Uses of Record Class
club.doki7.vulkan.handle.VkDevice.Ptr
Packages that use VkDevice.Ptr
Package
Description
Vulkan API commands
Opaque handle types of Vulkan API.
-
Uses of VkDevice.Ptr in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type VkDevice.PtrModifier and TypeMethodDescriptionintXR.createVulkanDeviceKHR(XrInstance instance, XrVulkanDeviceCreateInfoKHR createInfo, VkDevice.Ptr vulkanDevice, IntPtr vulkanResult) -
Uses of VkDevice.Ptr in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkDevice.PtrModifier and TypeMethodDescriptionintVkInstanceCommands.createDevice(VkPhysicalDevice physicalDevice, VkDeviceCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDevice.Ptr pDevice) -
Uses of VkDevice.Ptr in club.doki7.vulkan.handle
Methods in club.doki7.vulkan.handle that return VkDevice.PtrModifier and TypeMethodDescriptionstatic VkDevice.Ptrstatic VkDevice.Ptrstatic VkDevice.Ptrstatic VkDevice.PtrVkDevice.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable VkDevice> values) static VkDevice.PtrVkDevice.Ptr.offset(long offset) VkDevice.Ptr.reinterpret(long newSize) Assume theVkDevice.Ptris capable of holding at leastnewSizehandles, create a new viewVkDevice.Ptrthat uses the same backing storage as thisVkDevice.Ptr, but with the new size.VkDevice.Ptr.slice(long end) VkDevice.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).