Uses of Record Class
club.doki7.vulkan.datatype.VkAllocationCallbacks.Ptr
Packages that use VkAllocationCallbacks.Ptr
Package
Description
Structure (
struct or union) types of Vulkan API.-
Uses of VkAllocationCallbacks.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return VkAllocationCallbacks.PtrModifier and TypeMethodDescriptionXrVulkanDeviceCreateInfoKHR.vulkanAllocator(int assumedCount) XrVulkanInstanceCreateInfoKHR.vulkanAllocator(int assumedCount) -
Uses of VkAllocationCallbacks.Ptr in club.doki7.vma.datatype
Methods in club.doki7.vma.datatype that return VkAllocationCallbacks.PtrModifier and TypeMethodDescriptionVmaAllocatorCreateInfo.pAllocationCallbacks(int assumedCount) VmaVirtualBlockCreateInfo.pAllocationCallbacks(int assumedCount) -
Uses of VkAllocationCallbacks.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkAllocationCallbacks.PtrModifier and TypeMethodDescriptionstatic VkAllocationCallbacks.PtrVkAllocationCallbacks.Ptr.at(long index, @NotNull Consumer<@NotNull VkAllocationCallbacks> consumer) @NotNull VkAllocationCallbacks.PtrVkAllocationCallbacks.Ptr.offset(long offset) @NotNull VkAllocationCallbacks.PtrVkAllocationCallbacks.Ptr.reinterpret(long newSize) Assume theVkAllocationCallbacks.Ptris capable of holding at leastnewSizestructures, create a new viewVkAllocationCallbacks.Ptrthat uses the same backing storage as thisVkAllocationCallbacks.Ptr, but with the new size.VkAllocationCallbacks.Ptr.slice(long end) @NotNull VkAllocationCallbacks.PtrVkAllocationCallbacks.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).