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