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