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