-
hi, I need to learn more about PAL and XGL but and study these drivers more in depth. Ideally I don't want to just build, run and add logs. I want to debug the driver with a IDE debugger. I want to put breakpoints, view call stacks, etc. Can it be done? Has anyone done it? Any info you can share, I appreciate. thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
PAL/XGL is a standard dynamically loaded library (loaded by the Vulkan loader). |
Beta Was this translation helpful? Give feedback.
You don't need to build the Vulkan loader, it is part of the Vulkan SDK (from LunarG).
If you fire up a debugger on the
vkcube
application from the Vulkan SDK then you can break in and see parts of PAL/XGL in the call stack: