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 TypeMethodDescriptionlong
VkDeviceCommands.getBufferDeviceAddress
(VkDevice device, VkBufferDeviceAddressInfo pInfo) long
VkDeviceCommands.getBufferDeviceAddressEXT
(VkDevice device, VkBufferDeviceAddressInfo pInfo) long
VkDeviceCommands.getBufferDeviceAddressKHR
(VkDevice device, VkBufferDeviceAddressInfo pInfo) long
VkDeviceCommands.getBufferOpaqueCaptureAddress
(VkDevice device, VkBufferDeviceAddressInfo pInfo) long
VkDeviceCommands.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 record
Represents a pointer to / an array ofVkBufferDeviceAddressInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkBufferDeviceAddressInfoModifier and TypeMethodDescriptionstatic VkBufferDeviceAddressInfo
@NotNull VkBufferDeviceAddressInfo
VkBufferDeviceAddressInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkBufferDeviceAddressInfo
VkBufferDeviceAddressInfo.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 VkBufferDeviceAddressInfo
VkBufferDeviceAddressInfo.clone
(Arena arena, VkBufferDeviceAddressInfo src) void
VkBufferDeviceAddressInfo.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)