Uses of Record Class
club.doki7.vulkan.datatype.VkBufferCollectionImageCreateInfoFUCHSIA.Ptr
Packages that use VkBufferCollectionImageCreateInfoFUCHSIA.Ptr
-
Uses of VkBufferCollectionImageCreateInfoFUCHSIA.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkBufferCollectionImageCreateInfoFUCHSIA.PtrModifier and TypeMethodDescriptionVkBufferCollectionImageCreateInfoFUCHSIA.Ptr.at
(long index, @NotNull Consumer<@NotNull VkBufferCollectionImageCreateInfoFUCHSIA> consumer) VkBufferCollectionImageCreateInfoFUCHSIA.Ptr.offset
(long offset) VkBufferCollectionImageCreateInfoFUCHSIA.Ptr.reinterpret
(long newSize) Assume theVkBufferCollectionImageCreateInfoFUCHSIA.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkBufferCollectionImageCreateInfoFUCHSIA.Ptr
that uses the same backing storage as thisVkBufferCollectionImageCreateInfoFUCHSIA.Ptr
, but with the new size.VkBufferCollectionImageCreateInfoFUCHSIA.Ptr.slice
(long end) VkBufferCollectionImageCreateInfoFUCHSIA.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).