Lysa  0.0
Lysa 3D Engine
VirtualFSConfiguration Struct Reference

Detailed Description

Configuration object used to initialize a Lysa instance.

Public Attributes

std::filesystem::path appDirectory {"."}
 Path for the app:// URI. More...
 
std::string scriptsDir {"lib"}
 Directory to search for Lua scripts inside app://. More...
 
std::string shadersDir {"shaders"}
 Directory to search for compiled shaders inside app://. More...
 

Member Data Documentation

std::filesystem::path appDirectory {"."}

Path for the app:// URI.

std::string scriptsDir {"lib"}

Directory to search for Lua scripts inside app://.

std::string shadersDir {"shaders"}

Directory to search for compiled shaders inside app://.