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