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 recordRepresents a pointer to / an array ofVkDeviceFaultVendorInfoEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDeviceFaultVendorInfoEXTModifier and TypeMethodDescriptionstatic VkDeviceFaultVendorInfoEXT@NotNull VkDeviceFaultVendorInfoEXTVkDeviceFaultVendorInfoEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkDeviceFaultVendorInfoEXTVkDeviceFaultVendorInfoEXT.clone(Arena arena, VkDeviceFaultVendorInfoEXT src) VkDeviceFaultVendorInfoEXT.description(BytePtr value) VkDeviceFaultVendorInfoEXT.description(@NotNull Consumer<BytePtr> consumer) @Nullable VkDeviceFaultVendorInfoEXTVkDeviceFaultInfoEXT.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 VkDeviceFaultVendorInfoEXTVkDeviceFaultVendorInfoEXT.clone(Arena arena, VkDeviceFaultVendorInfoEXT src) voidVkDeviceFaultVendorInfoEXT.Ptr.write(long index, @NotNull VkDeviceFaultVendorInfoEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkDeviceFaultVendorInfoEXTModifier and TypeMethodDescriptionVkDeviceFaultVendorInfoEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkDeviceFaultVendorInfoEXT> consumer)