Uses of Record Class
club.doki7.vulkan.datatype.VkMemoryGetRemoteAddressInfoNV
Packages that use VkMemoryGetRemoteAddressInfoNV
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkMemoryGetRemoteAddressInfoNV in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkMemoryGetRemoteAddressInfoNVModifier and TypeMethodDescriptionint
VkDeviceCommands.getMemoryRemoteAddressNV
(VkDevice device, VkMemoryGetRemoteAddressInfoNV pMemoryGetRemoteAddressInfo, PointerPtr pAddress) -
Uses of VkMemoryGetRemoteAddressInfoNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkMemoryGetRemoteAddressInfoNVModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkMemoryGetRemoteAddressInfoNV
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkMemoryGetRemoteAddressInfoNVModifier and TypeMethodDescription@NotNull VkMemoryGetRemoteAddressInfoNV
VkMemoryGetRemoteAddressInfoNV.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkMemoryGetRemoteAddressInfoNV.clone
(Arena arena, VkMemoryGetRemoteAddressInfoNV src) VkMemoryGetRemoteAddressInfoNV.handleType
(int value) VkMemoryGetRemoteAddressInfoNV.memory
(@Nullable VkDeviceMemory value) VkMemoryGetRemoteAddressInfoNV.pNext
(@NotNull MemorySegment value) VkMemoryGetRemoteAddressInfoNV.sType
(int value) VkMemoryGetRemoteAddressInfoNV.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkMemoryGetRemoteAddressInfoNVModifier and TypeMethodDescription@NotNull Iterator
<VkMemoryGetRemoteAddressInfoNV> VkMemoryGetRemoteAddressInfoNV.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkMemoryGetRemoteAddressInfoNVModifier and TypeMethodDescriptionVkMemoryGetRemoteAddressInfoNV.clone
(Arena arena, VkMemoryGetRemoteAddressInfoNV src) void
VkMemoryGetRemoteAddressInfoNV.Ptr.write
(long index, @NotNull VkMemoryGetRemoteAddressInfoNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkMemoryGetRemoteAddressInfoNVModifier and TypeMethodDescriptionVkMemoryGetRemoteAddressInfoNV.Ptr.at
(long index, @NotNull Consumer<@NotNull VkMemoryGetRemoteAddressInfoNV> consumer)