Uses of Record Class
club.doki7.vulkan.datatype.VkDeviceOrHostAddressConstAMDX
Packages that use VkDeviceOrHostAddressConstAMDX
-
Uses of VkDeviceOrHostAddressConstAMDX in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkDeviceOrHostAddressConstAMDXModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkDeviceOrHostAddressConstAMDXstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDeviceOrHostAddressConstAMDXModifier and TypeMethodDescription@NotNull VkDeviceOrHostAddressConstAMDXVkDeviceOrHostAddressConstAMDX.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkDeviceOrHostAddressConstAMDX.clone(Arena arena, VkDeviceOrHostAddressConstAMDX src) VkDeviceOrHostAddressConstAMDX.deviceAddress(long value) VkDeviceOrHostAddressConstAMDX.hostAddress(@Nullable IPointer pointer) VkDeviceOrHostAddressConstAMDX.hostAddress(@NotNull MemorySegment value) @NotNull VkDeviceOrHostAddressConstAMDXVkDispatchGraphCountInfoAMDX.infos()@NotNull VkDeviceOrHostAddressConstAMDXVkDispatchGraphInfoAMDX.payloads()VkDeviceOrHostAddressConstAMDX.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkDeviceOrHostAddressConstAMDXModifier and TypeMethodDescription@NotNull Iterator<VkDeviceOrHostAddressConstAMDX> VkDeviceOrHostAddressConstAMDX.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkDeviceOrHostAddressConstAMDXModifier and TypeMethodDescriptionVkDeviceOrHostAddressConstAMDX.clone(Arena arena, VkDeviceOrHostAddressConstAMDX src) VkDispatchGraphCountInfoAMDX.infos(@NotNull VkDeviceOrHostAddressConstAMDX value) VkDispatchGraphInfoAMDX.payloads(@NotNull VkDeviceOrHostAddressConstAMDX value) voidVkDeviceOrHostAddressConstAMDX.Ptr.write(long index, @NotNull VkDeviceOrHostAddressConstAMDX value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkDeviceOrHostAddressConstAMDXModifier and TypeMethodDescriptionVkDeviceOrHostAddressConstAMDX.Ptr.at(long index, @NotNull Consumer<@NotNull VkDeviceOrHostAddressConstAMDX> consumer) VkDispatchGraphCountInfoAMDX.infos(Consumer<@NotNull VkDeviceOrHostAddressConstAMDX> consumer) VkDispatchGraphInfoAMDX.payloads(Consumer<@NotNull VkDeviceOrHostAddressConstAMDX> consumer)