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