This is what happened when I wanted to be able to use XR_FB_haptic_pcm and went down the rabbit hole. There was a series of issues that I bumped into. Some are described in #134 but I chose to omit extensions with unlisted tags instead of allowing them (XR_EXTX_overlay etc).
On a related note, this is the most hacky code I have written in a while. I am grateful for any hints on how to improve it.
This is what happened when I wanted to be able to use
XR_FB_haptic_pcm
and went down the rabbit hole. There was a series of issues that I bumped into. Some are described in #134 but I chose to omit extensions with unlisted tags instead of allowing them (XR_EXTX_overlay
etc).On a related note, this is the most hacky code I have written in a while. I am grateful for any hints on how to improve it.