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