mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-12 18:05:28 +00:00
10 lines
236 B
Plaintext
10 lines
236 B
Plaintext
/*
|
|
* Copyright 2018-2020, Collabora, Ltd.
|
|
* SPDX-License-Identifier: BSL-1.0
|
|
*/
|
|
|
|
OPENXR {
|
|
global: xrNegotiateLoaderRuntimeInterface; # Only one exported symbol.
|
|
local: *; # Hide everything else.
|
|
};
|