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