Uses of Record Class
club.doki7.vulkan.datatype.VkDeviceOrHostAddressConstKHR.Ptr
Packages that use VkDeviceOrHostAddressConstKHR.Ptr
-
Uses of VkDeviceOrHostAddressConstKHR.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkDeviceOrHostAddressConstKHR.PtrModifier and TypeMethodDescriptionVkDeviceOrHostAddressConstKHR.Ptr.at
(long index, @NotNull Consumer<@NotNull VkDeviceOrHostAddressConstKHR> consumer) @NotNull VkDeviceOrHostAddressConstKHR.Ptr
VkDeviceOrHostAddressConstKHR.Ptr.offset
(long offset) @NotNull VkDeviceOrHostAddressConstKHR.Ptr
VkDeviceOrHostAddressConstKHR.Ptr.reinterpret
(long newSize) Assume theVkDeviceOrHostAddressConstKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDeviceOrHostAddressConstKHR.Ptr
that uses the same backing storage as thisVkDeviceOrHostAddressConstKHR.Ptr
, but with the new size.VkDeviceOrHostAddressConstKHR.Ptr.slice
(long end) @NotNull VkDeviceOrHostAddressConstKHR.Ptr
VkDeviceOrHostAddressConstKHR.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).