Uses of Record Class
club.doki7.vulkan.handle.VkBufferCollectionFUCHSIA
Packages that use VkBufferCollectionFUCHSIA
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.Opaque handle types of Vulkan API.
-
Uses of VkBufferCollectionFUCHSIA in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkBufferCollectionFUCHSIAModifier and TypeMethodDescriptionvoidVkDeviceCommands.destroyBufferCollectionFUCHSIA(VkDevice device, VkBufferCollectionFUCHSIA collection, @Nullable VkAllocationCallbacks pAllocator) intVkDeviceCommands.getBufferCollectionPropertiesFUCHSIA(VkDevice device, VkBufferCollectionFUCHSIA collection, VkBufferCollectionPropertiesFUCHSIA pProperties) intVkDeviceCommands.setBufferCollectionBufferConstraintsFUCHSIA(VkDevice device, VkBufferCollectionFUCHSIA collection, VkBufferConstraintsInfoFUCHSIA pBufferConstraintsInfo) intVkDeviceCommands.setBufferCollectionImageConstraintsFUCHSIA(VkDevice device, VkBufferCollectionFUCHSIA collection, VkImageConstraintsInfoFUCHSIA pImageConstraintsInfo) -
Uses of VkBufferCollectionFUCHSIA in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkBufferCollectionFUCHSIAModifier and TypeMethodDescription@Nullable VkBufferCollectionFUCHSIAVkBufferCollectionBufferCreateInfoFUCHSIA.collection()@Nullable VkBufferCollectionFUCHSIAVkBufferCollectionImageCreateInfoFUCHSIA.collection()@Nullable VkBufferCollectionFUCHSIAVkImportMemoryBufferCollectionFUCHSIA.collection()Methods in club.doki7.vulkan.datatype with parameters of type VkBufferCollectionFUCHSIAModifier and TypeMethodDescriptionVkBufferCollectionBufferCreateInfoFUCHSIA.collection(@Nullable VkBufferCollectionFUCHSIA value) VkBufferCollectionImageCreateInfoFUCHSIA.collection(@Nullable VkBufferCollectionFUCHSIA value) VkImportMemoryBufferCollectionFUCHSIA.collection(@Nullable VkBufferCollectionFUCHSIA value) -
Uses of VkBufferCollectionFUCHSIA in club.doki7.vulkan.handle
Classes in club.doki7.vulkan.handle that implement interfaces with type arguments of type VkBufferCollectionFUCHSIAModifier and TypeClassDescriptionstatic final recordRepresents a pointer toVkBufferCollectionFUCHSIAhandle(s) in native memory.Methods in club.doki7.vulkan.handle that return VkBufferCollectionFUCHSIAModifier and TypeMethodDescription@Nullable VkBufferCollectionFUCHSIAVkBufferCollectionFUCHSIA.Ptr.read()@Nullable VkBufferCollectionFUCHSIAVkBufferCollectionFUCHSIA.Ptr.read(long index) Methods in club.doki7.vulkan.handle that return types with arguments of type VkBufferCollectionFUCHSIAModifier and TypeMethodDescription@NotNull Iterator<VkBufferCollectionFUCHSIA> VkBufferCollectionFUCHSIA.Ptr.iterator()Methods in club.doki7.vulkan.handle with parameters of type VkBufferCollectionFUCHSIAModifier and TypeMethodDescriptionVkBufferCollectionFUCHSIA.Ptr.allocate(Arena arena, @Nullable VkBufferCollectionFUCHSIA @NotNull [] values) VkBufferCollectionFUCHSIA.Ptr.allocateV(Arena arena, @Nullable VkBufferCollectionFUCHSIA value0, @Nullable VkBufferCollectionFUCHSIA... values) voidVkBufferCollectionFUCHSIA.Ptr.write(long index, @Nullable VkBufferCollectionFUCHSIA value) voidVkBufferCollectionFUCHSIA.Ptr.write(@Nullable VkBufferCollectionFUCHSIA value) voidVkBufferCollectionFUCHSIA.Ptr.write(@Nullable VkBufferCollectionFUCHSIA[] values) voidVkBufferCollectionFUCHSIA.Ptr.writeV(@Nullable VkBufferCollectionFUCHSIA value0, @Nullable VkBufferCollectionFUCHSIA... values) Method parameters in club.doki7.vulkan.handle with type arguments of type VkBufferCollectionFUCHSIAModifier and TypeMethodDescriptionVkBufferCollectionFUCHSIA.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable VkBufferCollectionFUCHSIA> values)