Uses of Record Class
club.doki7.vulkan.datatype.VkDispatchIndirectCommand.Ptr
Packages that use VkDispatchIndirectCommand.Ptr
-
Uses of VkDispatchIndirectCommand.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkDispatchIndirectCommand.PtrModifier and TypeMethodDescriptionVkDispatchIndirectCommand.Ptr.at(long index, @NotNull Consumer<@NotNull VkDispatchIndirectCommand> consumer) @NotNull VkDispatchIndirectCommand.PtrVkDispatchIndirectCommand.Ptr.offset(long offset) @NotNull VkDispatchIndirectCommand.PtrVkDispatchIndirectCommand.Ptr.reinterpret(long newSize) Assume theVkDispatchIndirectCommand.Ptris capable of holding at leastnewSizestructures, create a new viewVkDispatchIndirectCommand.Ptrthat uses the same backing storage as thisVkDispatchIndirectCommand.Ptr, but with the new size.VkDispatchIndirectCommand.Ptr.slice(long end) @NotNull VkDispatchIndirectCommand.PtrVkDispatchIndirectCommand.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).