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