Uses of Record Class
club.doki7.vulkan.datatype.VkDeviceFaultAddressInfoEXT
Packages that use VkDeviceFaultAddressInfoEXT
-
Uses of VkDeviceFaultAddressInfoEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkDeviceFaultAddressInfoEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkDeviceFaultAddressInfoEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDeviceFaultAddressInfoEXTModifier and TypeMethodDescriptionVkDeviceFaultAddressInfoEXT.addressPrecision
(long value) VkDeviceFaultAddressInfoEXT.addressType
(int value) static VkDeviceFaultAddressInfoEXT
@NotNull VkDeviceFaultAddressInfoEXT
VkDeviceFaultAddressInfoEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkDeviceFaultAddressInfoEXT
VkDeviceFaultAddressInfoEXT.clone
(Arena arena, VkDeviceFaultAddressInfoEXT src) @Nullable VkDeviceFaultAddressInfoEXT
VkDeviceFaultInfoEXT.pAddressInfos()
VkDeviceFaultAddressInfoEXT.reportedAddress
(long value) VkDeviceFaultAddressInfoEXT.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkDeviceFaultAddressInfoEXTModifier and TypeMethodDescription@NotNull Iterator
<VkDeviceFaultAddressInfoEXT> VkDeviceFaultAddressInfoEXT.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkDeviceFaultAddressInfoEXTModifier and TypeMethodDescriptionstatic VkDeviceFaultAddressInfoEXT
VkDeviceFaultAddressInfoEXT.clone
(Arena arena, VkDeviceFaultAddressInfoEXT src) void
VkDeviceFaultAddressInfoEXT.Ptr.write
(long index, @NotNull VkDeviceFaultAddressInfoEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkDeviceFaultAddressInfoEXTModifier and TypeMethodDescriptionVkDeviceFaultAddressInfoEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull VkDeviceFaultAddressInfoEXT> consumer)