Enable read environment variable on Android#431
Enable read environment variable on Android#431RenfengLiu wants to merge 1 commit intoKhronosGroup:mainfrom
Conversation
|
|
|
The underlying issue is that there's no way to set those environment variables from outside the app, so they don't actually serve the purpose intended. (though, there may not be implicit layer support on android at all yet? or maybe just from manifests?) A port of the behavior is more likely to be using getprop with some prefix before the environment variable name, I suspect. What's your use case? |
|
There are two ways applications can set the environment variable:
|
The use case is hoping that there's will same mechanism used in other platforms that can load the explicit layer or implicit layer when requested. The implict layers without the Using |
|
An issue (number 2160) has been filed to correspond to this pull request in the internal Khronos GitLab (Khronos members only: KHR:openxr/openxr#2160 ), to facilitate working group processes. This GitHub pull request will continue to be the main site of discussion. |
This fixs: #430