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