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