Skip to content

radv: add RADV_DEBUG=allentrypoints

Andres Rodriguez requested to merge lostgoat/mesa:allentrypoints into master

This debug option allows vkGet[Instance/Device]ProcAddr() to succeed even if the extension associated with the requested entrypoint was not enabled.

This has come in handy in a few instances when debugging VR applications, so I thought it would be good to have a cleaned up version upstreamed.

Merge request reports