Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceCopyMemoryIndirectFeaturesNV.Ptr
Packages that use VkPhysicalDeviceCopyMemoryIndirectFeaturesNV.Ptr
-
Uses of VkPhysicalDeviceCopyMemoryIndirectFeaturesNV.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceCopyMemoryIndirectFeaturesNV.PtrModifier and TypeMethodDescriptionVkPhysicalDeviceCopyMemoryIndirectFeaturesNV.Ptr.offset
(long offset) VkPhysicalDeviceCopyMemoryIndirectFeaturesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceCopyMemoryIndirectFeaturesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceCopyMemoryIndirectFeaturesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceCopyMemoryIndirectFeaturesNV.Ptr
, but with the new size.VkPhysicalDeviceCopyMemoryIndirectFeaturesNV.Ptr.slice
(long end) VkPhysicalDeviceCopyMemoryIndirectFeaturesNV.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).