Uses of Record Class
club.doki7.vulkan.datatype.VkIndirectCommandsTokenDataEXT.Ptr
Packages that use VkIndirectCommandsTokenDataEXT.Ptr
-
Uses of VkIndirectCommandsTokenDataEXT.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkIndirectCommandsTokenDataEXT.PtrModifier and TypeMethodDescriptionVkIndirectCommandsTokenDataEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkIndirectCommandsTokenDataEXT> consumer) @NotNull VkIndirectCommandsTokenDataEXT.PtrVkIndirectCommandsTokenDataEXT.Ptr.offset(long offset) @NotNull VkIndirectCommandsTokenDataEXT.PtrVkIndirectCommandsTokenDataEXT.Ptr.reinterpret(long newSize) Assume theVkIndirectCommandsTokenDataEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkIndirectCommandsTokenDataEXT.Ptrthat uses the same backing storage as thisVkIndirectCommandsTokenDataEXT.Ptr, but with the new size.VkIndirectCommandsTokenDataEXT.Ptr.slice(long end) @NotNull VkIndirectCommandsTokenDataEXT.PtrVkIndirectCommandsTokenDataEXT.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).