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