Uses of Record Class
club.doki7.vulkan.datatype.VkDeviceFaultInfoEXT
Packages that use VkDeviceFaultInfoEXT
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkDeviceFaultInfoEXT in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkDeviceFaultInfoEXTModifier and TypeMethodDescriptionintVkDeviceCommands.getDeviceFaultInfoEXT(VkDevice device, VkDeviceFaultCountsEXT pFaultCounts, @Nullable VkDeviceFaultInfoEXT pFaultInfo) -
Uses of VkDeviceFaultInfoEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkDeviceFaultInfoEXTModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkDeviceFaultInfoEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDeviceFaultInfoEXTModifier and TypeMethodDescriptionstatic VkDeviceFaultInfoEXT@NotNull VkDeviceFaultInfoEXTVkDeviceFaultInfoEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkDeviceFaultInfoEXTVkDeviceFaultInfoEXT.clone(Arena arena, VkDeviceFaultInfoEXT src) VkDeviceFaultInfoEXT.description(BytePtr value) VkDeviceFaultInfoEXT.description(@NotNull Consumer<BytePtr> consumer) VkDeviceFaultInfoEXT.pAddressInfos(@Nullable IVkDeviceFaultAddressInfoEXT value) VkDeviceFaultInfoEXT.pNext(@NotNull MemorySegment value) VkDeviceFaultInfoEXT.pVendorBinaryData(@Nullable IPointer pointer) VkDeviceFaultInfoEXT.pVendorBinaryData(@NotNull MemorySegment value) VkDeviceFaultInfoEXT.pVendorInfos(@Nullable IVkDeviceFaultVendorInfoEXT value) VkDeviceFaultInfoEXT.sType(int value) VkDeviceFaultInfoEXT.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkDeviceFaultInfoEXTModifier and TypeMethodDescription@NotNull Iterator<VkDeviceFaultInfoEXT> VkDeviceFaultInfoEXT.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkDeviceFaultInfoEXTModifier and TypeMethodDescriptionstatic VkDeviceFaultInfoEXTVkDeviceFaultInfoEXT.clone(Arena arena, VkDeviceFaultInfoEXT src) voidVkDeviceFaultInfoEXT.Ptr.write(long index, @NotNull VkDeviceFaultInfoEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkDeviceFaultInfoEXTModifier and TypeMethodDescriptionVkDeviceFaultInfoEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkDeviceFaultInfoEXT> consumer)