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