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.Ptr
VkImageViewAddressPropertiesNVX.Ptr.offset
(long offset) @NotNull VkImageViewAddressPropertiesNVX.Ptr
VkImageViewAddressPropertiesNVX.Ptr.reinterpret
(long newSize) Assume theVkImageViewAddressPropertiesNVX.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImageViewAddressPropertiesNVX.Ptr
that uses the same backing storage as thisVkImageViewAddressPropertiesNVX.Ptr
, but with the new size.VkImageViewAddressPropertiesNVX.Ptr.slice
(long end) @NotNull VkImageViewAddressPropertiesNVX.Ptr
VkImageViewAddressPropertiesNVX.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).