mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
parent
5355cb1d87
commit
6ba44d7452
3 changed files with 9 additions and 9 deletions
|
@ -130,12 +130,9 @@ RenderingEngine::RenderingEngine(IEventReceiver *receiver)
|
|||
params.HighPrecisionFPU = g_settings->getBool("high_precision_fpu");
|
||||
params.ZBufferBits = 24;
|
||||
#ifdef __ANDROID__
|
||||
// clang-format off
|
||||
params.PrivateData = porting::app_global;
|
||||
params.OGLES2ShaderPath = std::string(porting::path_user + DIR_DELIM + "media" +
|
||||
DIR_DELIM + "Shaders" + DIR_DELIM).c_str();
|
||||
// clang-format on
|
||||
#elif ENABLE_GLES
|
||||
#endif
|
||||
#if ENABLE_GLES
|
||||
// there is no standardized path for these on desktop
|
||||
std::string rel_path = std::string("client") + DIR_DELIM
|
||||
+ "shaders" + DIR_DELIM + "Irrlicht";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue