2020-03-18 16:42:27 +00:00
|
|
|
/*
|
|
|
|
* Copyright 2018-2020, Collabora, Ltd.
|
|
|
|
* SPDX-License-Identifier: BSL-1.0
|
|
|
|
*/
|
|
|
|
|
2019-03-18 05:52:32 +00:00
|
|
|
OPENXR {
|
|
|
|
global: xrNegotiateLoaderRuntimeInterface; # Only one exported symbol.
|
|
|
|
local: *; # Hide everything else.
|
|
|
|
};
|