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