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