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