Uses of Record Class
club.doki7.vulkan.datatype.VkBufferCollectionCreateInfoFUCHSIA
Packages that use VkBufferCollectionCreateInfoFUCHSIA
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkBufferCollectionCreateInfoFUCHSIA in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkBufferCollectionCreateInfoFUCHSIAModifier and TypeMethodDescriptionint
VkDeviceCommands.createBufferCollectionFUCHSIA
(VkDevice device, VkBufferCollectionCreateInfoFUCHSIA pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkBufferCollectionFUCHSIA.Ptr pCollection) -
Uses of VkBufferCollectionCreateInfoFUCHSIA in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkBufferCollectionCreateInfoFUCHSIAModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkBufferCollectionCreateInfoFUCHSIA
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkBufferCollectionCreateInfoFUCHSIAModifier and TypeMethodDescription@NotNull VkBufferCollectionCreateInfoFUCHSIA
VkBufferCollectionCreateInfoFUCHSIA.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkBufferCollectionCreateInfoFUCHSIA.clone
(Arena arena, VkBufferCollectionCreateInfoFUCHSIA src) VkBufferCollectionCreateInfoFUCHSIA.collectionToken
(int value) VkBufferCollectionCreateInfoFUCHSIA.pNext
(@NotNull MemorySegment value) VkBufferCollectionCreateInfoFUCHSIA.sType
(int value) VkBufferCollectionCreateInfoFUCHSIA.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkBufferCollectionCreateInfoFUCHSIAModifier and TypeMethodDescription@NotNull Iterator
<VkBufferCollectionCreateInfoFUCHSIA> VkBufferCollectionCreateInfoFUCHSIA.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkBufferCollectionCreateInfoFUCHSIAModifier and TypeMethodDescriptionVkBufferCollectionCreateInfoFUCHSIA.clone
(Arena arena, VkBufferCollectionCreateInfoFUCHSIA src) void
VkBufferCollectionCreateInfoFUCHSIA.Ptr.write
(long index, @NotNull VkBufferCollectionCreateInfoFUCHSIA value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkBufferCollectionCreateInfoFUCHSIAModifier and TypeMethodDescriptionVkBufferCollectionCreateInfoFUCHSIA.Ptr.at
(long index, @NotNull Consumer<@NotNull VkBufferCollectionCreateInfoFUCHSIA> consumer)