Uses of Record Class
club.doki7.vulkan.datatype.VkDeviceFaultVendorInfoEXT
Packages that use VkDeviceFaultVendorInfoEXT
-
Uses of VkDeviceFaultVendorInfoEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkDeviceFaultVendorInfoEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkDeviceFaultVendorInfoEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDeviceFaultVendorInfoEXTModifier and TypeMethodDescriptionstatic VkDeviceFaultVendorInfoEXT
@NotNull VkDeviceFaultVendorInfoEXT
VkDeviceFaultVendorInfoEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkDeviceFaultVendorInfoEXT
VkDeviceFaultVendorInfoEXT.clone
(Arena arena, VkDeviceFaultVendorInfoEXT src) VkDeviceFaultVendorInfoEXT.description
(BytePtr value) @Nullable VkDeviceFaultVendorInfoEXT
VkDeviceFaultInfoEXT.pVendorInfos()
VkDeviceFaultVendorInfoEXT.Ptr.toArray()
VkDeviceFaultVendorInfoEXT.vendorFaultCode
(long value) VkDeviceFaultVendorInfoEXT.vendorFaultData
(long value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkDeviceFaultVendorInfoEXTModifier and TypeMethodDescription@NotNull Iterator
<VkDeviceFaultVendorInfoEXT> VkDeviceFaultVendorInfoEXT.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkDeviceFaultVendorInfoEXTModifier and TypeMethodDescriptionstatic VkDeviceFaultVendorInfoEXT
VkDeviceFaultVendorInfoEXT.clone
(Arena arena, VkDeviceFaultVendorInfoEXT src) void
VkDeviceFaultVendorInfoEXT.Ptr.write
(long index, @NotNull VkDeviceFaultVendorInfoEXT value)