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