Uses of Record Class
club.doki7.vulkan.datatype.VkBufferDeviceAddressInfo
Packages that use VkBufferDeviceAddressInfo
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkBufferDeviceAddressInfo in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkBufferDeviceAddressInfoModifier and TypeMethodDescriptionlongVkDeviceCommands.getBufferDeviceAddress(VkDevice device, VkBufferDeviceAddressInfo pInfo) longVkDeviceCommands.getBufferDeviceAddressEXT(VkDevice device, VkBufferDeviceAddressInfo pInfo) longVkDeviceCommands.getBufferDeviceAddressKHR(VkDevice device, VkBufferDeviceAddressInfo pInfo) longVkDeviceCommands.getBufferOpaqueCaptureAddress(VkDevice device, VkBufferDeviceAddressInfo pInfo) longVkDeviceCommands.getBufferOpaqueCaptureAddressKHR(VkDevice device, VkBufferDeviceAddressInfo pInfo) -
Uses of VkBufferDeviceAddressInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkBufferDeviceAddressInfoModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkBufferDeviceAddressInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkBufferDeviceAddressInfoModifier and TypeMethodDescriptionstatic VkBufferDeviceAddressInfo@NotNull VkBufferDeviceAddressInfoVkBufferDeviceAddressInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkBufferDeviceAddressInfoVkBufferDeviceAddressInfo.clone(Arena arena, VkBufferDeviceAddressInfo src) VkBufferDeviceAddressInfo.pNext(@NotNull MemorySegment value) VkBufferDeviceAddressInfo.sType(int value) VkBufferDeviceAddressInfo.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkBufferDeviceAddressInfoModifier and TypeMethodDescription@NotNull Iterator<VkBufferDeviceAddressInfo> VkBufferDeviceAddressInfo.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkBufferDeviceAddressInfoModifier and TypeMethodDescriptionstatic VkBufferDeviceAddressInfoVkBufferDeviceAddressInfo.clone(Arena arena, VkBufferDeviceAddressInfo src) voidVkBufferDeviceAddressInfo.Ptr.write(long index, @NotNull VkBufferDeviceAddressInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkBufferDeviceAddressInfoModifier and TypeMethodDescriptionVkBufferDeviceAddressInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VkBufferDeviceAddressInfo> consumer)