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