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