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