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.offset
(long offset) VkBufferCollectionBufferCreateInfoFUCHSIA.Ptr.reinterpret
(long newSize) Assume theVkBufferCollectionBufferCreateInfoFUCHSIA.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkBufferCollectionBufferCreateInfoFUCHSIA.Ptr
that 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).