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