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