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 TypeMethodDescriptionint
VkDeviceCommands.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.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkBufferCollectionFUCHSIA.Ptr
that 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).