Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV.Ptr
Packages that use VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV.Ptr
-
Uses of VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV.PtrModifier and TypeMethodDescriptionVkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV> consumer) VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV.Ptr.offset(long offset) VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV.Ptr, but with the new size.VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV.Ptr.slice(long end) VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV.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).