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.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV.Ptr
that 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).