Uses of Record Class
club.doki7.vulkan.handle.VkBufferCollectionFUCHSIA.Ptr
Packages that use VkBufferCollectionFUCHSIA.Ptr
Package
Description
Vulkan API commands
Opaque handle types of Vulkan API.
-
Uses of VkBufferCollectionFUCHSIA.Ptr in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkBufferCollectionFUCHSIA.PtrModifier and TypeMethodDescriptionintVkDeviceCommands.createBufferCollectionFUCHSIA(VkDevice device, VkBufferCollectionCreateInfoFUCHSIA pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkBufferCollectionFUCHSIA.Ptr pCollection) -
Uses of VkBufferCollectionFUCHSIA.Ptr in club.doki7.vulkan.handle
Methods in club.doki7.vulkan.handle that return VkBufferCollectionFUCHSIA.PtrModifier and TypeMethodDescriptionVkBufferCollectionFUCHSIA.Ptr.allocate(Arena arena, @Nullable VkBufferCollectionFUCHSIA @NotNull [] values) VkBufferCollectionFUCHSIA.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable VkBufferCollectionFUCHSIA> values) VkBufferCollectionFUCHSIA.Ptr.allocateV(Arena arena, @Nullable VkBufferCollectionFUCHSIA value0, @Nullable VkBufferCollectionFUCHSIA... values) VkBufferCollectionFUCHSIA.Ptr.offset(long offset) VkBufferCollectionFUCHSIA.Ptr.reinterpret(long newSize) Assume theVkBufferCollectionFUCHSIA.Ptris capable of holding at leastnewSizehandles, create a new viewVkBufferCollectionFUCHSIA.Ptrthat uses the same backing storage as thisVkBufferCollectionFUCHSIA.Ptr, but with the new size.VkBufferCollectionFUCHSIA.Ptr.slice(long end) VkBufferCollectionFUCHSIA.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).