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.Ptr
VkAllocationCallbacks.Ptr.at
(long index, @NotNull Consumer<@NotNull VkAllocationCallbacks> consumer) @NotNull VkAllocationCallbacks.Ptr
VkAllocationCallbacks.Ptr.offset
(long offset) @NotNull VkAllocationCallbacks.Ptr
VkAllocationCallbacks.Ptr.reinterpret
(long newSize) Assume theVkAllocationCallbacks.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkAllocationCallbacks.Ptr
that uses the same backing storage as thisVkAllocationCallbacks.Ptr
, but with the new size.VkAllocationCallbacks.Ptr.slice
(long end) @NotNull VkAllocationCallbacks.Ptr
VkAllocationCallbacks.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).