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