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