Class EXTDeviceFault

java.lang.Object
org.lwjgl.vulkan.EXTDeviceFault

public class EXTDeviceFault extends Object
Device loss can be triggered by a variety of issues, including invalid API usage, implementation errors, or hardware failures.

This extension introduces a new command: GetDeviceFaultInfoEXT, which may be called subsequent to a ERROR_DEVICE_LOST error code having been returned by the implementation. This command allows developers to query for additional information on GPU faults which may have caused device loss, and to generate binary crash dumps, which may be loaded into external tools for further diagnosis.

Name String
VK_EXT_device_fault
Extension Type
Device extension
Registered Extension Number
342
Revision
2
Extension and Version Dependencies
VK_KHR_get_physical_device_properties2 or Version 1.1
Contact
  • Ralph Potter r_potter
Extension Proposal
VK_EXT_device_fault
Other Extension Metadata
Last Modified Date
2021-03-10
IP Status
No known IP claims.
Contributors
  • Ralph Potter, Samsung
  • Stuart Smith, AMD
  • Jan-Harald Fredriksen, ARM
  • Mark Bellamy, ARM
  • Andrew Ellem, Google
  • Alex Walters, IMG
  • Jeff Bolz, NVIDIA
  • Baldur Karlsson, Valve