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