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