Uses of Record Class
club.doki7.vulkan.datatype.VkBufferCollectionBufferCreateInfoFUCHSIA
Packages that use VkBufferCollectionBufferCreateInfoFUCHSIA
-
Uses of VkBufferCollectionBufferCreateInfoFUCHSIA in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkBufferCollectionBufferCreateInfoFUCHSIAModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkBufferCollectionBufferCreateInfoFUCHSIAstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkBufferCollectionBufferCreateInfoFUCHSIAModifier and TypeMethodDescriptionVkBufferCollectionBufferCreateInfoFUCHSIA.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkBufferCollectionBufferCreateInfoFUCHSIA.clone(Arena arena, VkBufferCollectionBufferCreateInfoFUCHSIA src) VkBufferCollectionBufferCreateInfoFUCHSIA.collection(@Nullable VkBufferCollectionFUCHSIA value) VkBufferCollectionBufferCreateInfoFUCHSIA.index(int value) VkBufferCollectionBufferCreateInfoFUCHSIA.pNext(@NotNull MemorySegment value) VkBufferCollectionBufferCreateInfoFUCHSIA.sType(int value) VkBufferCollectionBufferCreateInfoFUCHSIA.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkBufferCollectionBufferCreateInfoFUCHSIAMethods in club.doki7.vulkan.datatype with parameters of type VkBufferCollectionBufferCreateInfoFUCHSIAModifier and TypeMethodDescriptionVkBufferCollectionBufferCreateInfoFUCHSIA.clone(Arena arena, VkBufferCollectionBufferCreateInfoFUCHSIA src) voidVkBufferCollectionBufferCreateInfoFUCHSIA.Ptr.write(long index, @NotNull VkBufferCollectionBufferCreateInfoFUCHSIA value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkBufferCollectionBufferCreateInfoFUCHSIAModifier and TypeMethodDescriptionVkBufferCollectionBufferCreateInfoFUCHSIA.Ptr.at(long index, @NotNull Consumer<@NotNull VkBufferCollectionBufferCreateInfoFUCHSIA> consumer)